Skip to content

Commit e01248e

Browse files
committed
v2
1 parent f407146 commit e01248e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

v2/packages/cosmostation/__tests__/__snapshots__/chainInfo.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exports[`gravity 1`] = `
1414
"low": "0",
1515
"tiny": "0.00025",
1616
},
17-
"imageURL": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg",
17+
"imageURL": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png",
1818
"restURL": "https://gravitychain.io:1317",
1919
}
2020
`;
@@ -48,8 +48,8 @@ exports[`osmosis 1`] = `
4848
"coinType": "118",
4949
"displayDenom": "OSMO",
5050
"gasRate": {
51-
"average": "0.025",
52-
"low": "0.0025",
51+
"average": "0.1",
52+
"low": "0.03",
5353
"tiny": "0.00025",
5454
},
5555
"imageURL": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg",

v2/packages/cosmostation/__tests__/__snapshots__/cosmostation.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ exports[`getExplorer 1`] = `
1010
"coinType": "118",
1111
"displayDenom": "OSMO",
1212
"gasRate": {
13-
"average": "0.025",
14-
"low": "0.0025",
13+
"average": "0.1",
14+
"low": "0.03",
1515
"tiny": "0.00025",
1616
},
1717
"imageURL": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg",
@@ -29,8 +29,8 @@ exports[`keplr 1`] = `
2929
"coinType": "118",
3030
"displayDenom": "OSMO",
3131
"gasRate": {
32-
"average": "0.025",
33-
"low": "0.0025",
32+
"average": "0.1",
33+
"low": "0.03",
3434
"tiny": "0.00025",
3535
},
3636
"imageURL": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg",

0 commit comments

Comments
 (0)