@chain-registry/assets 1.70.418 → 1.70.420
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/testnet/cosmosicsprovidertestnet.js +16 -16
- package/esm/testnet/neutrontestnet.js +16 -16
- package/esm/testnet/nobletestnet.js +16 -16
- package/esm/testnet/osmosistestnet.js +16 -16
- package/package.json +5 -5
- package/testnet/cosmosicsprovidertestnet.js +16 -16
- package/testnet/neutrontestnet.js +16 -16
- package/testnet/nobletestnet.js +16 -16
- package/testnet/osmosistestnet.js +16 -16
|
@@ -222,18 +222,18 @@ const assets = {
|
|
|
222
222
|
{
|
|
223
223
|
description: 'The native token of MANTRA',
|
|
224
224
|
denom_units: [{
|
|
225
|
-
denom: 'ibc/
|
|
225
|
+
denom: 'ibc/2C8F41BBA42EBDE4119310AADB0729C1F1800A2E2574D29C638C4A3D4CAFA32B',
|
|
226
226
|
exponent: 0,
|
|
227
|
-
aliases: ['
|
|
227
|
+
aliases: ['amantra']
|
|
228
228
|
}, {
|
|
229
|
-
denom: '
|
|
230
|
-
exponent:
|
|
229
|
+
denom: 'mantra',
|
|
230
|
+
exponent: 18
|
|
231
231
|
}],
|
|
232
232
|
type_asset: 'sdk.coin',
|
|
233
|
-
base: 'ibc/
|
|
233
|
+
base: 'ibc/2C8F41BBA42EBDE4119310AADB0729C1F1800A2E2574D29C638C4A3D4CAFA32B',
|
|
234
234
|
name: 'MANTRA Chain Dukong',
|
|
235
|
-
display: '
|
|
236
|
-
symbol: '
|
|
235
|
+
display: 'mantra',
|
|
236
|
+
symbol: 'MANTRA',
|
|
237
237
|
keywords: [
|
|
238
238
|
'rwa',
|
|
239
239
|
'wasm',
|
|
@@ -277,7 +277,7 @@ const assets = {
|
|
|
277
277
|
type: 'ibc',
|
|
278
278
|
counterparty: {
|
|
279
279
|
channel_id: 'channel-3',
|
|
280
|
-
base_denom: '
|
|
280
|
+
base_denom: 'amantra',
|
|
281
281
|
chain_name: 'mantrachaintestnet2'
|
|
282
282
|
},
|
|
283
283
|
chain: {
|
|
@@ -371,18 +371,18 @@ const assets = {
|
|
|
371
371
|
{
|
|
372
372
|
description: 'The native token of MANTRA',
|
|
373
373
|
denom_units: [{
|
|
374
|
-
denom: 'ibc/
|
|
374
|
+
denom: 'ibc/2C8F41BBA42EBDE4119310AADB0729C1F1800A2E2574D29C638C4A3D4CAFA32B',
|
|
375
375
|
exponent: 0,
|
|
376
|
-
aliases: ['
|
|
376
|
+
aliases: ['amantra']
|
|
377
377
|
}, {
|
|
378
|
-
denom: '
|
|
379
|
-
exponent:
|
|
378
|
+
denom: 'mantra',
|
|
379
|
+
exponent: 18
|
|
380
380
|
}],
|
|
381
381
|
type_asset: 'sdk.coin',
|
|
382
|
-
base: 'ibc/
|
|
382
|
+
base: 'ibc/2C8F41BBA42EBDE4119310AADB0729C1F1800A2E2574D29C638C4A3D4CAFA32B',
|
|
383
383
|
name: 'MANTRA Chain Dukong',
|
|
384
|
-
display: '
|
|
385
|
-
symbol: '
|
|
384
|
+
display: 'mantra',
|
|
385
|
+
symbol: 'MANTRA',
|
|
386
386
|
keywords: [
|
|
387
387
|
'rwa',
|
|
388
388
|
'wasm',
|
|
@@ -426,7 +426,7 @@ const assets = {
|
|
|
426
426
|
type: 'ibc',
|
|
427
427
|
counterparty: {
|
|
428
428
|
channel_id: 'channel-3',
|
|
429
|
-
base_denom: '
|
|
429
|
+
base_denom: 'amantra',
|
|
430
430
|
chain_name: 'mantrachaintestnet2'
|
|
431
431
|
},
|
|
432
432
|
chain: {
|
|
@@ -4,14 +4,14 @@ const assets = {
|
|
|
4
4
|
{
|
|
5
5
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
6
6
|
denom_units: [{
|
|
7
|
-
denom: 'ibc/
|
|
7
|
+
denom: 'ibc/AD0919F7B33DAE233B547CBD9CBB4E96816FD1D8875571BA10D6A969F1931C93',
|
|
8
8
|
exponent: 0,
|
|
9
9
|
aliases: ['ubld']
|
|
10
10
|
}, {
|
|
11
11
|
denom: 'bld',
|
|
12
12
|
exponent: 6
|
|
13
13
|
}],
|
|
14
|
-
base: 'ibc/
|
|
14
|
+
base: 'ibc/AD0919F7B33DAE233B547CBD9CBB4E96816FD1D8875571BA10D6A969F1931C93',
|
|
15
15
|
name: 'Agoric',
|
|
16
16
|
display: 'bld',
|
|
17
17
|
symbol: 'BLD',
|
|
@@ -32,26 +32,26 @@ const assets = {
|
|
|
32
32
|
traces: [{
|
|
33
33
|
type: 'ibc',
|
|
34
34
|
counterparty: {
|
|
35
|
-
channel_id: 'channel-
|
|
35
|
+
channel_id: 'channel-7',
|
|
36
36
|
base_denom: 'ubld',
|
|
37
37
|
chain_name: 'agoricdevnet'
|
|
38
38
|
},
|
|
39
39
|
chain: {
|
|
40
|
-
channel_id: 'channel-
|
|
40
|
+
channel_id: 'channel-1748'
|
|
41
41
|
}
|
|
42
42
|
}]
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
46
46
|
denom_units: [{
|
|
47
|
-
denom: 'ibc/
|
|
47
|
+
denom: 'ibc/150FE33E5CFD97921E28EEFB291D373732D0FB92AC3519BA7EAA842587B31C78',
|
|
48
48
|
exponent: 0,
|
|
49
49
|
aliases: ['uist']
|
|
50
50
|
}, {
|
|
51
51
|
denom: 'ist',
|
|
52
52
|
exponent: 6
|
|
53
53
|
}],
|
|
54
|
-
base: 'ibc/
|
|
54
|
+
base: 'ibc/150FE33E5CFD97921E28EEFB291D373732D0FB92AC3519BA7EAA842587B31C78',
|
|
55
55
|
name: 'Inter Stable Token',
|
|
56
56
|
display: 'ist',
|
|
57
57
|
symbol: 'IST',
|
|
@@ -68,12 +68,12 @@ const assets = {
|
|
|
68
68
|
traces: [{
|
|
69
69
|
type: 'ibc',
|
|
70
70
|
counterparty: {
|
|
71
|
-
channel_id: 'channel-
|
|
71
|
+
channel_id: 'channel-7',
|
|
72
72
|
base_denom: 'uist',
|
|
73
73
|
chain_name: 'agoricdevnet'
|
|
74
74
|
},
|
|
75
75
|
chain: {
|
|
76
|
-
channel_id: 'channel-
|
|
76
|
+
channel_id: 'channel-1748'
|
|
77
77
|
}
|
|
78
78
|
}]
|
|
79
79
|
},
|
|
@@ -113,14 +113,14 @@ const assets = {
|
|
|
113
113
|
{
|
|
114
114
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
115
115
|
denom_units: [{
|
|
116
|
-
denom: 'ibc/
|
|
116
|
+
denom: 'ibc/AD0919F7B33DAE233B547CBD9CBB4E96816FD1D8875571BA10D6A969F1931C93',
|
|
117
117
|
exponent: 0,
|
|
118
118
|
aliases: ['ubld']
|
|
119
119
|
}, {
|
|
120
120
|
denom: 'bld',
|
|
121
121
|
exponent: 6
|
|
122
122
|
}],
|
|
123
|
-
base: 'ibc/
|
|
123
|
+
base: 'ibc/AD0919F7B33DAE233B547CBD9CBB4E96816FD1D8875571BA10D6A969F1931C93',
|
|
124
124
|
name: 'Agoric',
|
|
125
125
|
display: 'bld',
|
|
126
126
|
symbol: 'BLD',
|
|
@@ -141,26 +141,26 @@ const assets = {
|
|
|
141
141
|
traces: [{
|
|
142
142
|
type: 'ibc',
|
|
143
143
|
counterparty: {
|
|
144
|
-
channel_id: 'channel-
|
|
144
|
+
channel_id: 'channel-7',
|
|
145
145
|
base_denom: 'ubld',
|
|
146
146
|
chain_name: 'agoricdevnet'
|
|
147
147
|
},
|
|
148
148
|
chain: {
|
|
149
|
-
channel_id: 'channel-
|
|
149
|
+
channel_id: 'channel-1748'
|
|
150
150
|
}
|
|
151
151
|
}]
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
155
155
|
denom_units: [{
|
|
156
|
-
denom: 'ibc/
|
|
156
|
+
denom: 'ibc/150FE33E5CFD97921E28EEFB291D373732D0FB92AC3519BA7EAA842587B31C78',
|
|
157
157
|
exponent: 0,
|
|
158
158
|
aliases: ['uist']
|
|
159
159
|
}, {
|
|
160
160
|
denom: 'ist',
|
|
161
161
|
exponent: 6
|
|
162
162
|
}],
|
|
163
|
-
base: 'ibc/
|
|
163
|
+
base: 'ibc/150FE33E5CFD97921E28EEFB291D373732D0FB92AC3519BA7EAA842587B31C78',
|
|
164
164
|
name: 'Inter Stable Token',
|
|
165
165
|
display: 'ist',
|
|
166
166
|
symbol: 'IST',
|
|
@@ -177,12 +177,12 @@ const assets = {
|
|
|
177
177
|
traces: [{
|
|
178
178
|
type: 'ibc',
|
|
179
179
|
counterparty: {
|
|
180
|
-
channel_id: 'channel-
|
|
180
|
+
channel_id: 'channel-7',
|
|
181
181
|
base_denom: 'uist',
|
|
182
182
|
chain_name: 'agoricdevnet'
|
|
183
183
|
},
|
|
184
184
|
chain: {
|
|
185
|
-
channel_id: 'channel-
|
|
185
|
+
channel_id: 'channel-1748'
|
|
186
186
|
}
|
|
187
187
|
}]
|
|
188
188
|
},
|
|
@@ -192,18 +192,18 @@ const assets = {
|
|
|
192
192
|
{
|
|
193
193
|
description: 'The native token of MANTRA',
|
|
194
194
|
denom_units: [{
|
|
195
|
-
denom: 'ibc/
|
|
195
|
+
denom: 'ibc/9E2286BF5BED9049BF64C660A4D662732E8EDC910FA4C7DCDDB61D8A5A289510',
|
|
196
196
|
exponent: 0,
|
|
197
|
-
aliases: ['
|
|
197
|
+
aliases: ['amantra']
|
|
198
198
|
}, {
|
|
199
|
-
denom: '
|
|
200
|
-
exponent:
|
|
199
|
+
denom: 'mantra',
|
|
200
|
+
exponent: 18
|
|
201
201
|
}],
|
|
202
202
|
type_asset: 'sdk.coin',
|
|
203
|
-
base: 'ibc/
|
|
203
|
+
base: 'ibc/9E2286BF5BED9049BF64C660A4D662732E8EDC910FA4C7DCDDB61D8A5A289510',
|
|
204
204
|
name: 'MANTRA Chain Dukong',
|
|
205
|
-
display: '
|
|
206
|
-
symbol: '
|
|
205
|
+
display: 'mantra',
|
|
206
|
+
symbol: 'MANTRA',
|
|
207
207
|
keywords: [
|
|
208
208
|
'rwa',
|
|
209
209
|
'wasm',
|
|
@@ -247,7 +247,7 @@ const assets = {
|
|
|
247
247
|
type: 'ibc',
|
|
248
248
|
counterparty: {
|
|
249
249
|
channel_id: 'channel-2',
|
|
250
|
-
base_denom: '
|
|
250
|
+
base_denom: 'amantra',
|
|
251
251
|
chain_name: 'mantrachaintestnet2'
|
|
252
252
|
},
|
|
253
253
|
chain: {
|
|
@@ -446,18 +446,18 @@ const assets = {
|
|
|
446
446
|
{
|
|
447
447
|
description: 'The native token of MANTRA',
|
|
448
448
|
denom_units: [{
|
|
449
|
-
denom: 'ibc/
|
|
449
|
+
denom: 'ibc/9E2286BF5BED9049BF64C660A4D662732E8EDC910FA4C7DCDDB61D8A5A289510',
|
|
450
450
|
exponent: 0,
|
|
451
|
-
aliases: ['
|
|
451
|
+
aliases: ['amantra']
|
|
452
452
|
}, {
|
|
453
|
-
denom: '
|
|
454
|
-
exponent:
|
|
453
|
+
denom: 'mantra',
|
|
454
|
+
exponent: 18
|
|
455
455
|
}],
|
|
456
456
|
type_asset: 'sdk.coin',
|
|
457
|
-
base: 'ibc/
|
|
457
|
+
base: 'ibc/9E2286BF5BED9049BF64C660A4D662732E8EDC910FA4C7DCDDB61D8A5A289510',
|
|
458
458
|
name: 'MANTRA Chain Dukong',
|
|
459
|
-
display: '
|
|
460
|
-
symbol: '
|
|
459
|
+
display: 'mantra',
|
|
460
|
+
symbol: 'MANTRA',
|
|
461
461
|
keywords: [
|
|
462
462
|
'rwa',
|
|
463
463
|
'wasm',
|
|
@@ -501,7 +501,7 @@ const assets = {
|
|
|
501
501
|
type: 'ibc',
|
|
502
502
|
counterparty: {
|
|
503
503
|
channel_id: 'channel-2',
|
|
504
|
-
base_denom: '
|
|
504
|
+
base_denom: 'amantra',
|
|
505
505
|
chain_name: 'mantrachaintestnet2'
|
|
506
506
|
},
|
|
507
507
|
chain: {
|
|
@@ -562,18 +562,18 @@ const assets = {
|
|
|
562
562
|
{
|
|
563
563
|
description: 'The native token of MANTRA',
|
|
564
564
|
denom_units: [{
|
|
565
|
-
denom: 'ibc/
|
|
565
|
+
denom: 'ibc/6C59388CEFA3A3DCF4B8011C78844E3665BC0021C125E5DA44DF4DACD1D677D0',
|
|
566
566
|
exponent: 0,
|
|
567
|
-
aliases: ['
|
|
567
|
+
aliases: ['amantra']
|
|
568
568
|
}, {
|
|
569
|
-
denom: '
|
|
570
|
-
exponent:
|
|
569
|
+
denom: 'mantra',
|
|
570
|
+
exponent: 18
|
|
571
571
|
}],
|
|
572
572
|
type_asset: 'sdk.coin',
|
|
573
|
-
base: 'ibc/
|
|
573
|
+
base: 'ibc/6C59388CEFA3A3DCF4B8011C78844E3665BC0021C125E5DA44DF4DACD1D677D0',
|
|
574
574
|
name: 'MANTRA Chain Dukong',
|
|
575
|
-
display: '
|
|
576
|
-
symbol: '
|
|
575
|
+
display: 'mantra',
|
|
576
|
+
symbol: 'MANTRA',
|
|
577
577
|
keywords: [
|
|
578
578
|
'rwa',
|
|
579
579
|
'wasm',
|
|
@@ -617,7 +617,7 @@ const assets = {
|
|
|
617
617
|
type: 'ibc',
|
|
618
618
|
counterparty: {
|
|
619
619
|
channel_id: 'channel-0',
|
|
620
|
-
base_denom: '
|
|
620
|
+
base_denom: 'amantra',
|
|
621
621
|
chain_name: 'mantrachaintestnet2'
|
|
622
622
|
},
|
|
623
623
|
chain: {
|
|
@@ -1310,18 +1310,18 @@ const assets = {
|
|
|
1310
1310
|
{
|
|
1311
1311
|
description: 'The native token of MANTRA',
|
|
1312
1312
|
denom_units: [{
|
|
1313
|
-
denom: 'ibc/
|
|
1313
|
+
denom: 'ibc/6C59388CEFA3A3DCF4B8011C78844E3665BC0021C125E5DA44DF4DACD1D677D0',
|
|
1314
1314
|
exponent: 0,
|
|
1315
|
-
aliases: ['
|
|
1315
|
+
aliases: ['amantra']
|
|
1316
1316
|
}, {
|
|
1317
|
-
denom: '
|
|
1318
|
-
exponent:
|
|
1317
|
+
denom: 'mantra',
|
|
1318
|
+
exponent: 18
|
|
1319
1319
|
}],
|
|
1320
1320
|
type_asset: 'sdk.coin',
|
|
1321
|
-
base: 'ibc/
|
|
1321
|
+
base: 'ibc/6C59388CEFA3A3DCF4B8011C78844E3665BC0021C125E5DA44DF4DACD1D677D0',
|
|
1322
1322
|
name: 'MANTRA Chain Dukong',
|
|
1323
|
-
display: '
|
|
1324
|
-
symbol: '
|
|
1323
|
+
display: 'mantra',
|
|
1324
|
+
symbol: 'MANTRA',
|
|
1325
1325
|
keywords: [
|
|
1326
1326
|
'rwa',
|
|
1327
1327
|
'wasm',
|
|
@@ -1365,7 +1365,7 @@ const assets = {
|
|
|
1365
1365
|
type: 'ibc',
|
|
1366
1366
|
counterparty: {
|
|
1367
1367
|
channel_id: 'channel-0',
|
|
1368
|
-
base_denom: '
|
|
1368
|
+
base_denom: 'amantra',
|
|
1369
1369
|
chain_name: 'mantrachaintestnet2'
|
|
1370
1370
|
},
|
|
1371
1371
|
chain: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.420",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.267",
|
|
33
|
+
"chain-registry": "^1.69.420"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.267"
|
|
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": "88c4ff8d56a8eb23f0a1b177740b89f688476dd4"
|
|
47
47
|
}
|
|
@@ -224,18 +224,18 @@ const assets = {
|
|
|
224
224
|
{
|
|
225
225
|
description: 'The native token of MANTRA',
|
|
226
226
|
denom_units: [{
|
|
227
|
-
denom: 'ibc/
|
|
227
|
+
denom: 'ibc/2C8F41BBA42EBDE4119310AADB0729C1F1800A2E2574D29C638C4A3D4CAFA32B',
|
|
228
228
|
exponent: 0,
|
|
229
|
-
aliases: ['
|
|
229
|
+
aliases: ['amantra']
|
|
230
230
|
}, {
|
|
231
|
-
denom: '
|
|
232
|
-
exponent:
|
|
231
|
+
denom: 'mantra',
|
|
232
|
+
exponent: 18
|
|
233
233
|
}],
|
|
234
234
|
type_asset: 'sdk.coin',
|
|
235
|
-
base: 'ibc/
|
|
235
|
+
base: 'ibc/2C8F41BBA42EBDE4119310AADB0729C1F1800A2E2574D29C638C4A3D4CAFA32B',
|
|
236
236
|
name: 'MANTRA Chain Dukong',
|
|
237
|
-
display: '
|
|
238
|
-
symbol: '
|
|
237
|
+
display: 'mantra',
|
|
238
|
+
symbol: 'MANTRA',
|
|
239
239
|
keywords: [
|
|
240
240
|
'rwa',
|
|
241
241
|
'wasm',
|
|
@@ -279,7 +279,7 @@ const assets = {
|
|
|
279
279
|
type: 'ibc',
|
|
280
280
|
counterparty: {
|
|
281
281
|
channel_id: 'channel-3',
|
|
282
|
-
base_denom: '
|
|
282
|
+
base_denom: 'amantra',
|
|
283
283
|
chain_name: 'mantrachaintestnet2'
|
|
284
284
|
},
|
|
285
285
|
chain: {
|
|
@@ -373,18 +373,18 @@ const assets = {
|
|
|
373
373
|
{
|
|
374
374
|
description: 'The native token of MANTRA',
|
|
375
375
|
denom_units: [{
|
|
376
|
-
denom: 'ibc/
|
|
376
|
+
denom: 'ibc/2C8F41BBA42EBDE4119310AADB0729C1F1800A2E2574D29C638C4A3D4CAFA32B',
|
|
377
377
|
exponent: 0,
|
|
378
|
-
aliases: ['
|
|
378
|
+
aliases: ['amantra']
|
|
379
379
|
}, {
|
|
380
|
-
denom: '
|
|
381
|
-
exponent:
|
|
380
|
+
denom: 'mantra',
|
|
381
|
+
exponent: 18
|
|
382
382
|
}],
|
|
383
383
|
type_asset: 'sdk.coin',
|
|
384
|
-
base: 'ibc/
|
|
384
|
+
base: 'ibc/2C8F41BBA42EBDE4119310AADB0729C1F1800A2E2574D29C638C4A3D4CAFA32B',
|
|
385
385
|
name: 'MANTRA Chain Dukong',
|
|
386
|
-
display: '
|
|
387
|
-
symbol: '
|
|
386
|
+
display: 'mantra',
|
|
387
|
+
symbol: 'MANTRA',
|
|
388
388
|
keywords: [
|
|
389
389
|
'rwa',
|
|
390
390
|
'wasm',
|
|
@@ -428,7 +428,7 @@ const assets = {
|
|
|
428
428
|
type: 'ibc',
|
|
429
429
|
counterparty: {
|
|
430
430
|
channel_id: 'channel-3',
|
|
431
|
-
base_denom: '
|
|
431
|
+
base_denom: 'amantra',
|
|
432
432
|
chain_name: 'mantrachaintestnet2'
|
|
433
433
|
},
|
|
434
434
|
chain: {
|
|
@@ -6,14 +6,14 @@ const assets = {
|
|
|
6
6
|
{
|
|
7
7
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
8
8
|
denom_units: [{
|
|
9
|
-
denom: 'ibc/
|
|
9
|
+
denom: 'ibc/AD0919F7B33DAE233B547CBD9CBB4E96816FD1D8875571BA10D6A969F1931C93',
|
|
10
10
|
exponent: 0,
|
|
11
11
|
aliases: ['ubld']
|
|
12
12
|
}, {
|
|
13
13
|
denom: 'bld',
|
|
14
14
|
exponent: 6
|
|
15
15
|
}],
|
|
16
|
-
base: 'ibc/
|
|
16
|
+
base: 'ibc/AD0919F7B33DAE233B547CBD9CBB4E96816FD1D8875571BA10D6A969F1931C93',
|
|
17
17
|
name: 'Agoric',
|
|
18
18
|
display: 'bld',
|
|
19
19
|
symbol: 'BLD',
|
|
@@ -34,26 +34,26 @@ const assets = {
|
|
|
34
34
|
traces: [{
|
|
35
35
|
type: 'ibc',
|
|
36
36
|
counterparty: {
|
|
37
|
-
channel_id: 'channel-
|
|
37
|
+
channel_id: 'channel-7',
|
|
38
38
|
base_denom: 'ubld',
|
|
39
39
|
chain_name: 'agoricdevnet'
|
|
40
40
|
},
|
|
41
41
|
chain: {
|
|
42
|
-
channel_id: 'channel-
|
|
42
|
+
channel_id: 'channel-1748'
|
|
43
43
|
}
|
|
44
44
|
}]
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
48
48
|
denom_units: [{
|
|
49
|
-
denom: 'ibc/
|
|
49
|
+
denom: 'ibc/150FE33E5CFD97921E28EEFB291D373732D0FB92AC3519BA7EAA842587B31C78',
|
|
50
50
|
exponent: 0,
|
|
51
51
|
aliases: ['uist']
|
|
52
52
|
}, {
|
|
53
53
|
denom: 'ist',
|
|
54
54
|
exponent: 6
|
|
55
55
|
}],
|
|
56
|
-
base: 'ibc/
|
|
56
|
+
base: 'ibc/150FE33E5CFD97921E28EEFB291D373732D0FB92AC3519BA7EAA842587B31C78',
|
|
57
57
|
name: 'Inter Stable Token',
|
|
58
58
|
display: 'ist',
|
|
59
59
|
symbol: 'IST',
|
|
@@ -70,12 +70,12 @@ const assets = {
|
|
|
70
70
|
traces: [{
|
|
71
71
|
type: 'ibc',
|
|
72
72
|
counterparty: {
|
|
73
|
-
channel_id: 'channel-
|
|
73
|
+
channel_id: 'channel-7',
|
|
74
74
|
base_denom: 'uist',
|
|
75
75
|
chain_name: 'agoricdevnet'
|
|
76
76
|
},
|
|
77
77
|
chain: {
|
|
78
|
-
channel_id: 'channel-
|
|
78
|
+
channel_id: 'channel-1748'
|
|
79
79
|
}
|
|
80
80
|
}]
|
|
81
81
|
},
|
|
@@ -115,14 +115,14 @@ const assets = {
|
|
|
115
115
|
{
|
|
116
116
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
117
117
|
denom_units: [{
|
|
118
|
-
denom: 'ibc/
|
|
118
|
+
denom: 'ibc/AD0919F7B33DAE233B547CBD9CBB4E96816FD1D8875571BA10D6A969F1931C93',
|
|
119
119
|
exponent: 0,
|
|
120
120
|
aliases: ['ubld']
|
|
121
121
|
}, {
|
|
122
122
|
denom: 'bld',
|
|
123
123
|
exponent: 6
|
|
124
124
|
}],
|
|
125
|
-
base: 'ibc/
|
|
125
|
+
base: 'ibc/AD0919F7B33DAE233B547CBD9CBB4E96816FD1D8875571BA10D6A969F1931C93',
|
|
126
126
|
name: 'Agoric',
|
|
127
127
|
display: 'bld',
|
|
128
128
|
symbol: 'BLD',
|
|
@@ -143,26 +143,26 @@ const assets = {
|
|
|
143
143
|
traces: [{
|
|
144
144
|
type: 'ibc',
|
|
145
145
|
counterparty: {
|
|
146
|
-
channel_id: 'channel-
|
|
146
|
+
channel_id: 'channel-7',
|
|
147
147
|
base_denom: 'ubld',
|
|
148
148
|
chain_name: 'agoricdevnet'
|
|
149
149
|
},
|
|
150
150
|
chain: {
|
|
151
|
-
channel_id: 'channel-
|
|
151
|
+
channel_id: 'channel-1748'
|
|
152
152
|
}
|
|
153
153
|
}]
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
157
157
|
denom_units: [{
|
|
158
|
-
denom: 'ibc/
|
|
158
|
+
denom: 'ibc/150FE33E5CFD97921E28EEFB291D373732D0FB92AC3519BA7EAA842587B31C78',
|
|
159
159
|
exponent: 0,
|
|
160
160
|
aliases: ['uist']
|
|
161
161
|
}, {
|
|
162
162
|
denom: 'ist',
|
|
163
163
|
exponent: 6
|
|
164
164
|
}],
|
|
165
|
-
base: 'ibc/
|
|
165
|
+
base: 'ibc/150FE33E5CFD97921E28EEFB291D373732D0FB92AC3519BA7EAA842587B31C78',
|
|
166
166
|
name: 'Inter Stable Token',
|
|
167
167
|
display: 'ist',
|
|
168
168
|
symbol: 'IST',
|
|
@@ -179,12 +179,12 @@ const assets = {
|
|
|
179
179
|
traces: [{
|
|
180
180
|
type: 'ibc',
|
|
181
181
|
counterparty: {
|
|
182
|
-
channel_id: 'channel-
|
|
182
|
+
channel_id: 'channel-7',
|
|
183
183
|
base_denom: 'uist',
|
|
184
184
|
chain_name: 'agoricdevnet'
|
|
185
185
|
},
|
|
186
186
|
chain: {
|
|
187
|
-
channel_id: 'channel-
|
|
187
|
+
channel_id: 'channel-1748'
|
|
188
188
|
}
|
|
189
189
|
}]
|
|
190
190
|
},
|
package/testnet/nobletestnet.js
CHANGED
|
@@ -194,18 +194,18 @@ const assets = {
|
|
|
194
194
|
{
|
|
195
195
|
description: 'The native token of MANTRA',
|
|
196
196
|
denom_units: [{
|
|
197
|
-
denom: 'ibc/
|
|
197
|
+
denom: 'ibc/9E2286BF5BED9049BF64C660A4D662732E8EDC910FA4C7DCDDB61D8A5A289510',
|
|
198
198
|
exponent: 0,
|
|
199
|
-
aliases: ['
|
|
199
|
+
aliases: ['amantra']
|
|
200
200
|
}, {
|
|
201
|
-
denom: '
|
|
202
|
-
exponent:
|
|
201
|
+
denom: 'mantra',
|
|
202
|
+
exponent: 18
|
|
203
203
|
}],
|
|
204
204
|
type_asset: 'sdk.coin',
|
|
205
|
-
base: 'ibc/
|
|
205
|
+
base: 'ibc/9E2286BF5BED9049BF64C660A4D662732E8EDC910FA4C7DCDDB61D8A5A289510',
|
|
206
206
|
name: 'MANTRA Chain Dukong',
|
|
207
|
-
display: '
|
|
208
|
-
symbol: '
|
|
207
|
+
display: 'mantra',
|
|
208
|
+
symbol: 'MANTRA',
|
|
209
209
|
keywords: [
|
|
210
210
|
'rwa',
|
|
211
211
|
'wasm',
|
|
@@ -249,7 +249,7 @@ const assets = {
|
|
|
249
249
|
type: 'ibc',
|
|
250
250
|
counterparty: {
|
|
251
251
|
channel_id: 'channel-2',
|
|
252
|
-
base_denom: '
|
|
252
|
+
base_denom: 'amantra',
|
|
253
253
|
chain_name: 'mantrachaintestnet2'
|
|
254
254
|
},
|
|
255
255
|
chain: {
|
|
@@ -448,18 +448,18 @@ const assets = {
|
|
|
448
448
|
{
|
|
449
449
|
description: 'The native token of MANTRA',
|
|
450
450
|
denom_units: [{
|
|
451
|
-
denom: 'ibc/
|
|
451
|
+
denom: 'ibc/9E2286BF5BED9049BF64C660A4D662732E8EDC910FA4C7DCDDB61D8A5A289510',
|
|
452
452
|
exponent: 0,
|
|
453
|
-
aliases: ['
|
|
453
|
+
aliases: ['amantra']
|
|
454
454
|
}, {
|
|
455
|
-
denom: '
|
|
456
|
-
exponent:
|
|
455
|
+
denom: 'mantra',
|
|
456
|
+
exponent: 18
|
|
457
457
|
}],
|
|
458
458
|
type_asset: 'sdk.coin',
|
|
459
|
-
base: 'ibc/
|
|
459
|
+
base: 'ibc/9E2286BF5BED9049BF64C660A4D662732E8EDC910FA4C7DCDDB61D8A5A289510',
|
|
460
460
|
name: 'MANTRA Chain Dukong',
|
|
461
|
-
display: '
|
|
462
|
-
symbol: '
|
|
461
|
+
display: 'mantra',
|
|
462
|
+
symbol: 'MANTRA',
|
|
463
463
|
keywords: [
|
|
464
464
|
'rwa',
|
|
465
465
|
'wasm',
|
|
@@ -503,7 +503,7 @@ const assets = {
|
|
|
503
503
|
type: 'ibc',
|
|
504
504
|
counterparty: {
|
|
505
505
|
channel_id: 'channel-2',
|
|
506
|
-
base_denom: '
|
|
506
|
+
base_denom: 'amantra',
|
|
507
507
|
chain_name: 'mantrachaintestnet2'
|
|
508
508
|
},
|
|
509
509
|
chain: {
|
|
@@ -564,18 +564,18 @@ const assets = {
|
|
|
564
564
|
{
|
|
565
565
|
description: 'The native token of MANTRA',
|
|
566
566
|
denom_units: [{
|
|
567
|
-
denom: 'ibc/
|
|
567
|
+
denom: 'ibc/6C59388CEFA3A3DCF4B8011C78844E3665BC0021C125E5DA44DF4DACD1D677D0',
|
|
568
568
|
exponent: 0,
|
|
569
|
-
aliases: ['
|
|
569
|
+
aliases: ['amantra']
|
|
570
570
|
}, {
|
|
571
|
-
denom: '
|
|
572
|
-
exponent:
|
|
571
|
+
denom: 'mantra',
|
|
572
|
+
exponent: 18
|
|
573
573
|
}],
|
|
574
574
|
type_asset: 'sdk.coin',
|
|
575
|
-
base: 'ibc/
|
|
575
|
+
base: 'ibc/6C59388CEFA3A3DCF4B8011C78844E3665BC0021C125E5DA44DF4DACD1D677D0',
|
|
576
576
|
name: 'MANTRA Chain Dukong',
|
|
577
|
-
display: '
|
|
578
|
-
symbol: '
|
|
577
|
+
display: 'mantra',
|
|
578
|
+
symbol: 'MANTRA',
|
|
579
579
|
keywords: [
|
|
580
580
|
'rwa',
|
|
581
581
|
'wasm',
|
|
@@ -619,7 +619,7 @@ const assets = {
|
|
|
619
619
|
type: 'ibc',
|
|
620
620
|
counterparty: {
|
|
621
621
|
channel_id: 'channel-0',
|
|
622
|
-
base_denom: '
|
|
622
|
+
base_denom: 'amantra',
|
|
623
623
|
chain_name: 'mantrachaintestnet2'
|
|
624
624
|
},
|
|
625
625
|
chain: {
|
|
@@ -1312,18 +1312,18 @@ const assets = {
|
|
|
1312
1312
|
{
|
|
1313
1313
|
description: 'The native token of MANTRA',
|
|
1314
1314
|
denom_units: [{
|
|
1315
|
-
denom: 'ibc/
|
|
1315
|
+
denom: 'ibc/6C59388CEFA3A3DCF4B8011C78844E3665BC0021C125E5DA44DF4DACD1D677D0',
|
|
1316
1316
|
exponent: 0,
|
|
1317
|
-
aliases: ['
|
|
1317
|
+
aliases: ['amantra']
|
|
1318
1318
|
}, {
|
|
1319
|
-
denom: '
|
|
1320
|
-
exponent:
|
|
1319
|
+
denom: 'mantra',
|
|
1320
|
+
exponent: 18
|
|
1321
1321
|
}],
|
|
1322
1322
|
type_asset: 'sdk.coin',
|
|
1323
|
-
base: 'ibc/
|
|
1323
|
+
base: 'ibc/6C59388CEFA3A3DCF4B8011C78844E3665BC0021C125E5DA44DF4DACD1D677D0',
|
|
1324
1324
|
name: 'MANTRA Chain Dukong',
|
|
1325
|
-
display: '
|
|
1326
|
-
symbol: '
|
|
1325
|
+
display: 'mantra',
|
|
1326
|
+
symbol: 'MANTRA',
|
|
1327
1327
|
keywords: [
|
|
1328
1328
|
'rwa',
|
|
1329
1329
|
'wasm',
|
|
@@ -1367,7 +1367,7 @@ const assets = {
|
|
|
1367
1367
|
type: 'ibc',
|
|
1368
1368
|
counterparty: {
|
|
1369
1369
|
channel_id: 'channel-0',
|
|
1370
|
-
base_denom: '
|
|
1370
|
+
base_denom: 'amantra',
|
|
1371
1371
|
chain_name: 'mantrachaintestnet2'
|
|
1372
1372
|
},
|
|
1373
1373
|
chain: {
|