Skip to content

Commit

Permalink
updates for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar committed Jun 3, 2022
1 parent f607311 commit c3ff4f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to the "cosmy-wasmy" extension will be documented in this fi

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

<!--
## [Unreleased]
### Added
Expand All @@ -16,7 +17,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
### Fixed
### Security
### Security
-->

## [v0.1.1] - 03 June 2022

### Changed

- Changed the extension settings. Split the gas price value into seperate price and denom

## [v0.1.0] - 02 June 2022

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ This extension contributes the following settings:
"chainId": "uni-3", // The localnet/testnet Chain ID
"addressPrefix": "juno", // Used to derive account address
"rpcEndpoint": "https://rpc.uni.juno.deuslabs.fi", // Used for query and tx exec of smart contracts
"defaultGasPrice": "0.025ujunox" // Gas price set for the smart contract tx execution. must include amount as well as appropriate denom
"defaultGasPrice": "0.025", // Gas price set for the smart contract tx execution
"chainDenom": "ujunox" // the micro denom used to pay for gas and to track account balance
}
]
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cosmy-wasmy",
"displayName": "cosmy wasmy",
"description": "wibbly wobbly cosmy wasmy tool to interact with cosmwasm contracts",
"version": "0.1.0",
"description": "wibbly wobbly cosmy wasmy tool to interact with cosmwasm smart contracts",
"version": "0.1.1",
"preview": true,
"publisher": "Spoorthi",
"icon": "media/icon.png",
Expand Down

0 comments on commit c3ff4f0

Please sign in to comment.