chain-registry 1.69.115 β 1.69.116
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/mantrachain/assets.js +43 -0
- package/esm/mainnet/mantrachain/chain.js +18 -5
- package/esm/mainnet/umee/chain.js +0 -16
- package/esm/testnet/manifesttestnet/chain.js +14 -0
- package/esm/testnet/mantrachaintestnet2/assets.js +4 -4
- package/esm/testnet/mantrachaintestnet2/chain.js +14 -5
- package/mainnet/mantrachain/assets.js +43 -0
- package/mainnet/mantrachain/chain.js +18 -5
- package/mainnet/umee/chain.js +0 -16
- package/package.json +4 -4
- package/testnet/manifesttestnet/chain.js +14 -0
- package/testnet/mantrachaintestnet2/assets.js +4 -4
- package/testnet/mantrachaintestnet2/chain.js +14 -5
|
@@ -232,6 +232,49 @@ const info = {
|
|
|
232
232
|
primary_color_hex: '#272d45'
|
|
233
233
|
}
|
|
234
234
|
}]
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
description: 'The native token of Stargaze',
|
|
238
|
+
denom_units: [{
|
|
239
|
+
denom: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
240
|
+
exponent: 0,
|
|
241
|
+
aliases: ['ustars']
|
|
242
|
+
}, {
|
|
243
|
+
denom: 'stars',
|
|
244
|
+
exponent: 6
|
|
245
|
+
}],
|
|
246
|
+
type_asset: 'ics20',
|
|
247
|
+
base: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
248
|
+
name: 'Stargaze',
|
|
249
|
+
display: 'stars',
|
|
250
|
+
symbol: 'STARS',
|
|
251
|
+
traces: [{
|
|
252
|
+
type: 'ibc',
|
|
253
|
+
counterparty: {
|
|
254
|
+
chain_name: 'stargaze',
|
|
255
|
+
base_denom: 'ustars',
|
|
256
|
+
channel_id: 'channel-406'
|
|
257
|
+
},
|
|
258
|
+
chain: {
|
|
259
|
+
channel_id: 'channel-4',
|
|
260
|
+
path: 'transfer/channel-4/ustars'
|
|
261
|
+
}
|
|
262
|
+
}],
|
|
263
|
+
logo_URIs: {
|
|
264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
265
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
266
|
+
},
|
|
267
|
+
images: [{
|
|
268
|
+
image_sync: {
|
|
269
|
+
chain_name: 'stargaze',
|
|
270
|
+
base_denom: 'ustars'
|
|
271
|
+
},
|
|
272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
274
|
+
theme: {
|
|
275
|
+
primary_color_hex: '#db2777'
|
|
276
|
+
}
|
|
277
|
+
}]
|
|
235
278
|
}
|
|
236
279
|
]
|
|
237
280
|
};
|
|
@@ -27,19 +27,32 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
git_repo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
30
|
-
recommended_version: '
|
|
31
|
-
compatible_versions: [
|
|
30
|
+
recommended_version: 'v1.0.3',
|
|
31
|
+
compatible_versions: [
|
|
32
|
+
'v1.0.3',
|
|
33
|
+
'v1.0.1',
|
|
34
|
+
'v1.0.0',
|
|
35
|
+
'v1.0.0-rc3'
|
|
36
|
+
],
|
|
32
37
|
consensus: {
|
|
33
38
|
type: 'cometbft',
|
|
34
|
-
version: '
|
|
39
|
+
version: 'v0.38.15'
|
|
35
40
|
},
|
|
36
41
|
sdk: {
|
|
37
42
|
type: 'cosmos',
|
|
38
|
-
version: '
|
|
43
|
+
version: 'v0.50.8',
|
|
44
|
+
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk'
|
|
39
45
|
},
|
|
40
46
|
cosmwasm: {
|
|
41
|
-
version: '
|
|
47
|
+
version: 'v0.53.0',
|
|
42
48
|
enabled: true
|
|
49
|
+
},
|
|
50
|
+
ibc: {
|
|
51
|
+
type: 'go',
|
|
52
|
+
version: 'v8.5.1'
|
|
53
|
+
},
|
|
54
|
+
genesis: {
|
|
55
|
+
genesis_url: 'https://raw.githubusercontent.com/MANTRA-Chain/mantrachain/refs/heads/main/networks/mantra-1/genesis.json'
|
|
43
56
|
}
|
|
44
57
|
},
|
|
45
58
|
apis: {
|
|
@@ -79,10 +79,6 @@ const info = {
|
|
|
79
79
|
address: 'http://rpc-umee-0.node75.org:26657',
|
|
80
80
|
provider: 'Pro-Nodes75'
|
|
81
81
|
},
|
|
82
|
-
{
|
|
83
|
-
address: 'https://umee-rpc.quantnode.tech',
|
|
84
|
-
provider: 'QuantNode'
|
|
85
|
-
},
|
|
86
82
|
{
|
|
87
83
|
address: 'https://umee-rpc.tienthuattoan.com',
|
|
88
84
|
provider: 'TTT π»π³'
|
|
@@ -157,10 +153,6 @@ const info = {
|
|
|
157
153
|
address: 'https://umee-api.polkachu.com',
|
|
158
154
|
provider: 'Polkachu'
|
|
159
155
|
},
|
|
160
|
-
{
|
|
161
|
-
address: 'https://umee-lcd.quantnode.tech',
|
|
162
|
-
provider: 'QuantNode'
|
|
163
|
-
},
|
|
164
156
|
{
|
|
165
157
|
address: 'https://umee-api.tienthuattoan.ventures',
|
|
166
158
|
provider: 'TienThuatToan'
|
|
@@ -231,18 +223,10 @@ const info = {
|
|
|
231
223
|
address: 'umee-mainnet-grpc.autostake.com:443',
|
|
232
224
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
233
225
|
},
|
|
234
|
-
{
|
|
235
|
-
address: 'umee-grpc.quantnode.tech:9090',
|
|
236
|
-
provider: 'QuantNode gRPC'
|
|
237
|
-
},
|
|
238
226
|
{
|
|
239
227
|
address: 'umee.grpc.m.stavr.tech:9090',
|
|
240
228
|
provider: 'π₯STAVRπ₯'
|
|
241
229
|
},
|
|
242
|
-
{
|
|
243
|
-
address: 'umee-grpc.quantnode.tech:9091',
|
|
244
|
-
provider: 'QuantNode gRPCweb'
|
|
245
|
-
},
|
|
246
230
|
{
|
|
247
231
|
address: 'umee-grpc.tienthuattoan.ventures:9090',
|
|
248
232
|
provider: 'TienThuatToan'
|
|
@@ -54,6 +54,20 @@ const info = {
|
|
|
54
54
|
kind: 'Default Explorer',
|
|
55
55
|
url: 'https://testnet.manifest.explorers.guru/',
|
|
56
56
|
tx_page: 'https://testnet.manifest.explorers.guru/transactions'
|
|
57
|
+
}],
|
|
58
|
+
logo_URIs: {
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
61
|
+
},
|
|
62
|
+
images: [{
|
|
63
|
+
image_sync: {
|
|
64
|
+
chain_name: 'manifesttestnet'
|
|
65
|
+
},
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg',
|
|
68
|
+
theme: {
|
|
69
|
+
primary_color_hex: '#A087FF'
|
|
70
|
+
}
|
|
57
71
|
}]
|
|
58
72
|
};
|
|
59
73
|
export default info;
|
|
@@ -80,7 +80,7 @@ const info = {
|
|
|
80
80
|
counterparty: {
|
|
81
81
|
chain_name: 'nobletestnet',
|
|
82
82
|
base_denom: 'uusdc',
|
|
83
|
-
channel_id: 'channel-
|
|
83
|
+
channel_id: 'channel-237'
|
|
84
84
|
},
|
|
85
85
|
chain: {
|
|
86
86
|
channel_id: 'channel-2',
|
|
@@ -124,7 +124,7 @@ const info = {
|
|
|
124
124
|
counterparty: {
|
|
125
125
|
chain_name: 'nobletestnet',
|
|
126
126
|
base_denom: 'ausdy',
|
|
127
|
-
channel_id: 'channel-
|
|
127
|
+
channel_id: 'channel-237'
|
|
128
128
|
},
|
|
129
129
|
chain: {
|
|
130
130
|
channel_id: 'channel-2',
|
|
@@ -168,7 +168,7 @@ const info = {
|
|
|
168
168
|
counterparty: {
|
|
169
169
|
chain_name: 'osmosistestnet',
|
|
170
170
|
base_denom: 'uosmo',
|
|
171
|
-
channel_id: 'channel-
|
|
171
|
+
channel_id: 'channel-9126'
|
|
172
172
|
},
|
|
173
173
|
chain: {
|
|
174
174
|
channel_id: 'channel-0',
|
|
@@ -209,7 +209,7 @@ const info = {
|
|
|
209
209
|
traces: [{
|
|
210
210
|
type: 'ibc',
|
|
211
211
|
counterparty: {
|
|
212
|
-
chain_name: '
|
|
212
|
+
chain_name: 'cosmosicsprovidertestnet',
|
|
213
213
|
base_denom: 'uatom',
|
|
214
214
|
channel_id: 'channel-241'
|
|
215
215
|
},
|
|
@@ -27,19 +27,28 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
git_repo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
30
|
-
recommended_version: '
|
|
31
|
-
compatible_versions: ['
|
|
30
|
+
recommended_version: 'v2.0.0',
|
|
31
|
+
compatible_versions: ['v2.0.0'],
|
|
32
32
|
consensus: {
|
|
33
33
|
type: 'cometbft',
|
|
34
|
-
version: '
|
|
34
|
+
version: 'v0.38.15'
|
|
35
35
|
},
|
|
36
36
|
sdk: {
|
|
37
37
|
type: 'cosmos',
|
|
38
|
-
version: '
|
|
38
|
+
version: 'v0.50.11',
|
|
39
|
+
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
|
|
40
|
+
tag: 'v0.50.11-v2-mantra-1'
|
|
39
41
|
},
|
|
40
42
|
cosmwasm: {
|
|
41
|
-
version: '0
|
|
43
|
+
version: 'v0.54.0',
|
|
42
44
|
enabled: true
|
|
45
|
+
},
|
|
46
|
+
ibc: {
|
|
47
|
+
type: 'go',
|
|
48
|
+
version: 'v8.5.2'
|
|
49
|
+
},
|
|
50
|
+
genesis: {
|
|
51
|
+
genesis_url: 'https://raw.githubusercontent.com/MANTRA-Chain/mantrachain/refs/heads/main/networks/mantra-dukong-1/genesis.json'
|
|
43
52
|
}
|
|
44
53
|
},
|
|
45
54
|
apis: {
|
|
@@ -234,6 +234,49 @@ const info = {
|
|
|
234
234
|
primary_color_hex: '#272d45'
|
|
235
235
|
}
|
|
236
236
|
}]
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
description: 'The native token of Stargaze',
|
|
240
|
+
denom_units: [{
|
|
241
|
+
denom: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
242
|
+
exponent: 0,
|
|
243
|
+
aliases: ['ustars']
|
|
244
|
+
}, {
|
|
245
|
+
denom: 'stars',
|
|
246
|
+
exponent: 6
|
|
247
|
+
}],
|
|
248
|
+
type_asset: 'ics20',
|
|
249
|
+
base: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
250
|
+
name: 'Stargaze',
|
|
251
|
+
display: 'stars',
|
|
252
|
+
symbol: 'STARS',
|
|
253
|
+
traces: [{
|
|
254
|
+
type: 'ibc',
|
|
255
|
+
counterparty: {
|
|
256
|
+
chain_name: 'stargaze',
|
|
257
|
+
base_denom: 'ustars',
|
|
258
|
+
channel_id: 'channel-406'
|
|
259
|
+
},
|
|
260
|
+
chain: {
|
|
261
|
+
channel_id: 'channel-4',
|
|
262
|
+
path: 'transfer/channel-4/ustars'
|
|
263
|
+
}
|
|
264
|
+
}],
|
|
265
|
+
logo_URIs: {
|
|
266
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
267
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
268
|
+
},
|
|
269
|
+
images: [{
|
|
270
|
+
image_sync: {
|
|
271
|
+
chain_name: 'stargaze',
|
|
272
|
+
base_denom: 'ustars'
|
|
273
|
+
},
|
|
274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
275
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
276
|
+
theme: {
|
|
277
|
+
primary_color_hex: '#db2777'
|
|
278
|
+
}
|
|
279
|
+
}]
|
|
237
280
|
}
|
|
238
281
|
]
|
|
239
282
|
};
|
|
@@ -29,19 +29,32 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
git_repo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
32
|
-
recommended_version: '
|
|
33
|
-
compatible_versions: [
|
|
32
|
+
recommended_version: 'v1.0.3',
|
|
33
|
+
compatible_versions: [
|
|
34
|
+
'v1.0.3',
|
|
35
|
+
'v1.0.1',
|
|
36
|
+
'v1.0.0',
|
|
37
|
+
'v1.0.0-rc3'
|
|
38
|
+
],
|
|
34
39
|
consensus: {
|
|
35
40
|
type: 'cometbft',
|
|
36
|
-
version: '
|
|
41
|
+
version: 'v0.38.15'
|
|
37
42
|
},
|
|
38
43
|
sdk: {
|
|
39
44
|
type: 'cosmos',
|
|
40
|
-
version: '
|
|
45
|
+
version: 'v0.50.8',
|
|
46
|
+
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk'
|
|
41
47
|
},
|
|
42
48
|
cosmwasm: {
|
|
43
|
-
version: '
|
|
49
|
+
version: 'v0.53.0',
|
|
44
50
|
enabled: true
|
|
51
|
+
},
|
|
52
|
+
ibc: {
|
|
53
|
+
type: 'go',
|
|
54
|
+
version: 'v8.5.1'
|
|
55
|
+
},
|
|
56
|
+
genesis: {
|
|
57
|
+
genesis_url: 'https://raw.githubusercontent.com/MANTRA-Chain/mantrachain/refs/heads/main/networks/mantra-1/genesis.json'
|
|
45
58
|
}
|
|
46
59
|
},
|
|
47
60
|
apis: {
|
package/mainnet/umee/chain.js
CHANGED
|
@@ -81,10 +81,6 @@ const info = {
|
|
|
81
81
|
address: 'http://rpc-umee-0.node75.org:26657',
|
|
82
82
|
provider: 'Pro-Nodes75'
|
|
83
83
|
},
|
|
84
|
-
{
|
|
85
|
-
address: 'https://umee-rpc.quantnode.tech',
|
|
86
|
-
provider: 'QuantNode'
|
|
87
|
-
},
|
|
88
84
|
{
|
|
89
85
|
address: 'https://umee-rpc.tienthuattoan.com',
|
|
90
86
|
provider: 'TTT π»π³'
|
|
@@ -159,10 +155,6 @@ const info = {
|
|
|
159
155
|
address: 'https://umee-api.polkachu.com',
|
|
160
156
|
provider: 'Polkachu'
|
|
161
157
|
},
|
|
162
|
-
{
|
|
163
|
-
address: 'https://umee-lcd.quantnode.tech',
|
|
164
|
-
provider: 'QuantNode'
|
|
165
|
-
},
|
|
166
158
|
{
|
|
167
159
|
address: 'https://umee-api.tienthuattoan.ventures',
|
|
168
160
|
provider: 'TienThuatToan'
|
|
@@ -233,18 +225,10 @@ const info = {
|
|
|
233
225
|
address: 'umee-mainnet-grpc.autostake.com:443',
|
|
234
226
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
235
227
|
},
|
|
236
|
-
{
|
|
237
|
-
address: 'umee-grpc.quantnode.tech:9090',
|
|
238
|
-
provider: 'QuantNode gRPC'
|
|
239
|
-
},
|
|
240
228
|
{
|
|
241
229
|
address: 'umee.grpc.m.stavr.tech:9090',
|
|
242
230
|
provider: 'π₯STAVRπ₯'
|
|
243
231
|
},
|
|
244
|
-
{
|
|
245
|
-
address: 'umee-grpc.quantnode.tech:9091',
|
|
246
|
-
provider: 'QuantNode gRPCweb'
|
|
247
|
-
},
|
|
248
232
|
{
|
|
249
233
|
address: 'umee-grpc.tienthuattoan.ventures:9090',
|
|
250
234
|
provider: 'TienThuatToan'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.116",
|
|
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,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.65",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.65"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "f4debde80f04d2cc95bb735c12cb1f6c96fa599e"
|
|
47
47
|
}
|
|
@@ -56,6 +56,20 @@ const info = {
|
|
|
56
56
|
kind: 'Default Explorer',
|
|
57
57
|
url: 'https://testnet.manifest.explorers.guru/',
|
|
58
58
|
tx_page: 'https://testnet.manifest.explorers.guru/transactions'
|
|
59
|
+
}],
|
|
60
|
+
logo_URIs: {
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
63
|
+
},
|
|
64
|
+
images: [{
|
|
65
|
+
image_sync: {
|
|
66
|
+
chain_name: 'manifesttestnet'
|
|
67
|
+
},
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg',
|
|
70
|
+
theme: {
|
|
71
|
+
primary_color_hex: '#A087FF'
|
|
72
|
+
}
|
|
59
73
|
}]
|
|
60
74
|
};
|
|
61
75
|
exports.default = info;
|
|
@@ -82,7 +82,7 @@ const info = {
|
|
|
82
82
|
counterparty: {
|
|
83
83
|
chain_name: 'nobletestnet',
|
|
84
84
|
base_denom: 'uusdc',
|
|
85
|
-
channel_id: 'channel-
|
|
85
|
+
channel_id: 'channel-237'
|
|
86
86
|
},
|
|
87
87
|
chain: {
|
|
88
88
|
channel_id: 'channel-2',
|
|
@@ -126,7 +126,7 @@ const info = {
|
|
|
126
126
|
counterparty: {
|
|
127
127
|
chain_name: 'nobletestnet',
|
|
128
128
|
base_denom: 'ausdy',
|
|
129
|
-
channel_id: 'channel-
|
|
129
|
+
channel_id: 'channel-237'
|
|
130
130
|
},
|
|
131
131
|
chain: {
|
|
132
132
|
channel_id: 'channel-2',
|
|
@@ -170,7 +170,7 @@ const info = {
|
|
|
170
170
|
counterparty: {
|
|
171
171
|
chain_name: 'osmosistestnet',
|
|
172
172
|
base_denom: 'uosmo',
|
|
173
|
-
channel_id: 'channel-
|
|
173
|
+
channel_id: 'channel-9126'
|
|
174
174
|
},
|
|
175
175
|
chain: {
|
|
176
176
|
channel_id: 'channel-0',
|
|
@@ -211,7 +211,7 @@ const info = {
|
|
|
211
211
|
traces: [{
|
|
212
212
|
type: 'ibc',
|
|
213
213
|
counterparty: {
|
|
214
|
-
chain_name: '
|
|
214
|
+
chain_name: 'cosmosicsprovidertestnet',
|
|
215
215
|
base_denom: 'uatom',
|
|
216
216
|
channel_id: 'channel-241'
|
|
217
217
|
},
|
|
@@ -29,19 +29,28 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
git_repo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
32
|
-
recommended_version: '
|
|
33
|
-
compatible_versions: ['
|
|
32
|
+
recommended_version: 'v2.0.0',
|
|
33
|
+
compatible_versions: ['v2.0.0'],
|
|
34
34
|
consensus: {
|
|
35
35
|
type: 'cometbft',
|
|
36
|
-
version: '
|
|
36
|
+
version: 'v0.38.15'
|
|
37
37
|
},
|
|
38
38
|
sdk: {
|
|
39
39
|
type: 'cosmos',
|
|
40
|
-
version: '
|
|
40
|
+
version: 'v0.50.11',
|
|
41
|
+
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
|
|
42
|
+
tag: 'v0.50.11-v2-mantra-1'
|
|
41
43
|
},
|
|
42
44
|
cosmwasm: {
|
|
43
|
-
version: '0
|
|
45
|
+
version: 'v0.54.0',
|
|
44
46
|
enabled: true
|
|
47
|
+
},
|
|
48
|
+
ibc: {
|
|
49
|
+
type: 'go',
|
|
50
|
+
version: 'v8.5.2'
|
|
51
|
+
},
|
|
52
|
+
genesis: {
|
|
53
|
+
genesis_url: 'https://raw.githubusercontent.com/MANTRA-Chain/mantrachain/refs/heads/main/networks/mantra-dukong-1/genesis.json'
|
|
45
54
|
}
|
|
46
55
|
},
|
|
47
56
|
apis: {
|