Skip to content

Commit

Permalink
Merge pull request #54 from mars-protocol/v1.7.6
Browse files Browse the repository at this point in the history
v1.7.6
  • Loading branch information
linkielink authored Mar 1, 2024
2 parents fb1b7ed + 5fbe002 commit 6267abf
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 701 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mars",
"homepage": "./",
"version": "1.7.5",
"version": "1.7.6",
"private": false,
"license": "SEE LICENSE IN LICENSE FILE",
"scripts": {
Expand All @@ -18,11 +18,11 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.1",
"@cosmjs/cosmwasm-stargate": "^0.32.2",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@delphi-labs/shuttle-react": "^3.10.0",
"@cosmjs/proto-signing": "^0.32.2",
"@cosmjs/stargate": "^0.32.2",
"@delphi-labs/shuttle-react": "^3.19.1",
"@keplr-wallet/cosmos": "^0.12.40",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
Expand Down
16 changes: 8 additions & 8 deletions src/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ export const CHAINS: ChainInfos = {
explorerName: 'Mintscan',
chainId: ChainInfoID.Osmosis1,
name: 'Osmosis',
gasPrice: '0.025uosmo',
gasPrice: '0.0035uosmo',
bech32Config: Bech32Address.defaultBech32Config('osmo'),
defaultCurrency: {
coinDenom: 'OSMO',
coinMinimalDenom: 'uosmo',
coinDecimals: 6,
coinGeckoId: 'osmosis',
gasPriceStep: {
low: 0,
average: 0.025,
low: 0.003,
average: 0.0035,
high: 0.04,
},
},
Expand All @@ -31,16 +31,16 @@ export const CHAINS: ChainInfos = {
explorerName: 'Mintscan',
chainId: ChainInfoID.OsmosisDevnet,
name: 'Osmosis Devnet',
gasPrice: '0.025uosmo',
gasPrice: '0.0035uosmo',
bech32Config: Bech32Address.defaultBech32Config('osmo'),
defaultCurrency: {
coinDenom: 'OSMO',
coinMinimalDenom: 'uosmo',
coinDecimals: 6,
coinGeckoId: 'osmosis',
gasPriceStep: {
low: 0,
average: 0.025,
low: 0.003,
average: 0.0035,
high: 0.04,
},
},
Expand All @@ -53,7 +53,7 @@ export const CHAINS: ChainInfos = {
explorerName: 'Mintscan',
chainId: ChainInfoID.Neutron1,
name: 'Neutron',
gasPrice: '0.025untrn',
gasPrice: '0.015untrn',
bech32Config: Bech32Address.defaultBech32Config('neutron'),
defaultCurrency: {
coinDenom: 'NTRN',
Expand All @@ -75,7 +75,7 @@ export const CHAINS: ChainInfos = {
explorerName: 'Mintscan',
chainId: ChainInfoID.NeutronTestnet,
name: 'Neutron Testnet',
gasPrice: '0.025untrn',
gasPrice: '0.015untrn',
bech32Config: Bech32Address.defaultBech32Config('neutron'),
defaultCurrency: {
coinDenom: 'NTRN',
Expand Down
Loading

0 comments on commit 6267abf

Please sign in to comment.