Skip to content

Commit aa9d29e

Browse files
committed
build 🛠 build-20251205-024042
1 parent 88c4ff8 commit aa9d29e

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

v2/packages/chain-registry/src/testnet/mantrachaintestnet2/asset-list.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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',

v2/packages/chain-registry/src/testnet/mantrachaintestnet2/chain.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)