File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
v2/packages/chain-registry/src/testnet/mantrachaintestnet2 Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ const info: AssetList = {
77 description : 'The native token of MANTRA' ,
88 extendedDescription : 'The first RWA Layer 1 Blockchain, capable of adherence and enforcement of real world regulatory requirements.' ,
99 denomUnits : [ {
10- denom : 'uom ' ,
10+ denom : 'amantra ' ,
1111 exponent : 0
1212 } , {
13- denom : 'om ' ,
14- exponent : 6
13+ denom : 'mantra ' ,
14+ exponent : 18
1515 } ] ,
1616 typeAsset : 'sdk.coin' ,
17- base : 'uom ' ,
17+ base : 'amantra ' ,
1818 name : 'MANTRA Chain Dukong' ,
19- display : 'om ' ,
20- symbol : 'OM ' ,
19+ display : 'mantra ' ,
20+ symbol : 'MANTRA ' ,
2121 keywords : [
2222 'rwa' ,
2323 'wasm' ,
Original file line number Diff line number Diff line change @@ -15,25 +15,25 @@ const info: Chain = {
1515 slip44 : 60 ,
1616 fees : {
1717 feeTokens : [ {
18- denom : 'uom ' ,
19- fixedMinGasPrice : 0.01 ,
20- lowGasPrice : 0.01 ,
21- averageGasPrice : 0.025 ,
22- highGasPrice : 0.03
18+ denom : 'amantra ' ,
19+ fixedMinGasPrice : 40000000000 ,
20+ lowGasPrice : 40000000000 ,
21+ averageGasPrice : 80000000000 ,
22+ highGasPrice : 120000000000
2323 } ]
2424 } ,
2525 staking : {
2626 stakingTokens : [ {
27- denom : 'uom '
27+ denom : 'amantra '
2828 } ] ,
2929 lockDuration : {
3030 time : '691200s'
3131 }
3232 } ,
3333 codebase : {
3434 gitRepo : 'https://github.com/MANTRA-Chain/mantrachain' ,
35- recommendedVersion : 'v6.1.1 ' ,
36- compatibleVersions : [ 'v6.1.0' , 'v6.1.1 '] ,
35+ recommendedVersion : 'v7.0.0-rc2 ' ,
36+ compatibleVersions : [ 'v7.0.0-rc2 ' ] ,
3737 consensus : {
3838 type : 'cometbft' ,
3939 version : 'v0.38.19'
@@ -42,7 +42,7 @@ const info: Chain = {
4242 type : 'cosmos' ,
4343 version : 'v0.53.4' ,
4444 repo : 'https://github.com/MANTRA-Chain/cosmos-sdk' ,
45- tag : 'v0.53.4-mantra'
45+ tag : 'v0.53.4-v7- mantra-2 '
4646 } ,
4747 cosmwasm : {
4848 version : 'v0.61.1' ,
You can’t perform that action at this time.
0 commit comments