chain-registry 2.0.109 → 2.0.111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/atomone/chain.js +32 -0
- package/esm/mainnet/bitway/asset-list.js +1 -4
- package/esm/mainnet/fetchhub/chain.js +0 -12
- package/esm/mainnet/mantrachain/chain.js +33 -48
- package/esm/mainnet/paxi/asset-list.js +4 -1
- package/esm/mainnet/paxi/chain.js +14 -0
- package/esm/mainnet/zigchain/asset-list.js +8 -3
- package/esm/testnet/mantrachaintestnet2/chain.js +26 -21
- package/mainnet/atomone/chain.js +32 -0
- package/mainnet/bitway/asset-list.js +1 -4
- package/mainnet/fetchhub/chain.js +0 -12
- package/mainnet/mantrachain/chain.js +33 -48
- package/mainnet/paxi/asset-list.js +4 -1
- package/mainnet/paxi/chain.js +14 -0
- package/mainnet/zigchain/asset-list.js +8 -3
- package/package.json +3 -3
- package/testnet/mantrachaintestnet2/chain.js +26 -21
|
@@ -171,6 +171,14 @@ const info = {
|
|
|
171
171
|
{
|
|
172
172
|
address: 'https://rpc.atomone-archive.citizenweb3.com:443',
|
|
173
173
|
provider: 'Citizen Web3'
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
address: 'https://rpc.atomone.indonode.net:443',
|
|
177
|
+
provider: 'Indonode'
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
address: 'https://atomone-rpc.nyan-cat.net',
|
|
181
|
+
provider: 'NyanCat'
|
|
174
182
|
}
|
|
175
183
|
],
|
|
176
184
|
rest: [
|
|
@@ -281,6 +289,14 @@ const info = {
|
|
|
281
289
|
{
|
|
282
290
|
address: 'https://api.atomone-archive.citizenweb3.com',
|
|
283
291
|
provider: 'Citizen Web3'
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
address: 'https://api.atomone.indonode.net',
|
|
295
|
+
provider: 'Indonode'
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
address: 'https://atomone-api.nyan-cat.net',
|
|
299
|
+
provider: 'NyanCat'
|
|
284
300
|
}
|
|
285
301
|
],
|
|
286
302
|
grpc: [
|
|
@@ -359,6 +375,10 @@ const info = {
|
|
|
359
375
|
{
|
|
360
376
|
address: 'grpc.atomone-archive.citizenweb3.com:443',
|
|
361
377
|
provider: 'Citizen Web3'
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
address: 'atomone-grpc.nyan-cat.net',
|
|
381
|
+
provider: 'NyanCat'
|
|
362
382
|
}
|
|
363
383
|
]
|
|
364
384
|
},
|
|
@@ -464,6 +484,18 @@ const info = {
|
|
|
464
484
|
url: 'https://validatorinfo.com/networks/atomone/overview',
|
|
465
485
|
validatorPage: 'https://validatorinfo.com/networks/atomone/validators',
|
|
466
486
|
proposalPage: 'https://validatorinfo.com/networks/atomone/governance'
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
kind: 'Indonode',
|
|
490
|
+
url: 'https://explorer.indonode.net/atomone/staking',
|
|
491
|
+
txPage: 'https://explorer.indonode.net/atomone/tx/${txHash}',
|
|
492
|
+
accountPage: 'https://explorer.indonode.net/atomone/account/${accountAddress}'
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
kind: 'NyanCat',
|
|
496
|
+
url: 'https://explorer.nyan-cat.net/atomone',
|
|
497
|
+
txPage: 'https://explorer.nyan-cat.net/atomone/tx/${txHash}',
|
|
498
|
+
accountPage: 'https://explorer.nyan-cat.net/atomone/account/${accountAddress}'
|
|
467
499
|
}
|
|
468
500
|
],
|
|
469
501
|
images: [{
|
|
@@ -202,10 +202,7 @@ const info = {
|
|
|
202
202
|
baseDenom: 'wei'
|
|
203
203
|
},
|
|
204
204
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
205
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
206
|
-
theme: {
|
|
207
|
-
circle: true
|
|
208
|
-
}
|
|
205
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
209
206
|
}],
|
|
210
207
|
logoURIs: {
|
|
211
208
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
@@ -100,10 +100,6 @@ const info = {
|
|
|
100
100
|
{
|
|
101
101
|
address: 'https://fetchai-rpc.bluestake.net:443',
|
|
102
102
|
provider: 'BlueStake 🚀'
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
address: 'https://fetch-rpc.panthea.eu:443',
|
|
106
|
-
provider: 'Panthea EU'
|
|
107
103
|
}
|
|
108
104
|
],
|
|
109
105
|
rest: [
|
|
@@ -170,10 +166,6 @@ const info = {
|
|
|
170
166
|
{
|
|
171
167
|
address: 'https://fetchai-api.bluestake.net',
|
|
172
168
|
provider: 'BlueStake 🚀'
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
address: 'https://fetch-api.panthea.eu:443',
|
|
176
|
-
provider: 'Panthea EU'
|
|
177
169
|
}
|
|
178
170
|
],
|
|
179
171
|
grpc: [
|
|
@@ -220,10 +212,6 @@ const info = {
|
|
|
220
212
|
{
|
|
221
213
|
address: 'grpc.fetchhub-4.fetch.aviaone.com:9094',
|
|
222
214
|
provider: 'AVIAONE 🟢'
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
address: 'fetch-grpc.panthea.eu:16710',
|
|
226
|
-
provider: 'Panthea EU'
|
|
227
215
|
}
|
|
228
216
|
]
|
|
229
217
|
},
|
|
@@ -9,8 +9,9 @@ const info = {
|
|
|
9
9
|
bech32Prefix: 'mantra',
|
|
10
10
|
daemonName: 'mantrachaind',
|
|
11
11
|
nodeHome: '$HOME/.mantrachain',
|
|
12
|
-
keyAlgos: ['
|
|
13
|
-
|
|
12
|
+
keyAlgos: ['ethsecp256k1'],
|
|
13
|
+
extraCodecs: ['ethermint'],
|
|
14
|
+
slip44: 60,
|
|
14
15
|
fees: {
|
|
15
16
|
feeTokens: [{
|
|
16
17
|
denom: 'uom',
|
|
@@ -23,32 +24,35 @@ const info = {
|
|
|
23
24
|
staking: {
|
|
24
25
|
stakingTokens: [{
|
|
25
26
|
denom: 'uom'
|
|
26
|
-
}]
|
|
27
|
+
}],
|
|
28
|
+
lockDuration: {
|
|
29
|
+
time: '691200s'
|
|
30
|
+
}
|
|
27
31
|
},
|
|
28
32
|
codebase: {
|
|
29
33
|
gitRepo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
30
|
-
recommendedVersion: '
|
|
31
|
-
compatibleVersions: ['
|
|
34
|
+
recommendedVersion: 'v6.1.1',
|
|
35
|
+
compatibleVersions: ['v6.1.0', 'v6.1.1'],
|
|
32
36
|
consensus: {
|
|
33
37
|
type: 'cometbft',
|
|
34
|
-
version: 'v0.38.
|
|
38
|
+
version: 'v0.38.19'
|
|
35
39
|
},
|
|
36
40
|
sdk: {
|
|
37
41
|
type: 'cosmos',
|
|
38
|
-
version: 'v0.
|
|
42
|
+
version: 'v0.53.4',
|
|
39
43
|
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
|
|
40
|
-
tag: 'v0.
|
|
44
|
+
tag: 'v0.53.4-mantra'
|
|
41
45
|
},
|
|
42
46
|
cosmwasm: {
|
|
43
|
-
version: 'v0.
|
|
47
|
+
version: 'v0.61.1',
|
|
44
48
|
enabled: true
|
|
45
49
|
},
|
|
46
50
|
ibc: {
|
|
47
51
|
type: 'go',
|
|
48
|
-
version: '
|
|
52
|
+
version: 'v10.4.0'
|
|
49
53
|
},
|
|
50
54
|
genesis: {
|
|
51
|
-
genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/
|
|
55
|
+
genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/net/refs/heads/main/mantra-1/genesis.json'
|
|
52
56
|
}
|
|
53
57
|
},
|
|
54
58
|
apis: {
|
|
@@ -57,18 +61,6 @@ const info = {
|
|
|
57
61
|
address: 'https://rpc.mantrachain.io',
|
|
58
62
|
provider: 'MANTRACHAIN'
|
|
59
63
|
},
|
|
60
|
-
{
|
|
61
|
-
address: 'https://rpc-mantra.r93axnodes.cloud:443',
|
|
62
|
-
provider: 'r93AX Nodes'
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
address: 'https://mantrachain-mainnet-rpc.autostake.com:443',
|
|
66
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
address: 'https://mantra-rpc.publicnode.com:443',
|
|
70
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
71
|
-
},
|
|
72
64
|
{
|
|
73
65
|
address: 'https://mantra-mainnet-rpc.itrocket.net:443',
|
|
74
66
|
provider: 'ITRocket'
|
|
@@ -83,18 +75,6 @@ const info = {
|
|
|
83
75
|
address: 'https://api.mantrachain.io',
|
|
84
76
|
provider: 'MANTRACHAIN'
|
|
85
77
|
},
|
|
86
|
-
{
|
|
87
|
-
address: 'https://api-mantra.r93axnodes.cloud:443',
|
|
88
|
-
provider: 'r93AX Nodes'
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
address: 'https://mantrachain-mainnet-lcd.autostake.com:443',
|
|
92
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
address: 'https://mantra-rest.publicnode.com',
|
|
96
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
97
|
-
},
|
|
98
78
|
{
|
|
99
79
|
address: 'https://mantra-mainnet-api.itrocket.net',
|
|
100
80
|
provider: 'ITRocket'
|
|
@@ -109,18 +89,6 @@ const info = {
|
|
|
109
89
|
address: 'https://grpc.mantrachain.io',
|
|
110
90
|
provider: 'MANTRACHAIN'
|
|
111
91
|
},
|
|
112
|
-
{
|
|
113
|
-
address: 'grpc-mantra.r93axnodes.cloud:443',
|
|
114
|
-
provider: 'r93AX Nodes'
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
address: 'mantrachain-mainnet-rpc.autostake.com:443',
|
|
118
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
address: 'mantra-grpc.publicnode.com:443',
|
|
122
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
123
|
-
},
|
|
124
92
|
{
|
|
125
93
|
address: 'mantra-mainnet-grpc.itrocket.net:443',
|
|
126
94
|
provider: 'ITRocket'
|
|
@@ -129,7 +97,11 @@ const info = {
|
|
|
129
97
|
address: 'mantra.grpc.m.stavr.tech:3601',
|
|
130
98
|
provider: '🔥STAVR🔥'
|
|
131
99
|
}
|
|
132
|
-
]
|
|
100
|
+
],
|
|
101
|
+
evmHttpJsonrpc: [{
|
|
102
|
+
address: 'https://evm.mantrachain.io',
|
|
103
|
+
provider: 'MANTRACHAIN'
|
|
104
|
+
}]
|
|
133
105
|
},
|
|
134
106
|
logoURIs: {
|
|
135
107
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
@@ -142,12 +114,24 @@ const info = {
|
|
|
142
114
|
txPage: 'https://explorer.chainroot.io/mantra/transactions/${txHash}',
|
|
143
115
|
accountPage: 'https://explorer.chainroot.io/mantra/accounts/${accountAddress}'
|
|
144
116
|
},
|
|
117
|
+
{
|
|
118
|
+
kind: 'mintscan',
|
|
119
|
+
url: 'https://www.mintscan.io/mantra',
|
|
120
|
+
txPage: 'https://mintscan.io/mantra/txs/${txHash}',
|
|
121
|
+
accountPage: 'https://mintscan.io/mantra/account/${accountAddress}'
|
|
122
|
+
},
|
|
145
123
|
{
|
|
146
124
|
kind: 'ITRocket',
|
|
147
125
|
url: 'https://mainnet.itrocket.net/mantra',
|
|
148
126
|
txPage: 'https://mainnet.itrocket.net/mantra/transaction/${txHash}',
|
|
149
127
|
accountPage: 'https://mainnet.itrocket.net/mantra/account/${accountAddress}'
|
|
150
128
|
},
|
|
129
|
+
{
|
|
130
|
+
kind: 'mantrascan',
|
|
131
|
+
url: 'https://mantrascan.io/mainnet',
|
|
132
|
+
txPage: 'https://mantrascan.io/mainnet/tx/${txHash}',
|
|
133
|
+
accountPage: 'https://mantrascan.io/mainnet/address/${accountAddress}'
|
|
134
|
+
},
|
|
151
135
|
{
|
|
152
136
|
kind: '🔥STAVR🔥',
|
|
153
137
|
url: 'https://explorer.stavr.tech/Mantra-Mainnet',
|
|
@@ -158,6 +142,7 @@ const info = {
|
|
|
158
142
|
keywords: [
|
|
159
143
|
'rwa',
|
|
160
144
|
'wasm',
|
|
145
|
+
'evm',
|
|
161
146
|
'staking'
|
|
162
147
|
],
|
|
163
148
|
images: [{
|
|
@@ -68,7 +68,10 @@ const info = {
|
|
|
68
68
|
baseDenom: 'uusdc'
|
|
69
69
|
},
|
|
70
70
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
71
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
72
|
+
theme: {
|
|
73
|
+
circle: true
|
|
74
|
+
}
|
|
72
75
|
}]
|
|
73
76
|
},
|
|
74
77
|
{
|
|
@@ -46,14 +46,23 @@ const info = {
|
|
|
46
46
|
rpc: [{
|
|
47
47
|
address: 'https://mainnet-rpc.paxinet.io',
|
|
48
48
|
provider: 'Paxi Foundation'
|
|
49
|
+
}, {
|
|
50
|
+
address: 'https://rpc.paxi.indonode.net',
|
|
51
|
+
provider: 'Indonode'
|
|
49
52
|
}],
|
|
50
53
|
rest: [{
|
|
51
54
|
address: 'https://mainnet-lcd.paxinet.io',
|
|
52
55
|
provider: 'Paxi Foundation'
|
|
56
|
+
}, {
|
|
57
|
+
address: 'https://api.paxi.indonode.net',
|
|
58
|
+
provider: 'Indonode'
|
|
53
59
|
}],
|
|
54
60
|
grpc: [{
|
|
55
61
|
address: 'mainnet-rpc.paxinet.io:443',
|
|
56
62
|
provider: 'Paxi Foundation'
|
|
63
|
+
}, {
|
|
64
|
+
address: 'grpc.paxi.indonode.net:443',
|
|
65
|
+
provider: 'Indonode'
|
|
57
66
|
}]
|
|
58
67
|
},
|
|
59
68
|
explorers: [{
|
|
@@ -61,6 +70,11 @@ const info = {
|
|
|
61
70
|
url: 'https://explorer.paxinet.io',
|
|
62
71
|
txPage: 'https://explorer.paxinet.io/tx/${txHash}',
|
|
63
72
|
accountPage: 'https://explorer.paxinet.io/address/${accountAddress}'
|
|
73
|
+
}, {
|
|
74
|
+
kind: 'Indonode',
|
|
75
|
+
url: 'https://explorer.indonode.net/paxi',
|
|
76
|
+
txPage: 'https://explorer.indonode.net/paxi/tx/${txHash}',
|
|
77
|
+
accountPage: 'https://explorer.indonode.net/paxi/address/${accountAddress}'
|
|
64
78
|
}],
|
|
65
79
|
keywords: [
|
|
66
80
|
'ibc',
|
|
@@ -271,14 +271,16 @@ const info = {
|
|
|
271
271
|
}
|
|
272
272
|
}],
|
|
273
273
|
logoURIs: {
|
|
274
|
-
|
|
274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
275
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
275
276
|
},
|
|
276
277
|
images: [{
|
|
277
278
|
imageSync: {
|
|
278
279
|
chainName: 'ethereum',
|
|
279
280
|
baseDenom: 'wei'
|
|
280
281
|
},
|
|
281
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
282
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
282
284
|
}]
|
|
283
285
|
},
|
|
284
286
|
{
|
|
@@ -430,7 +432,10 @@ const info = {
|
|
|
430
432
|
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
431
433
|
},
|
|
432
434
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
433
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
435
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
436
|
+
theme: {
|
|
437
|
+
circle: true
|
|
438
|
+
}
|
|
434
439
|
}]
|
|
435
440
|
}
|
|
436
441
|
]
|
|
@@ -9,8 +9,9 @@ const info = {
|
|
|
9
9
|
bech32Prefix: 'mantra',
|
|
10
10
|
daemonName: 'mantrachaind',
|
|
11
11
|
nodeHome: '$HOME/.mantrachain',
|
|
12
|
-
keyAlgos: ['
|
|
13
|
-
|
|
12
|
+
keyAlgos: ['ethsecp256k1'],
|
|
13
|
+
extraCodecs: ['ethermint'],
|
|
14
|
+
slip44: 60,
|
|
14
15
|
fees: {
|
|
15
16
|
feeTokens: [{
|
|
16
17
|
denom: 'uom',
|
|
@@ -23,62 +24,59 @@ const info = {
|
|
|
23
24
|
staking: {
|
|
24
25
|
stakingTokens: [{
|
|
25
26
|
denom: 'uom'
|
|
26
|
-
}]
|
|
27
|
+
}],
|
|
28
|
+
lockDuration: {
|
|
29
|
+
time: '691200s'
|
|
30
|
+
}
|
|
27
31
|
},
|
|
28
32
|
codebase: {
|
|
29
33
|
gitRepo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
30
|
-
recommendedVersion: '
|
|
31
|
-
compatibleVersions: ['
|
|
34
|
+
recommendedVersion: 'v6.1.1',
|
|
35
|
+
compatibleVersions: ['v6.1.0', 'v6.1.1'],
|
|
32
36
|
consensus: {
|
|
33
37
|
type: 'cometbft',
|
|
34
|
-
version: 'v0.38.
|
|
38
|
+
version: 'v0.38.19'
|
|
35
39
|
},
|
|
36
40
|
sdk: {
|
|
37
41
|
type: 'cosmos',
|
|
38
|
-
version: 'v0.
|
|
42
|
+
version: 'v0.53.4',
|
|
39
43
|
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
|
|
40
|
-
tag: 'v0.
|
|
44
|
+
tag: 'v0.53.4-mantra'
|
|
41
45
|
},
|
|
42
46
|
cosmwasm: {
|
|
43
|
-
version: 'v0.
|
|
47
|
+
version: 'v0.61.1',
|
|
44
48
|
enabled: true
|
|
45
49
|
},
|
|
46
50
|
ibc: {
|
|
47
51
|
type: 'go',
|
|
48
|
-
version: '
|
|
52
|
+
version: 'v10.4.0'
|
|
49
53
|
},
|
|
50
54
|
genesis: {
|
|
51
|
-
genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/
|
|
55
|
+
genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/net/refs/heads/main/mantra-dukong-1/genesis.json'
|
|
52
56
|
}
|
|
53
57
|
},
|
|
54
58
|
apis: {
|
|
55
59
|
rpc: [{
|
|
56
60
|
address: 'https://rpc.dukong.mantrachain.io',
|
|
57
61
|
provider: 'MANTRACHAIN'
|
|
58
|
-
}, {
|
|
59
|
-
address: 'https://mantra-testnet-rpc.publicnode.com:443',
|
|
60
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
61
62
|
}],
|
|
62
63
|
rest: [{
|
|
63
64
|
address: 'https://api.dukong.mantrachain.io',
|
|
64
65
|
provider: 'MANTRACHAIN'
|
|
65
66
|
}, {
|
|
66
|
-
address: 'https://mantra-testnet
|
|
67
|
-
provider: '
|
|
67
|
+
address: 'https://lcd-office.cosmostation.io/mantra-testnet/',
|
|
68
|
+
provider: 'Cosmostation'
|
|
68
69
|
}],
|
|
69
70
|
grpc: [{
|
|
70
71
|
address: 'https://grpc.dukong.mantrachain.io',
|
|
71
72
|
provider: 'MANTRACHAIN'
|
|
72
73
|
}, {
|
|
73
|
-
address: '
|
|
74
|
-
provider: '
|
|
74
|
+
address: 'grpc-office-mantra.cosmostation.io:443',
|
|
75
|
+
provider: 'Cosmostation'
|
|
75
76
|
}],
|
|
76
77
|
evmHttpJsonrpc: [{
|
|
77
78
|
address: 'https://evm.dukong.mantrachain.io',
|
|
78
79
|
provider: 'MANTRACHAIN'
|
|
79
|
-
}, {
|
|
80
|
-
address: 'https://rpc.evm.mantra.testnet.cosmostation.io',
|
|
81
|
-
provider: 'Cosmostation'
|
|
82
80
|
}]
|
|
83
81
|
},
|
|
84
82
|
logoURIs: {
|
|
@@ -92,6 +90,12 @@ const info = {
|
|
|
92
90
|
txPage: 'https://mintscan.io/mantra-testnet/txs/${txHash}',
|
|
93
91
|
accountPage: 'https://mintscan.io/mantra-testnet/account/${accountAddress}'
|
|
94
92
|
},
|
|
93
|
+
{
|
|
94
|
+
kind: 'mantrascan',
|
|
95
|
+
url: 'https://mantrascan.io/dukong',
|
|
96
|
+
txPage: 'https://mantrascan.io/dukong/tx/${txHash}',
|
|
97
|
+
accountPage: 'https://mantrascan.io/dukong/address/${accountAddress}'
|
|
98
|
+
},
|
|
95
99
|
{
|
|
96
100
|
kind: 'ping.pub',
|
|
97
101
|
url: 'https://explorer.mantrachain.io',
|
|
@@ -108,6 +112,7 @@ const info = {
|
|
|
108
112
|
keywords: [
|
|
109
113
|
'rwa',
|
|
110
114
|
'wasm',
|
|
115
|
+
'evm',
|
|
111
116
|
'staking',
|
|
112
117
|
'testnet'
|
|
113
118
|
],
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -173,6 +173,14 @@ const info = {
|
|
|
173
173
|
{
|
|
174
174
|
address: 'https://rpc.atomone-archive.citizenweb3.com:443',
|
|
175
175
|
provider: 'Citizen Web3'
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
address: 'https://rpc.atomone.indonode.net:443',
|
|
179
|
+
provider: 'Indonode'
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
address: 'https://atomone-rpc.nyan-cat.net',
|
|
183
|
+
provider: 'NyanCat'
|
|
176
184
|
}
|
|
177
185
|
],
|
|
178
186
|
rest: [
|
|
@@ -283,6 +291,14 @@ const info = {
|
|
|
283
291
|
{
|
|
284
292
|
address: 'https://api.atomone-archive.citizenweb3.com',
|
|
285
293
|
provider: 'Citizen Web3'
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
address: 'https://api.atomone.indonode.net',
|
|
297
|
+
provider: 'Indonode'
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
address: 'https://atomone-api.nyan-cat.net',
|
|
301
|
+
provider: 'NyanCat'
|
|
286
302
|
}
|
|
287
303
|
],
|
|
288
304
|
grpc: [
|
|
@@ -361,6 +377,10 @@ const info = {
|
|
|
361
377
|
{
|
|
362
378
|
address: 'grpc.atomone-archive.citizenweb3.com:443',
|
|
363
379
|
provider: 'Citizen Web3'
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
address: 'atomone-grpc.nyan-cat.net',
|
|
383
|
+
provider: 'NyanCat'
|
|
364
384
|
}
|
|
365
385
|
]
|
|
366
386
|
},
|
|
@@ -466,6 +486,18 @@ const info = {
|
|
|
466
486
|
url: 'https://validatorinfo.com/networks/atomone/overview',
|
|
467
487
|
validatorPage: 'https://validatorinfo.com/networks/atomone/validators',
|
|
468
488
|
proposalPage: 'https://validatorinfo.com/networks/atomone/governance'
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
kind: 'Indonode',
|
|
492
|
+
url: 'https://explorer.indonode.net/atomone/staking',
|
|
493
|
+
txPage: 'https://explorer.indonode.net/atomone/tx/${txHash}',
|
|
494
|
+
accountPage: 'https://explorer.indonode.net/atomone/account/${accountAddress}'
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
kind: 'NyanCat',
|
|
498
|
+
url: 'https://explorer.nyan-cat.net/atomone',
|
|
499
|
+
txPage: 'https://explorer.nyan-cat.net/atomone/tx/${txHash}',
|
|
500
|
+
accountPage: 'https://explorer.nyan-cat.net/atomone/account/${accountAddress}'
|
|
469
501
|
}
|
|
470
502
|
],
|
|
471
503
|
images: [{
|
|
@@ -204,10 +204,7 @@ const info = {
|
|
|
204
204
|
baseDenom: 'wei'
|
|
205
205
|
},
|
|
206
206
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
207
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
208
|
-
theme: {
|
|
209
|
-
circle: true
|
|
210
|
-
}
|
|
207
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
211
208
|
}],
|
|
212
209
|
logoURIs: {
|
|
213
210
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
@@ -102,10 +102,6 @@ const info = {
|
|
|
102
102
|
{
|
|
103
103
|
address: 'https://fetchai-rpc.bluestake.net:443',
|
|
104
104
|
provider: 'BlueStake 🚀'
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
address: 'https://fetch-rpc.panthea.eu:443',
|
|
108
|
-
provider: 'Panthea EU'
|
|
109
105
|
}
|
|
110
106
|
],
|
|
111
107
|
rest: [
|
|
@@ -172,10 +168,6 @@ const info = {
|
|
|
172
168
|
{
|
|
173
169
|
address: 'https://fetchai-api.bluestake.net',
|
|
174
170
|
provider: 'BlueStake 🚀'
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
address: 'https://fetch-api.panthea.eu:443',
|
|
178
|
-
provider: 'Panthea EU'
|
|
179
171
|
}
|
|
180
172
|
],
|
|
181
173
|
grpc: [
|
|
@@ -222,10 +214,6 @@ const info = {
|
|
|
222
214
|
{
|
|
223
215
|
address: 'grpc.fetchhub-4.fetch.aviaone.com:9094',
|
|
224
216
|
provider: 'AVIAONE 🟢'
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
address: 'fetch-grpc.panthea.eu:16710',
|
|
228
|
-
provider: 'Panthea EU'
|
|
229
217
|
}
|
|
230
218
|
]
|
|
231
219
|
},
|
|
@@ -11,8 +11,9 @@ const info = {
|
|
|
11
11
|
bech32Prefix: 'mantra',
|
|
12
12
|
daemonName: 'mantrachaind',
|
|
13
13
|
nodeHome: '$HOME/.mantrachain',
|
|
14
|
-
keyAlgos: ['
|
|
15
|
-
|
|
14
|
+
keyAlgos: ['ethsecp256k1'],
|
|
15
|
+
extraCodecs: ['ethermint'],
|
|
16
|
+
slip44: 60,
|
|
16
17
|
fees: {
|
|
17
18
|
feeTokens: [{
|
|
18
19
|
denom: 'uom',
|
|
@@ -25,32 +26,35 @@ const info = {
|
|
|
25
26
|
staking: {
|
|
26
27
|
stakingTokens: [{
|
|
27
28
|
denom: 'uom'
|
|
28
|
-
}]
|
|
29
|
+
}],
|
|
30
|
+
lockDuration: {
|
|
31
|
+
time: '691200s'
|
|
32
|
+
}
|
|
29
33
|
},
|
|
30
34
|
codebase: {
|
|
31
35
|
gitRepo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
32
|
-
recommendedVersion: '
|
|
33
|
-
compatibleVersions: ['
|
|
36
|
+
recommendedVersion: 'v6.1.1',
|
|
37
|
+
compatibleVersions: ['v6.1.0', 'v6.1.1'],
|
|
34
38
|
consensus: {
|
|
35
39
|
type: 'cometbft',
|
|
36
|
-
version: 'v0.38.
|
|
40
|
+
version: 'v0.38.19'
|
|
37
41
|
},
|
|
38
42
|
sdk: {
|
|
39
43
|
type: 'cosmos',
|
|
40
|
-
version: 'v0.
|
|
44
|
+
version: 'v0.53.4',
|
|
41
45
|
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
|
|
42
|
-
tag: 'v0.
|
|
46
|
+
tag: 'v0.53.4-mantra'
|
|
43
47
|
},
|
|
44
48
|
cosmwasm: {
|
|
45
|
-
version: 'v0.
|
|
49
|
+
version: 'v0.61.1',
|
|
46
50
|
enabled: true
|
|
47
51
|
},
|
|
48
52
|
ibc: {
|
|
49
53
|
type: 'go',
|
|
50
|
-
version: '
|
|
54
|
+
version: 'v10.4.0'
|
|
51
55
|
},
|
|
52
56
|
genesis: {
|
|
53
|
-
genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/
|
|
57
|
+
genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/net/refs/heads/main/mantra-1/genesis.json'
|
|
54
58
|
}
|
|
55
59
|
},
|
|
56
60
|
apis: {
|
|
@@ -59,18 +63,6 @@ const info = {
|
|
|
59
63
|
address: 'https://rpc.mantrachain.io',
|
|
60
64
|
provider: 'MANTRACHAIN'
|
|
61
65
|
},
|
|
62
|
-
{
|
|
63
|
-
address: 'https://rpc-mantra.r93axnodes.cloud:443',
|
|
64
|
-
provider: 'r93AX Nodes'
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
address: 'https://mantrachain-mainnet-rpc.autostake.com:443',
|
|
68
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
address: 'https://mantra-rpc.publicnode.com:443',
|
|
72
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
73
|
-
},
|
|
74
66
|
{
|
|
75
67
|
address: 'https://mantra-mainnet-rpc.itrocket.net:443',
|
|
76
68
|
provider: 'ITRocket'
|
|
@@ -85,18 +77,6 @@ const info = {
|
|
|
85
77
|
address: 'https://api.mantrachain.io',
|
|
86
78
|
provider: 'MANTRACHAIN'
|
|
87
79
|
},
|
|
88
|
-
{
|
|
89
|
-
address: 'https://api-mantra.r93axnodes.cloud:443',
|
|
90
|
-
provider: 'r93AX Nodes'
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
address: 'https://mantrachain-mainnet-lcd.autostake.com:443',
|
|
94
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
address: 'https://mantra-rest.publicnode.com',
|
|
98
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
99
|
-
},
|
|
100
80
|
{
|
|
101
81
|
address: 'https://mantra-mainnet-api.itrocket.net',
|
|
102
82
|
provider: 'ITRocket'
|
|
@@ -111,18 +91,6 @@ const info = {
|
|
|
111
91
|
address: 'https://grpc.mantrachain.io',
|
|
112
92
|
provider: 'MANTRACHAIN'
|
|
113
93
|
},
|
|
114
|
-
{
|
|
115
|
-
address: 'grpc-mantra.r93axnodes.cloud:443',
|
|
116
|
-
provider: 'r93AX Nodes'
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
address: 'mantrachain-mainnet-rpc.autostake.com:443',
|
|
120
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
address: 'mantra-grpc.publicnode.com:443',
|
|
124
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
125
|
-
},
|
|
126
94
|
{
|
|
127
95
|
address: 'mantra-mainnet-grpc.itrocket.net:443',
|
|
128
96
|
provider: 'ITRocket'
|
|
@@ -131,7 +99,11 @@ const info = {
|
|
|
131
99
|
address: 'mantra.grpc.m.stavr.tech:3601',
|
|
132
100
|
provider: '🔥STAVR🔥'
|
|
133
101
|
}
|
|
134
|
-
]
|
|
102
|
+
],
|
|
103
|
+
evmHttpJsonrpc: [{
|
|
104
|
+
address: 'https://evm.mantrachain.io',
|
|
105
|
+
provider: 'MANTRACHAIN'
|
|
106
|
+
}]
|
|
135
107
|
},
|
|
136
108
|
logoURIs: {
|
|
137
109
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
@@ -144,12 +116,24 @@ const info = {
|
|
|
144
116
|
txPage: 'https://explorer.chainroot.io/mantra/transactions/${txHash}',
|
|
145
117
|
accountPage: 'https://explorer.chainroot.io/mantra/accounts/${accountAddress}'
|
|
146
118
|
},
|
|
119
|
+
{
|
|
120
|
+
kind: 'mintscan',
|
|
121
|
+
url: 'https://www.mintscan.io/mantra',
|
|
122
|
+
txPage: 'https://mintscan.io/mantra/txs/${txHash}',
|
|
123
|
+
accountPage: 'https://mintscan.io/mantra/account/${accountAddress}'
|
|
124
|
+
},
|
|
147
125
|
{
|
|
148
126
|
kind: 'ITRocket',
|
|
149
127
|
url: 'https://mainnet.itrocket.net/mantra',
|
|
150
128
|
txPage: 'https://mainnet.itrocket.net/mantra/transaction/${txHash}',
|
|
151
129
|
accountPage: 'https://mainnet.itrocket.net/mantra/account/${accountAddress}'
|
|
152
130
|
},
|
|
131
|
+
{
|
|
132
|
+
kind: 'mantrascan',
|
|
133
|
+
url: 'https://mantrascan.io/mainnet',
|
|
134
|
+
txPage: 'https://mantrascan.io/mainnet/tx/${txHash}',
|
|
135
|
+
accountPage: 'https://mantrascan.io/mainnet/address/${accountAddress}'
|
|
136
|
+
},
|
|
153
137
|
{
|
|
154
138
|
kind: '🔥STAVR🔥',
|
|
155
139
|
url: 'https://explorer.stavr.tech/Mantra-Mainnet',
|
|
@@ -160,6 +144,7 @@ const info = {
|
|
|
160
144
|
keywords: [
|
|
161
145
|
'rwa',
|
|
162
146
|
'wasm',
|
|
147
|
+
'evm',
|
|
163
148
|
'staking'
|
|
164
149
|
],
|
|
165
150
|
images: [{
|
|
@@ -70,7 +70,10 @@ const info = {
|
|
|
70
70
|
baseDenom: 'uusdc'
|
|
71
71
|
},
|
|
72
72
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
73
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
73
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
74
|
+
theme: {
|
|
75
|
+
circle: true
|
|
76
|
+
}
|
|
74
77
|
}]
|
|
75
78
|
},
|
|
76
79
|
{
|
package/mainnet/paxi/chain.js
CHANGED
|
@@ -48,14 +48,23 @@ const info = {
|
|
|
48
48
|
rpc: [{
|
|
49
49
|
address: 'https://mainnet-rpc.paxinet.io',
|
|
50
50
|
provider: 'Paxi Foundation'
|
|
51
|
+
}, {
|
|
52
|
+
address: 'https://rpc.paxi.indonode.net',
|
|
53
|
+
provider: 'Indonode'
|
|
51
54
|
}],
|
|
52
55
|
rest: [{
|
|
53
56
|
address: 'https://mainnet-lcd.paxinet.io',
|
|
54
57
|
provider: 'Paxi Foundation'
|
|
58
|
+
}, {
|
|
59
|
+
address: 'https://api.paxi.indonode.net',
|
|
60
|
+
provider: 'Indonode'
|
|
55
61
|
}],
|
|
56
62
|
grpc: [{
|
|
57
63
|
address: 'mainnet-rpc.paxinet.io:443',
|
|
58
64
|
provider: 'Paxi Foundation'
|
|
65
|
+
}, {
|
|
66
|
+
address: 'grpc.paxi.indonode.net:443',
|
|
67
|
+
provider: 'Indonode'
|
|
59
68
|
}]
|
|
60
69
|
},
|
|
61
70
|
explorers: [{
|
|
@@ -63,6 +72,11 @@ const info = {
|
|
|
63
72
|
url: 'https://explorer.paxinet.io',
|
|
64
73
|
txPage: 'https://explorer.paxinet.io/tx/${txHash}',
|
|
65
74
|
accountPage: 'https://explorer.paxinet.io/address/${accountAddress}'
|
|
75
|
+
}, {
|
|
76
|
+
kind: 'Indonode',
|
|
77
|
+
url: 'https://explorer.indonode.net/paxi',
|
|
78
|
+
txPage: 'https://explorer.indonode.net/paxi/tx/${txHash}',
|
|
79
|
+
accountPage: 'https://explorer.indonode.net/paxi/address/${accountAddress}'
|
|
66
80
|
}],
|
|
67
81
|
keywords: [
|
|
68
82
|
'ibc',
|
|
@@ -273,14 +273,16 @@ const info = {
|
|
|
273
273
|
}
|
|
274
274
|
}],
|
|
275
275
|
logoURIs: {
|
|
276
|
-
|
|
276
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
277
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
277
278
|
},
|
|
278
279
|
images: [{
|
|
279
280
|
imageSync: {
|
|
280
281
|
chainName: 'ethereum',
|
|
281
282
|
baseDenom: 'wei'
|
|
282
283
|
},
|
|
283
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
284
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
284
286
|
}]
|
|
285
287
|
},
|
|
286
288
|
{
|
|
@@ -432,7 +434,10 @@ const info = {
|
|
|
432
434
|
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
433
435
|
},
|
|
434
436
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
435
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
437
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
438
|
+
theme: {
|
|
439
|
+
circle: true
|
|
440
|
+
}
|
|
436
441
|
}]
|
|
437
442
|
}
|
|
438
443
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.111",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.111"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "7a840333b76567d256a9fdbdddef3311efd3c039"
|
|
43
43
|
}
|
|
@@ -11,8 +11,9 @@ const info = {
|
|
|
11
11
|
bech32Prefix: 'mantra',
|
|
12
12
|
daemonName: 'mantrachaind',
|
|
13
13
|
nodeHome: '$HOME/.mantrachain',
|
|
14
|
-
keyAlgos: ['
|
|
15
|
-
|
|
14
|
+
keyAlgos: ['ethsecp256k1'],
|
|
15
|
+
extraCodecs: ['ethermint'],
|
|
16
|
+
slip44: 60,
|
|
16
17
|
fees: {
|
|
17
18
|
feeTokens: [{
|
|
18
19
|
denom: 'uom',
|
|
@@ -25,62 +26,59 @@ const info = {
|
|
|
25
26
|
staking: {
|
|
26
27
|
stakingTokens: [{
|
|
27
28
|
denom: 'uom'
|
|
28
|
-
}]
|
|
29
|
+
}],
|
|
30
|
+
lockDuration: {
|
|
31
|
+
time: '691200s'
|
|
32
|
+
}
|
|
29
33
|
},
|
|
30
34
|
codebase: {
|
|
31
35
|
gitRepo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
32
|
-
recommendedVersion: '
|
|
33
|
-
compatibleVersions: ['
|
|
36
|
+
recommendedVersion: 'v6.1.1',
|
|
37
|
+
compatibleVersions: ['v6.1.0', 'v6.1.1'],
|
|
34
38
|
consensus: {
|
|
35
39
|
type: 'cometbft',
|
|
36
|
-
version: 'v0.38.
|
|
40
|
+
version: 'v0.38.19'
|
|
37
41
|
},
|
|
38
42
|
sdk: {
|
|
39
43
|
type: 'cosmos',
|
|
40
|
-
version: 'v0.
|
|
44
|
+
version: 'v0.53.4',
|
|
41
45
|
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
|
|
42
|
-
tag: 'v0.
|
|
46
|
+
tag: 'v0.53.4-mantra'
|
|
43
47
|
},
|
|
44
48
|
cosmwasm: {
|
|
45
|
-
version: 'v0.
|
|
49
|
+
version: 'v0.61.1',
|
|
46
50
|
enabled: true
|
|
47
51
|
},
|
|
48
52
|
ibc: {
|
|
49
53
|
type: 'go',
|
|
50
|
-
version: '
|
|
54
|
+
version: 'v10.4.0'
|
|
51
55
|
},
|
|
52
56
|
genesis: {
|
|
53
|
-
genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/
|
|
57
|
+
genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/net/refs/heads/main/mantra-dukong-1/genesis.json'
|
|
54
58
|
}
|
|
55
59
|
},
|
|
56
60
|
apis: {
|
|
57
61
|
rpc: [{
|
|
58
62
|
address: 'https://rpc.dukong.mantrachain.io',
|
|
59
63
|
provider: 'MANTRACHAIN'
|
|
60
|
-
}, {
|
|
61
|
-
address: 'https://mantra-testnet-rpc.publicnode.com:443',
|
|
62
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
63
64
|
}],
|
|
64
65
|
rest: [{
|
|
65
66
|
address: 'https://api.dukong.mantrachain.io',
|
|
66
67
|
provider: 'MANTRACHAIN'
|
|
67
68
|
}, {
|
|
68
|
-
address: 'https://mantra-testnet
|
|
69
|
-
provider: '
|
|
69
|
+
address: 'https://lcd-office.cosmostation.io/mantra-testnet/',
|
|
70
|
+
provider: 'Cosmostation'
|
|
70
71
|
}],
|
|
71
72
|
grpc: [{
|
|
72
73
|
address: 'https://grpc.dukong.mantrachain.io',
|
|
73
74
|
provider: 'MANTRACHAIN'
|
|
74
75
|
}, {
|
|
75
|
-
address: '
|
|
76
|
-
provider: '
|
|
76
|
+
address: 'grpc-office-mantra.cosmostation.io:443',
|
|
77
|
+
provider: 'Cosmostation'
|
|
77
78
|
}],
|
|
78
79
|
evmHttpJsonrpc: [{
|
|
79
80
|
address: 'https://evm.dukong.mantrachain.io',
|
|
80
81
|
provider: 'MANTRACHAIN'
|
|
81
|
-
}, {
|
|
82
|
-
address: 'https://rpc.evm.mantra.testnet.cosmostation.io',
|
|
83
|
-
provider: 'Cosmostation'
|
|
84
82
|
}]
|
|
85
83
|
},
|
|
86
84
|
logoURIs: {
|
|
@@ -94,6 +92,12 @@ const info = {
|
|
|
94
92
|
txPage: 'https://mintscan.io/mantra-testnet/txs/${txHash}',
|
|
95
93
|
accountPage: 'https://mintscan.io/mantra-testnet/account/${accountAddress}'
|
|
96
94
|
},
|
|
95
|
+
{
|
|
96
|
+
kind: 'mantrascan',
|
|
97
|
+
url: 'https://mantrascan.io/dukong',
|
|
98
|
+
txPage: 'https://mantrascan.io/dukong/tx/${txHash}',
|
|
99
|
+
accountPage: 'https://mantrascan.io/dukong/address/${accountAddress}'
|
|
100
|
+
},
|
|
97
101
|
{
|
|
98
102
|
kind: 'ping.pub',
|
|
99
103
|
url: 'https://explorer.mantrachain.io',
|
|
@@ -110,6 +114,7 @@ const info = {
|
|
|
110
114
|
keywords: [
|
|
111
115
|
'rwa',
|
|
112
116
|
'wasm',
|
|
117
|
+
'evm',
|
|
113
118
|
'staking',
|
|
114
119
|
'testnet'
|
|
115
120
|
],
|