@chain-registry/assets 1.63.8 → 1.63.10
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/acrechain.js +64 -20
- package/esm/mainnet/agoric.js +10 -10
- package/esm/mainnet/axelar.js +10 -10
- package/esm/mainnet/carbon.js +10 -10
- package/esm/mainnet/celestia.js +10 -10
- package/esm/mainnet/composable.js +10 -10
- package/esm/mainnet/coreum.js +10 -10
- package/esm/mainnet/cosmoshub.js +64 -20
- package/esm/mainnet/crescent.js +10 -10
- package/esm/mainnet/cryptoorgchain.js +10 -10
- package/esm/mainnet/dydx.js +10 -10
- package/esm/mainnet/dymension.js +10 -10
- package/esm/mainnet/furya.js +24 -24
- package/esm/mainnet/gateway.js +10 -10
- package/esm/mainnet/gravitybridge.js +10 -10
- package/esm/mainnet/injective.js +64 -20
- package/esm/mainnet/juno.js +8 -14
- package/esm/mainnet/kava.js +10 -10
- package/esm/mainnet/kujira.js +18 -24
- package/esm/mainnet/noble.js +96 -24
- package/esm/mainnet/osmosis.js +80 -42
- package/esm/mainnet/secretnetwork.js +64 -20
- package/esm/mainnet/shido.js +204 -0
- package/esm/mainnet/stargaze.js +10 -10
- package/esm/mainnet/stride.js +10 -10
- package/esm/mainnet/terra2.js +16 -22
- package/esm/mainnet/tgrade.js +10 -10
- package/mainnet/acrechain.js +64 -20
- package/mainnet/agoric.js +10 -10
- package/mainnet/axelar.js +10 -10
- package/mainnet/carbon.js +10 -10
- package/mainnet/celestia.js +10 -10
- package/mainnet/composable.js +10 -10
- package/mainnet/coreum.js +10 -10
- package/mainnet/cosmoshub.js +64 -20
- package/mainnet/crescent.js +10 -10
- package/mainnet/cryptoorgchain.js +10 -10
- package/mainnet/dydx.js +10 -10
- package/mainnet/dymension.js +10 -10
- package/mainnet/furya.js +24 -24
- package/mainnet/gateway.js +10 -10
- package/mainnet/gravitybridge.js +10 -10
- package/mainnet/injective.js +64 -20
- package/mainnet/juno.js +8 -14
- package/mainnet/kava.js +10 -10
- package/mainnet/kujira.js +18 -24
- package/mainnet/noble.js +96 -24
- package/mainnet/osmosis.js +80 -42
- package/mainnet/secretnetwork.js +64 -20
- package/mainnet/shido.js +204 -0
- package/mainnet/stargaze.js +10 -10
- package/mainnet/stride.js +10 -10
- package/mainnet/terra2.js +16 -22
- package/mainnet/tgrade.js +10 -10
- package/package.json +5 -5
|
@@ -375,19 +375,19 @@ const assets = {
|
|
|
375
375
|
}]
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
|
-
description: 'The token of Teledisko DAO.',
|
|
378
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
379
379
|
denom_units: [{
|
|
380
380
|
denom: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
|
|
381
381
|
exponent: 0,
|
|
382
382
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
383
383
|
}, {
|
|
384
|
-
denom: 'berlin',
|
|
384
|
+
denom: 'berlin-legacy',
|
|
385
385
|
exponent: 18
|
|
386
386
|
}],
|
|
387
387
|
base: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
|
|
388
|
-
name: 'Teledisko DAO',
|
|
389
|
-
display: 'berlin',
|
|
390
|
-
symbol: 'BERLIN',
|
|
388
|
+
name: 'Teledisko DAO - Legacy',
|
|
389
|
+
display: 'berlin-legacy',
|
|
390
|
+
symbol: 'BERLIN-legacy',
|
|
391
391
|
type_asset: 'erc20',
|
|
392
392
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
393
393
|
logo_URIs: {
|
|
@@ -867,19 +867,19 @@ const assets = {
|
|
|
867
867
|
}]
|
|
868
868
|
},
|
|
869
869
|
{
|
|
870
|
-
description: 'The token of Teledisko DAO.',
|
|
870
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
871
871
|
denom_units: [{
|
|
872
872
|
denom: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
|
|
873
873
|
exponent: 0,
|
|
874
874
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
875
875
|
}, {
|
|
876
|
-
denom: 'berlin',
|
|
876
|
+
denom: 'berlin-legacy',
|
|
877
877
|
exponent: 18
|
|
878
878
|
}],
|
|
879
879
|
base: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
|
|
880
|
-
name: 'Teledisko DAO',
|
|
881
|
-
display: 'berlin',
|
|
882
|
-
symbol: 'BERLIN',
|
|
880
|
+
name: 'Teledisko DAO - Legacy',
|
|
881
|
+
display: 'berlin-legacy',
|
|
882
|
+
symbol: 'BERLIN-legacy',
|
|
883
883
|
type_asset: 'erc20',
|
|
884
884
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
885
885
|
logo_URIs: {
|
package/esm/mainnet/dydx.js
CHANGED
|
@@ -241,19 +241,19 @@ const assets = {
|
|
|
241
241
|
}]
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
|
-
description: 'The token of Teledisko DAO.',
|
|
244
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
245
245
|
denom_units: [{
|
|
246
246
|
denom: 'ibc/845D9E1C29A73366D4EF35195110815AB8687C9E976522BF5BA1CEC2EFAECB97',
|
|
247
247
|
exponent: 0,
|
|
248
248
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
249
249
|
}, {
|
|
250
|
-
denom: 'berlin',
|
|
250
|
+
denom: 'berlin-legacy',
|
|
251
251
|
exponent: 18
|
|
252
252
|
}],
|
|
253
253
|
base: 'ibc/845D9E1C29A73366D4EF35195110815AB8687C9E976522BF5BA1CEC2EFAECB97',
|
|
254
|
-
name: 'Teledisko DAO',
|
|
255
|
-
display: 'berlin',
|
|
256
|
-
symbol: 'BERLIN',
|
|
254
|
+
name: 'Teledisko DAO - Legacy',
|
|
255
|
+
display: 'berlin-legacy',
|
|
256
|
+
symbol: 'BERLIN-legacy',
|
|
257
257
|
type_asset: 'erc20',
|
|
258
258
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
259
259
|
logo_URIs: {
|
|
@@ -1080,19 +1080,19 @@ const assets = {
|
|
|
1080
1080
|
}]
|
|
1081
1081
|
},
|
|
1082
1082
|
{
|
|
1083
|
-
description: 'The token of Teledisko DAO.',
|
|
1083
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
1084
1084
|
denom_units: [{
|
|
1085
1085
|
denom: 'ibc/845D9E1C29A73366D4EF35195110815AB8687C9E976522BF5BA1CEC2EFAECB97',
|
|
1086
1086
|
exponent: 0,
|
|
1087
1087
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
1088
1088
|
}, {
|
|
1089
|
-
denom: 'berlin',
|
|
1089
|
+
denom: 'berlin-legacy',
|
|
1090
1090
|
exponent: 18
|
|
1091
1091
|
}],
|
|
1092
1092
|
base: 'ibc/845D9E1C29A73366D4EF35195110815AB8687C9E976522BF5BA1CEC2EFAECB97',
|
|
1093
|
-
name: 'Teledisko DAO',
|
|
1094
|
-
display: 'berlin',
|
|
1095
|
-
symbol: 'BERLIN',
|
|
1093
|
+
name: 'Teledisko DAO - Legacy',
|
|
1094
|
+
display: 'berlin-legacy',
|
|
1095
|
+
symbol: 'BERLIN-legacy',
|
|
1096
1096
|
type_asset: 'erc20',
|
|
1097
1097
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1098
1098
|
logo_URIs: {
|
package/esm/mainnet/dymension.js
CHANGED
|
@@ -405,19 +405,19 @@ const assets = {
|
|
|
405
405
|
}]
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
|
-
description: 'The token of Teledisko DAO.',
|
|
408
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
409
409
|
denom_units: [{
|
|
410
410
|
denom: 'ibc/918F72CE9512415DF6378FB70074A7A9D1CE9DE35A8B93DD8B8E5D5B2DF27FC6',
|
|
411
411
|
exponent: 0,
|
|
412
412
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
413
413
|
}, {
|
|
414
|
-
denom: 'berlin',
|
|
414
|
+
denom: 'berlin-legacy',
|
|
415
415
|
exponent: 18
|
|
416
416
|
}],
|
|
417
417
|
base: 'ibc/918F72CE9512415DF6378FB70074A7A9D1CE9DE35A8B93DD8B8E5D5B2DF27FC6',
|
|
418
|
-
name: 'Teledisko DAO',
|
|
419
|
-
display: 'berlin',
|
|
420
|
-
symbol: 'BERLIN',
|
|
418
|
+
name: 'Teledisko DAO - Legacy',
|
|
419
|
+
display: 'berlin-legacy',
|
|
420
|
+
symbol: 'BERLIN-legacy',
|
|
421
421
|
type_asset: 'erc20',
|
|
422
422
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
423
423
|
logo_URIs: {
|
|
@@ -1210,19 +1210,19 @@ const assets = {
|
|
|
1210
1210
|
}]
|
|
1211
1211
|
},
|
|
1212
1212
|
{
|
|
1213
|
-
description: 'The token of Teledisko DAO.',
|
|
1213
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
1214
1214
|
denom_units: [{
|
|
1215
1215
|
denom: 'ibc/918F72CE9512415DF6378FB70074A7A9D1CE9DE35A8B93DD8B8E5D5B2DF27FC6',
|
|
1216
1216
|
exponent: 0,
|
|
1217
1217
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
1218
1218
|
}, {
|
|
1219
|
-
denom: 'berlin',
|
|
1219
|
+
denom: 'berlin-legacy',
|
|
1220
1220
|
exponent: 18
|
|
1221
1221
|
}],
|
|
1222
1222
|
base: 'ibc/918F72CE9512415DF6378FB70074A7A9D1CE9DE35A8B93DD8B8E5D5B2DF27FC6',
|
|
1223
|
-
name: 'Teledisko DAO',
|
|
1224
|
-
display: 'berlin',
|
|
1225
|
-
symbol: 'BERLIN',
|
|
1223
|
+
name: 'Teledisko DAO - Legacy',
|
|
1224
|
+
display: 'berlin-legacy',
|
|
1225
|
+
symbol: 'BERLIN-legacy',
|
|
1226
1226
|
type_asset: 'erc20',
|
|
1227
1227
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1228
1228
|
logo_URIs: {
|
package/esm/mainnet/furya.js
CHANGED
|
@@ -184,7 +184,7 @@ const assets = {
|
|
|
184
184
|
{
|
|
185
185
|
description: 'The native token of Osmosis',
|
|
186
186
|
denom_units: [{
|
|
187
|
-
denom: 'ibc/
|
|
187
|
+
denom: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
|
|
188
188
|
exponent: 0,
|
|
189
189
|
aliases: ['uosmo']
|
|
190
190
|
}, {
|
|
@@ -192,7 +192,7 @@ const assets = {
|
|
|
192
192
|
exponent: 6
|
|
193
193
|
}],
|
|
194
194
|
type_asset: 'sdk.coin',
|
|
195
|
-
base: 'ibc/
|
|
195
|
+
base: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
|
|
196
196
|
name: 'Osmosis',
|
|
197
197
|
display: 'osmo',
|
|
198
198
|
symbol: 'OSMO',
|
|
@@ -213,19 +213,19 @@ const assets = {
|
|
|
213
213
|
traces: [{
|
|
214
214
|
type: 'ibc',
|
|
215
215
|
counterparty: {
|
|
216
|
-
channel_id: 'channel-
|
|
216
|
+
channel_id: 'channel-74222',
|
|
217
217
|
base_denom: 'uosmo',
|
|
218
218
|
chain_name: 'osmosis'
|
|
219
219
|
},
|
|
220
220
|
chain: {
|
|
221
|
-
channel_id: 'channel-
|
|
221
|
+
channel_id: 'channel-8'
|
|
222
222
|
}
|
|
223
223
|
}]
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
226
|
description: 'ION is the second native token of Osmosis.',
|
|
227
227
|
denom_units: [{
|
|
228
|
-
denom: 'ibc/
|
|
228
|
+
denom: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
|
|
229
229
|
exponent: 0,
|
|
230
230
|
aliases: ['uion']
|
|
231
231
|
}, {
|
|
@@ -233,7 +233,7 @@ const assets = {
|
|
|
233
233
|
exponent: 6
|
|
234
234
|
}],
|
|
235
235
|
type_asset: 'sdk.coin',
|
|
236
|
-
base: 'ibc/
|
|
236
|
+
base: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
|
|
237
237
|
name: 'Ion DAO',
|
|
238
238
|
display: 'ion',
|
|
239
239
|
symbol: 'ION',
|
|
@@ -254,26 +254,26 @@ const assets = {
|
|
|
254
254
|
traces: [{
|
|
255
255
|
type: 'ibc',
|
|
256
256
|
counterparty: {
|
|
257
|
-
channel_id: 'channel-
|
|
257
|
+
channel_id: 'channel-74222',
|
|
258
258
|
base_denom: 'uion',
|
|
259
259
|
chain_name: 'osmosis'
|
|
260
260
|
},
|
|
261
261
|
chain: {
|
|
262
|
-
channel_id: 'channel-
|
|
262
|
+
channel_id: 'channel-8'
|
|
263
263
|
}
|
|
264
264
|
}]
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
267
|
description: 'The native staking token of Terra.',
|
|
268
268
|
denom_units: [{
|
|
269
|
-
denom: 'ibc/
|
|
269
|
+
denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
|
|
270
270
|
exponent: 0,
|
|
271
271
|
aliases: ['uluna']
|
|
272
272
|
}, {
|
|
273
273
|
denom: 'luna',
|
|
274
274
|
exponent: 6
|
|
275
275
|
}],
|
|
276
|
-
base: 'ibc/
|
|
276
|
+
base: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
|
|
277
277
|
name: 'Luna',
|
|
278
278
|
display: 'luna',
|
|
279
279
|
symbol: 'LUNA',
|
|
@@ -293,12 +293,12 @@ const assets = {
|
|
|
293
293
|
traces: [{
|
|
294
294
|
type: 'ibc',
|
|
295
295
|
counterparty: {
|
|
296
|
-
channel_id: 'channel-
|
|
296
|
+
channel_id: 'channel-495',
|
|
297
297
|
base_denom: 'uluna',
|
|
298
298
|
chain_name: 'terra2'
|
|
299
299
|
},
|
|
300
300
|
chain: {
|
|
301
|
-
channel_id: 'channel-
|
|
301
|
+
channel_id: 'channel-9'
|
|
302
302
|
}
|
|
303
303
|
}]
|
|
304
304
|
},
|
|
@@ -485,7 +485,7 @@ const assets = {
|
|
|
485
485
|
{
|
|
486
486
|
description: 'The native token of Osmosis',
|
|
487
487
|
denom_units: [{
|
|
488
|
-
denom: 'ibc/
|
|
488
|
+
denom: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
|
|
489
489
|
exponent: 0,
|
|
490
490
|
aliases: ['uosmo']
|
|
491
491
|
}, {
|
|
@@ -493,7 +493,7 @@ const assets = {
|
|
|
493
493
|
exponent: 6
|
|
494
494
|
}],
|
|
495
495
|
type_asset: 'sdk.coin',
|
|
496
|
-
base: 'ibc/
|
|
496
|
+
base: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
|
|
497
497
|
name: 'Osmosis',
|
|
498
498
|
display: 'osmo',
|
|
499
499
|
symbol: 'OSMO',
|
|
@@ -514,19 +514,19 @@ const assets = {
|
|
|
514
514
|
traces: [{
|
|
515
515
|
type: 'ibc',
|
|
516
516
|
counterparty: {
|
|
517
|
-
channel_id: 'channel-
|
|
517
|
+
channel_id: 'channel-74222',
|
|
518
518
|
base_denom: 'uosmo',
|
|
519
519
|
chain_name: 'osmosis'
|
|
520
520
|
},
|
|
521
521
|
chain: {
|
|
522
|
-
channel_id: 'channel-
|
|
522
|
+
channel_id: 'channel-8'
|
|
523
523
|
}
|
|
524
524
|
}]
|
|
525
525
|
},
|
|
526
526
|
{
|
|
527
527
|
description: 'ION is the second native token of Osmosis.',
|
|
528
528
|
denom_units: [{
|
|
529
|
-
denom: 'ibc/
|
|
529
|
+
denom: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
|
|
530
530
|
exponent: 0,
|
|
531
531
|
aliases: ['uion']
|
|
532
532
|
}, {
|
|
@@ -534,7 +534,7 @@ const assets = {
|
|
|
534
534
|
exponent: 6
|
|
535
535
|
}],
|
|
536
536
|
type_asset: 'sdk.coin',
|
|
537
|
-
base: 'ibc/
|
|
537
|
+
base: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
|
|
538
538
|
name: 'Ion DAO',
|
|
539
539
|
display: 'ion',
|
|
540
540
|
symbol: 'ION',
|
|
@@ -555,26 +555,26 @@ const assets = {
|
|
|
555
555
|
traces: [{
|
|
556
556
|
type: 'ibc',
|
|
557
557
|
counterparty: {
|
|
558
|
-
channel_id: 'channel-
|
|
558
|
+
channel_id: 'channel-74222',
|
|
559
559
|
base_denom: 'uion',
|
|
560
560
|
chain_name: 'osmosis'
|
|
561
561
|
},
|
|
562
562
|
chain: {
|
|
563
|
-
channel_id: 'channel-
|
|
563
|
+
channel_id: 'channel-8'
|
|
564
564
|
}
|
|
565
565
|
}]
|
|
566
566
|
},
|
|
567
567
|
{
|
|
568
568
|
description: 'The native staking token of Terra.',
|
|
569
569
|
denom_units: [{
|
|
570
|
-
denom: 'ibc/
|
|
570
|
+
denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
|
|
571
571
|
exponent: 0,
|
|
572
572
|
aliases: ['uluna']
|
|
573
573
|
}, {
|
|
574
574
|
denom: 'luna',
|
|
575
575
|
exponent: 6
|
|
576
576
|
}],
|
|
577
|
-
base: 'ibc/
|
|
577
|
+
base: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
|
|
578
578
|
name: 'Luna',
|
|
579
579
|
display: 'luna',
|
|
580
580
|
symbol: 'LUNA',
|
|
@@ -594,12 +594,12 @@ const assets = {
|
|
|
594
594
|
traces: [{
|
|
595
595
|
type: 'ibc',
|
|
596
596
|
counterparty: {
|
|
597
|
-
channel_id: 'channel-
|
|
597
|
+
channel_id: 'channel-495',
|
|
598
598
|
base_denom: 'uluna',
|
|
599
599
|
chain_name: 'terra2'
|
|
600
600
|
},
|
|
601
601
|
chain: {
|
|
602
|
-
channel_id: 'channel-
|
|
602
|
+
channel_id: 'channel-9'
|
|
603
603
|
}
|
|
604
604
|
}]
|
|
605
605
|
}
|
package/esm/mainnet/gateway.js
CHANGED
|
@@ -79,19 +79,19 @@ const assets = {
|
|
|
79
79
|
}]
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
|
-
description: 'The token of Teledisko DAO.',
|
|
82
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
83
83
|
denom_units: [{
|
|
84
84
|
denom: 'ibc/CF2FBF824C13FDA9F3155D589DC32F8AD62531595E6E79D52EB6378735A7CD39',
|
|
85
85
|
exponent: 0,
|
|
86
86
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
87
87
|
}, {
|
|
88
|
-
denom: 'berlin',
|
|
88
|
+
denom: 'berlin-legacy',
|
|
89
89
|
exponent: 18
|
|
90
90
|
}],
|
|
91
91
|
base: 'ibc/CF2FBF824C13FDA9F3155D589DC32F8AD62531595E6E79D52EB6378735A7CD39',
|
|
92
|
-
name: 'Teledisko DAO',
|
|
93
|
-
display: 'berlin',
|
|
94
|
-
symbol: 'BERLIN',
|
|
92
|
+
name: 'Teledisko DAO - Legacy',
|
|
93
|
+
display: 'berlin-legacy',
|
|
94
|
+
symbol: 'BERLIN-legacy',
|
|
95
95
|
type_asset: 'erc20',
|
|
96
96
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
97
97
|
logo_URIs: {
|
|
@@ -228,19 +228,19 @@ const assets = {
|
|
|
228
228
|
}]
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
|
-
description: 'The token of Teledisko DAO.',
|
|
231
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
232
232
|
denom_units: [{
|
|
233
233
|
denom: 'ibc/CF2FBF824C13FDA9F3155D589DC32F8AD62531595E6E79D52EB6378735A7CD39',
|
|
234
234
|
exponent: 0,
|
|
235
235
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
236
236
|
}, {
|
|
237
|
-
denom: 'berlin',
|
|
237
|
+
denom: 'berlin-legacy',
|
|
238
238
|
exponent: 18
|
|
239
239
|
}],
|
|
240
240
|
base: 'ibc/CF2FBF824C13FDA9F3155D589DC32F8AD62531595E6E79D52EB6378735A7CD39',
|
|
241
|
-
name: 'Teledisko DAO',
|
|
242
|
-
display: 'berlin',
|
|
243
|
-
symbol: 'BERLIN',
|
|
241
|
+
name: 'Teledisko DAO - Legacy',
|
|
242
|
+
display: 'berlin-legacy',
|
|
243
|
+
symbol: 'BERLIN-legacy',
|
|
244
244
|
type_asset: 'erc20',
|
|
245
245
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
246
246
|
logo_URIs: {
|
|
@@ -463,19 +463,19 @@ const assets = {
|
|
|
463
463
|
}]
|
|
464
464
|
},
|
|
465
465
|
{
|
|
466
|
-
description: 'The token of Teledisko DAO.',
|
|
466
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
467
467
|
denom_units: [{
|
|
468
468
|
denom: 'ibc/F8097E48981FD969A639156DE4252CC25C0E908DFF49369FD05EB895FDA32CB8',
|
|
469
469
|
exponent: 0,
|
|
470
470
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
471
471
|
}, {
|
|
472
|
-
denom: 'berlin',
|
|
472
|
+
denom: 'berlin-legacy',
|
|
473
473
|
exponent: 18
|
|
474
474
|
}],
|
|
475
475
|
base: 'ibc/F8097E48981FD969A639156DE4252CC25C0E908DFF49369FD05EB895FDA32CB8',
|
|
476
|
-
name: 'Teledisko DAO',
|
|
477
|
-
display: 'berlin',
|
|
478
|
-
symbol: 'BERLIN',
|
|
476
|
+
name: 'Teledisko DAO - Legacy',
|
|
477
|
+
display: 'berlin-legacy',
|
|
478
|
+
symbol: 'BERLIN-legacy',
|
|
479
479
|
type_asset: 'erc20',
|
|
480
480
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
481
481
|
logo_URIs: {
|
|
@@ -996,19 +996,19 @@ const assets = {
|
|
|
996
996
|
}]
|
|
997
997
|
},
|
|
998
998
|
{
|
|
999
|
-
description: 'The token of Teledisko DAO.',
|
|
999
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
1000
1000
|
denom_units: [{
|
|
1001
1001
|
denom: 'ibc/F8097E48981FD969A639156DE4252CC25C0E908DFF49369FD05EB895FDA32CB8',
|
|
1002
1002
|
exponent: 0,
|
|
1003
1003
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
1004
1004
|
}, {
|
|
1005
|
-
denom: 'berlin',
|
|
1005
|
+
denom: 'berlin-legacy',
|
|
1006
1006
|
exponent: 18
|
|
1007
1007
|
}],
|
|
1008
1008
|
base: 'ibc/F8097E48981FD969A639156DE4252CC25C0E908DFF49369FD05EB895FDA32CB8',
|
|
1009
|
-
name: 'Teledisko DAO',
|
|
1010
|
-
display: 'berlin',
|
|
1011
|
-
symbol: 'BERLIN',
|
|
1009
|
+
name: 'Teledisko DAO - Legacy',
|
|
1010
|
+
display: 'berlin-legacy',
|
|
1011
|
+
symbol: 'BERLIN-legacy',
|
|
1012
1012
|
type_asset: 'erc20',
|
|
1013
1013
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1014
1014
|
logo_URIs: {
|
package/esm/mainnet/injective.js
CHANGED
|
@@ -333,19 +333,19 @@ const assets = {
|
|
|
333
333
|
}]
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
|
-
description: 'The token of Teledisko DAO.',
|
|
336
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
337
337
|
denom_units: [{
|
|
338
338
|
denom: 'ibc/F1FE02BD50D7060764C6F72BA84380E264525537D7B97F3AEB5F13D687EA1CE9',
|
|
339
339
|
exponent: 0,
|
|
340
340
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
341
341
|
}, {
|
|
342
|
-
denom: 'berlin',
|
|
342
|
+
denom: 'berlin-legacy',
|
|
343
343
|
exponent: 18
|
|
344
344
|
}],
|
|
345
345
|
base: 'ibc/F1FE02BD50D7060764C6F72BA84380E264525537D7B97F3AEB5F13D687EA1CE9',
|
|
346
|
-
name: 'Teledisko DAO',
|
|
347
|
-
display: 'berlin',
|
|
348
|
-
symbol: 'BERLIN',
|
|
346
|
+
name: 'Teledisko DAO - Legacy',
|
|
347
|
+
display: 'berlin-legacy',
|
|
348
|
+
symbol: 'BERLIN-legacy',
|
|
349
349
|
type_asset: 'erc20',
|
|
350
350
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
351
351
|
logo_URIs: {
|
|
@@ -792,19 +792,19 @@ const assets = {
|
|
|
792
792
|
}]
|
|
793
793
|
},
|
|
794
794
|
{
|
|
795
|
-
description: 'The token of Teledisko DAO.',
|
|
795
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
796
796
|
denom_units: [{
|
|
797
797
|
denom: 'ibc/F1FE02BD50D7060764C6F72BA84380E264525537D7B97F3AEB5F13D687EA1CE9',
|
|
798
798
|
exponent: 0,
|
|
799
799
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
800
800
|
}, {
|
|
801
|
-
denom: 'berlin',
|
|
801
|
+
denom: 'berlin-legacy',
|
|
802
802
|
exponent: 18
|
|
803
803
|
}],
|
|
804
804
|
base: 'ibc/F1FE02BD50D7060764C6F72BA84380E264525537D7B97F3AEB5F13D687EA1CE9',
|
|
805
|
-
name: 'Teledisko DAO',
|
|
806
|
-
display: 'berlin',
|
|
807
|
-
symbol: 'BERLIN',
|
|
805
|
+
name: 'Teledisko DAO - Legacy',
|
|
806
|
+
display: 'berlin-legacy',
|
|
807
|
+
symbol: 'BERLIN-legacy',
|
|
808
808
|
type_asset: 'erc20',
|
|
809
809
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
810
810
|
logo_URIs: {
|
|
@@ -1580,14 +1580,36 @@ const assets = {
|
|
|
1580
1580
|
display: 'ORAI',
|
|
1581
1581
|
symbol: 'ORAI',
|
|
1582
1582
|
logo_URIs: {
|
|
1583
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
1584
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1583
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1585
1584
|
},
|
|
1586
1585
|
coingecko_id: 'oraichain-token',
|
|
1587
|
-
images: [
|
|
1586
|
+
images: [
|
|
1587
|
+
{
|
|
1588
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1589
|
+
theme: {
|
|
1590
|
+
circle: true,
|
|
1591
|
+
dark_mode: true
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1588
1595
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1589
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1590
|
-
|
|
1596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1597
|
+
theme: {
|
|
1598
|
+
circle: true,
|
|
1599
|
+
dark_mode: true,
|
|
1600
|
+
primary_color_hex: '#FFFFFF'
|
|
1601
|
+
}
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1605
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1606
|
+
theme: {
|
|
1607
|
+
circle: true,
|
|
1608
|
+
dark_mode: false,
|
|
1609
|
+
primary_color_hex: '#000000'
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
],
|
|
1591
1613
|
traces: [{
|
|
1592
1614
|
type: 'ibc',
|
|
1593
1615
|
counterparty: {
|
|
@@ -2650,14 +2672,36 @@ const assets = {
|
|
|
2650
2672
|
display: 'ORAI',
|
|
2651
2673
|
symbol: 'ORAI',
|
|
2652
2674
|
logo_URIs: {
|
|
2653
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
2654
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2675
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
2655
2676
|
},
|
|
2656
2677
|
coingecko_id: 'oraichain-token',
|
|
2657
|
-
images: [
|
|
2678
|
+
images: [
|
|
2679
|
+
{
|
|
2680
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
2681
|
+
theme: {
|
|
2682
|
+
circle: true,
|
|
2683
|
+
dark_mode: true
|
|
2684
|
+
}
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2658
2687
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
2659
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2660
|
-
|
|
2688
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
2689
|
+
theme: {
|
|
2690
|
+
circle: true,
|
|
2691
|
+
dark_mode: true,
|
|
2692
|
+
primary_color_hex: '#FFFFFF'
|
|
2693
|
+
}
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
2697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
2698
|
+
theme: {
|
|
2699
|
+
circle: true,
|
|
2700
|
+
dark_mode: false,
|
|
2701
|
+
primary_color_hex: '#000000'
|
|
2702
|
+
}
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2661
2705
|
traces: [{
|
|
2662
2706
|
type: 'ibc',
|
|
2663
2707
|
counterparty: {
|
package/esm/mainnet/juno.js
CHANGED
|
@@ -750,15 +750,12 @@ const assets = {
|
|
|
750
750
|
display: 'fury',
|
|
751
751
|
symbol: 'FURY',
|
|
752
752
|
logo_URIs: {
|
|
753
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
754
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
755
755
|
},
|
|
756
756
|
images: [{
|
|
757
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
758
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
759
|
-
theme: {
|
|
760
|
-
primary_color_hex: '#eaf143'
|
|
761
|
-
}
|
|
757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
758
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
762
759
|
}],
|
|
763
760
|
coingecko_id: 'fanfury',
|
|
764
761
|
keywords: ['gaming', 'staking'],
|
|
@@ -1526,15 +1523,12 @@ const assets = {
|
|
|
1526
1523
|
display: 'fury',
|
|
1527
1524
|
symbol: 'FURY',
|
|
1528
1525
|
logo_URIs: {
|
|
1529
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1530
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1526
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1527
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1531
1528
|
},
|
|
1532
1529
|
images: [{
|
|
1533
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1534
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1535
|
-
theme: {
|
|
1536
|
-
primary_color_hex: '#eaf143'
|
|
1537
|
-
}
|
|
1530
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1531
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1538
1532
|
}],
|
|
1539
1533
|
coingecko_id: 'fanfury',
|
|
1540
1534
|
keywords: ['gaming', 'staking'],
|