@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
|
@@ -720,19 +720,19 @@ const assets = {
|
|
|
720
720
|
}]
|
|
721
721
|
},
|
|
722
722
|
{
|
|
723
|
-
description: 'The token of Teledisko DAO.',
|
|
723
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
724
724
|
denom_units: [{
|
|
725
725
|
denom: 'ibc/A8976C44C75CF938B7FF37AE4E4A6C67A948E9FC7B3C180EB388DA9027C88ADB',
|
|
726
726
|
exponent: 0,
|
|
727
727
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
728
728
|
}, {
|
|
729
|
-
denom: 'berlin',
|
|
729
|
+
denom: 'berlin-legacy',
|
|
730
730
|
exponent: 18
|
|
731
731
|
}],
|
|
732
732
|
base: 'ibc/A8976C44C75CF938B7FF37AE4E4A6C67A948E9FC7B3C180EB388DA9027C88ADB',
|
|
733
|
-
name: 'Teledisko DAO',
|
|
734
|
-
display: 'berlin',
|
|
735
|
-
symbol: 'BERLIN',
|
|
733
|
+
name: 'Teledisko DAO - Legacy',
|
|
734
|
+
display: 'berlin-legacy',
|
|
735
|
+
symbol: 'BERLIN-legacy',
|
|
736
736
|
type_asset: 'erc20',
|
|
737
737
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
738
738
|
logo_URIs: {
|
|
@@ -1517,14 +1517,36 @@ const assets = {
|
|
|
1517
1517
|
display: 'ORAI',
|
|
1518
1518
|
symbol: 'ORAI',
|
|
1519
1519
|
logo_URIs: {
|
|
1520
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
1521
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1522
1521
|
},
|
|
1523
1522
|
coingecko_id: 'oraichain-token',
|
|
1524
|
-
images: [
|
|
1523
|
+
images: [
|
|
1524
|
+
{
|
|
1525
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1526
|
+
theme: {
|
|
1527
|
+
circle: true,
|
|
1528
|
+
dark_mode: true
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1525
1532
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1526
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1527
|
-
|
|
1533
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1534
|
+
theme: {
|
|
1535
|
+
circle: true,
|
|
1536
|
+
dark_mode: true,
|
|
1537
|
+
primary_color_hex: '#FFFFFF'
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1542
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1543
|
+
theme: {
|
|
1544
|
+
circle: true,
|
|
1545
|
+
dark_mode: false,
|
|
1546
|
+
primary_color_hex: '#000000'
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
],
|
|
1528
1550
|
traces: [{
|
|
1529
1551
|
type: 'ibc',
|
|
1530
1552
|
counterparty: {
|
|
@@ -2465,19 +2487,19 @@ const assets = {
|
|
|
2465
2487
|
}]
|
|
2466
2488
|
},
|
|
2467
2489
|
{
|
|
2468
|
-
description: 'The token of Teledisko DAO.',
|
|
2490
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
2469
2491
|
denom_units: [{
|
|
2470
2492
|
denom: 'ibc/A8976C44C75CF938B7FF37AE4E4A6C67A948E9FC7B3C180EB388DA9027C88ADB',
|
|
2471
2493
|
exponent: 0,
|
|
2472
2494
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
2473
2495
|
}, {
|
|
2474
|
-
denom: 'berlin',
|
|
2496
|
+
denom: 'berlin-legacy',
|
|
2475
2497
|
exponent: 18
|
|
2476
2498
|
}],
|
|
2477
2499
|
base: 'ibc/A8976C44C75CF938B7FF37AE4E4A6C67A948E9FC7B3C180EB388DA9027C88ADB',
|
|
2478
|
-
name: 'Teledisko DAO',
|
|
2479
|
-
display: 'berlin',
|
|
2480
|
-
symbol: 'BERLIN',
|
|
2500
|
+
name: 'Teledisko DAO - Legacy',
|
|
2501
|
+
display: 'berlin-legacy',
|
|
2502
|
+
symbol: 'BERLIN-legacy',
|
|
2481
2503
|
type_asset: 'erc20',
|
|
2482
2504
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
2483
2505
|
logo_URIs: {
|
|
@@ -3262,14 +3284,36 @@ const assets = {
|
|
|
3262
3284
|
display: 'ORAI',
|
|
3263
3285
|
symbol: 'ORAI',
|
|
3264
3286
|
logo_URIs: {
|
|
3265
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
3266
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
3287
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3267
3288
|
},
|
|
3268
3289
|
coingecko_id: 'oraichain-token',
|
|
3269
|
-
images: [
|
|
3290
|
+
images: [
|
|
3291
|
+
{
|
|
3292
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
3293
|
+
theme: {
|
|
3294
|
+
circle: true,
|
|
3295
|
+
dark_mode: true
|
|
3296
|
+
}
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3270
3299
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
3271
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
3272
|
-
|
|
3300
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
3301
|
+
theme: {
|
|
3302
|
+
circle: true,
|
|
3303
|
+
dark_mode: true,
|
|
3304
|
+
primary_color_hex: '#FFFFFF'
|
|
3305
|
+
}
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
3309
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
3310
|
+
theme: {
|
|
3311
|
+
circle: true,
|
|
3312
|
+
dark_mode: false,
|
|
3313
|
+
primary_color_hex: '#000000'
|
|
3314
|
+
}
|
|
3315
|
+
}
|
|
3316
|
+
],
|
|
3273
3317
|
traces: [{
|
|
3274
3318
|
type: 'ibc',
|
|
3275
3319
|
counterparty: {
|
package/esm/mainnet/shido.js
CHANGED
|
@@ -40,6 +40,108 @@ const assets = {
|
|
|
40
40
|
}
|
|
41
41
|
}]
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
45
|
+
denom_units: [{
|
|
46
|
+
denom: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
|
|
47
|
+
exponent: 0,
|
|
48
|
+
aliases: ['ustake']
|
|
49
|
+
}, {
|
|
50
|
+
denom: 'stake',
|
|
51
|
+
exponent: 6
|
|
52
|
+
}],
|
|
53
|
+
base: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
|
|
54
|
+
name: 'Stake',
|
|
55
|
+
display: 'stake',
|
|
56
|
+
symbol: 'STAKE',
|
|
57
|
+
logo_URIs: {
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
59
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
60
|
+
},
|
|
61
|
+
images: [{
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
64
|
+
}],
|
|
65
|
+
traces: [{
|
|
66
|
+
type: 'ibc',
|
|
67
|
+
counterparty: {
|
|
68
|
+
channel_id: 'channel-84',
|
|
69
|
+
base_denom: 'ustake',
|
|
70
|
+
chain_name: 'noble'
|
|
71
|
+
},
|
|
72
|
+
chain: {
|
|
73
|
+
channel_id: 'channel-4'
|
|
74
|
+
}
|
|
75
|
+
}]
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
79
|
+
denom_units: [{
|
|
80
|
+
denom: 'ibc/54DB64C5FB39CEFF614DCD04808E2FF8B88305656E0ADFE992E267100DFF78CC',
|
|
81
|
+
exponent: 0,
|
|
82
|
+
aliases: ['ufrienzies']
|
|
83
|
+
}, {
|
|
84
|
+
denom: 'frienzies',
|
|
85
|
+
exponent: 6
|
|
86
|
+
}],
|
|
87
|
+
base: 'ibc/54DB64C5FB39CEFF614DCD04808E2FF8B88305656E0ADFE992E267100DFF78CC',
|
|
88
|
+
display: 'frienzies',
|
|
89
|
+
name: 'Frienzies',
|
|
90
|
+
symbol: 'FRNZ',
|
|
91
|
+
logo_URIs: {
|
|
92
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
93
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
94
|
+
},
|
|
95
|
+
images: [{
|
|
96
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
97
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
98
|
+
}],
|
|
99
|
+
traces: [{
|
|
100
|
+
type: 'ibc',
|
|
101
|
+
counterparty: {
|
|
102
|
+
channel_id: 'channel-84',
|
|
103
|
+
base_denom: 'ufrienzies',
|
|
104
|
+
chain_name: 'noble'
|
|
105
|
+
},
|
|
106
|
+
chain: {
|
|
107
|
+
channel_id: 'channel-4'
|
|
108
|
+
}
|
|
109
|
+
}]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
113
|
+
denom_units: [{
|
|
114
|
+
denom: 'ibc/BF1CFF7F21C2E56E5C41D9B1A991144C9779F6521E766860A88A3E35809F2EFE',
|
|
115
|
+
exponent: 0,
|
|
116
|
+
aliases: ['uusdlr']
|
|
117
|
+
}, {
|
|
118
|
+
denom: 'usdlr',
|
|
119
|
+
exponent: 6
|
|
120
|
+
}],
|
|
121
|
+
base: 'ibc/BF1CFF7F21C2E56E5C41D9B1A991144C9779F6521E766860A88A3E35809F2EFE',
|
|
122
|
+
display: 'usdlr',
|
|
123
|
+
name: 'USDLR by Stable',
|
|
124
|
+
symbol: 'USDLR',
|
|
125
|
+
logo_URIs: {
|
|
126
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
127
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
128
|
+
},
|
|
129
|
+
images: [{
|
|
130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
131
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
132
|
+
}],
|
|
133
|
+
traces: [{
|
|
134
|
+
type: 'ibc',
|
|
135
|
+
counterparty: {
|
|
136
|
+
channel_id: 'channel-84',
|
|
137
|
+
base_denom: 'uusdlr',
|
|
138
|
+
chain_name: 'noble'
|
|
139
|
+
},
|
|
140
|
+
chain: {
|
|
141
|
+
channel_id: 'channel-4'
|
|
142
|
+
}
|
|
143
|
+
}]
|
|
144
|
+
},
|
|
43
145
|
{
|
|
44
146
|
description: 'The native token of Osmosis',
|
|
45
147
|
denom_units: [{
|
|
@@ -161,6 +263,108 @@ const assets = {
|
|
|
161
263
|
}
|
|
162
264
|
}]
|
|
163
265
|
},
|
|
266
|
+
{
|
|
267
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
268
|
+
denom_units: [{
|
|
269
|
+
denom: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
|
|
270
|
+
exponent: 0,
|
|
271
|
+
aliases: ['ustake']
|
|
272
|
+
}, {
|
|
273
|
+
denom: 'stake',
|
|
274
|
+
exponent: 6
|
|
275
|
+
}],
|
|
276
|
+
base: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
|
|
277
|
+
name: 'Stake',
|
|
278
|
+
display: 'stake',
|
|
279
|
+
symbol: 'STAKE',
|
|
280
|
+
logo_URIs: {
|
|
281
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
282
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
283
|
+
},
|
|
284
|
+
images: [{
|
|
285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
286
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
287
|
+
}],
|
|
288
|
+
traces: [{
|
|
289
|
+
type: 'ibc',
|
|
290
|
+
counterparty: {
|
|
291
|
+
channel_id: 'channel-84',
|
|
292
|
+
base_denom: 'ustake',
|
|
293
|
+
chain_name: 'noble'
|
|
294
|
+
},
|
|
295
|
+
chain: {
|
|
296
|
+
channel_id: 'channel-4'
|
|
297
|
+
}
|
|
298
|
+
}]
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
302
|
+
denom_units: [{
|
|
303
|
+
denom: 'ibc/54DB64C5FB39CEFF614DCD04808E2FF8B88305656E0ADFE992E267100DFF78CC',
|
|
304
|
+
exponent: 0,
|
|
305
|
+
aliases: ['ufrienzies']
|
|
306
|
+
}, {
|
|
307
|
+
denom: 'frienzies',
|
|
308
|
+
exponent: 6
|
|
309
|
+
}],
|
|
310
|
+
base: 'ibc/54DB64C5FB39CEFF614DCD04808E2FF8B88305656E0ADFE992E267100DFF78CC',
|
|
311
|
+
display: 'frienzies',
|
|
312
|
+
name: 'Frienzies',
|
|
313
|
+
symbol: 'FRNZ',
|
|
314
|
+
logo_URIs: {
|
|
315
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
316
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
317
|
+
},
|
|
318
|
+
images: [{
|
|
319
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
320
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
321
|
+
}],
|
|
322
|
+
traces: [{
|
|
323
|
+
type: 'ibc',
|
|
324
|
+
counterparty: {
|
|
325
|
+
channel_id: 'channel-84',
|
|
326
|
+
base_denom: 'ufrienzies',
|
|
327
|
+
chain_name: 'noble'
|
|
328
|
+
},
|
|
329
|
+
chain: {
|
|
330
|
+
channel_id: 'channel-4'
|
|
331
|
+
}
|
|
332
|
+
}]
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
336
|
+
denom_units: [{
|
|
337
|
+
denom: 'ibc/BF1CFF7F21C2E56E5C41D9B1A991144C9779F6521E766860A88A3E35809F2EFE',
|
|
338
|
+
exponent: 0,
|
|
339
|
+
aliases: ['uusdlr']
|
|
340
|
+
}, {
|
|
341
|
+
denom: 'usdlr',
|
|
342
|
+
exponent: 6
|
|
343
|
+
}],
|
|
344
|
+
base: 'ibc/BF1CFF7F21C2E56E5C41D9B1A991144C9779F6521E766860A88A3E35809F2EFE',
|
|
345
|
+
display: 'usdlr',
|
|
346
|
+
name: 'USDLR by Stable',
|
|
347
|
+
symbol: 'USDLR',
|
|
348
|
+
logo_URIs: {
|
|
349
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
350
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
351
|
+
},
|
|
352
|
+
images: [{
|
|
353
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
354
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
355
|
+
}],
|
|
356
|
+
traces: [{
|
|
357
|
+
type: 'ibc',
|
|
358
|
+
counterparty: {
|
|
359
|
+
channel_id: 'channel-84',
|
|
360
|
+
base_denom: 'uusdlr',
|
|
361
|
+
chain_name: 'noble'
|
|
362
|
+
},
|
|
363
|
+
chain: {
|
|
364
|
+
channel_id: 'channel-4'
|
|
365
|
+
}
|
|
366
|
+
}]
|
|
367
|
+
},
|
|
164
368
|
{
|
|
165
369
|
description: 'The native token of Osmosis',
|
|
166
370
|
denom_units: [{
|
package/esm/mainnet/stargaze.js
CHANGED
|
@@ -483,19 +483,19 @@ const assets = {
|
|
|
483
483
|
}]
|
|
484
484
|
},
|
|
485
485
|
{
|
|
486
|
-
description: 'The token of Teledisko DAO.',
|
|
486
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
487
487
|
denom_units: [{
|
|
488
488
|
denom: 'ibc/B14F48FDFA081C5F4F3B9CAE5AD9036DD474CEE55D169E7FEF08BB06390DDCA3',
|
|
489
489
|
exponent: 0,
|
|
490
490
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
491
491
|
}, {
|
|
492
|
-
denom: 'berlin',
|
|
492
|
+
denom: 'berlin-legacy',
|
|
493
493
|
exponent: 18
|
|
494
494
|
}],
|
|
495
495
|
base: 'ibc/B14F48FDFA081C5F4F3B9CAE5AD9036DD474CEE55D169E7FEF08BB06390DDCA3',
|
|
496
|
-
name: 'Teledisko DAO',
|
|
497
|
-
display: 'berlin',
|
|
498
|
-
symbol: 'BERLIN',
|
|
496
|
+
name: 'Teledisko DAO - Legacy',
|
|
497
|
+
display: 'berlin-legacy',
|
|
498
|
+
symbol: 'BERLIN-legacy',
|
|
499
499
|
type_asset: 'erc20',
|
|
500
500
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
501
501
|
logo_URIs: {
|
|
@@ -1680,19 +1680,19 @@ const assets = {
|
|
|
1680
1680
|
}]
|
|
1681
1681
|
},
|
|
1682
1682
|
{
|
|
1683
|
-
description: 'The token of Teledisko DAO.',
|
|
1683
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
1684
1684
|
denom_units: [{
|
|
1685
1685
|
denom: 'ibc/B14F48FDFA081C5F4F3B9CAE5AD9036DD474CEE55D169E7FEF08BB06390DDCA3',
|
|
1686
1686
|
exponent: 0,
|
|
1687
1687
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
1688
1688
|
}, {
|
|
1689
|
-
denom: 'berlin',
|
|
1689
|
+
denom: 'berlin-legacy',
|
|
1690
1690
|
exponent: 18
|
|
1691
1691
|
}],
|
|
1692
1692
|
base: 'ibc/B14F48FDFA081C5F4F3B9CAE5AD9036DD474CEE55D169E7FEF08BB06390DDCA3',
|
|
1693
|
-
name: 'Teledisko DAO',
|
|
1694
|
-
display: 'berlin',
|
|
1695
|
-
symbol: 'BERLIN',
|
|
1693
|
+
name: 'Teledisko DAO - Legacy',
|
|
1694
|
+
display: 'berlin-legacy',
|
|
1695
|
+
symbol: 'BERLIN-legacy',
|
|
1696
1696
|
type_asset: 'erc20',
|
|
1697
1697
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1698
1698
|
logo_URIs: {
|
package/esm/mainnet/stride.js
CHANGED
|
@@ -750,19 +750,19 @@ const assets = {
|
|
|
750
750
|
}]
|
|
751
751
|
},
|
|
752
752
|
{
|
|
753
|
-
description: 'The token of Teledisko DAO.',
|
|
753
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
754
754
|
denom_units: [{
|
|
755
755
|
denom: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
|
|
756
756
|
exponent: 0,
|
|
757
757
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
758
758
|
}, {
|
|
759
|
-
denom: 'berlin',
|
|
759
|
+
denom: 'berlin-legacy',
|
|
760
760
|
exponent: 18
|
|
761
761
|
}],
|
|
762
762
|
base: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
|
|
763
|
-
name: 'Teledisko DAO',
|
|
764
|
-
display: 'berlin',
|
|
765
|
-
symbol: 'BERLIN',
|
|
763
|
+
name: 'Teledisko DAO - Legacy',
|
|
764
|
+
display: 'berlin-legacy',
|
|
765
|
+
symbol: 'BERLIN-legacy',
|
|
766
766
|
type_asset: 'erc20',
|
|
767
767
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
768
768
|
logo_URIs: {
|
|
@@ -2398,19 +2398,19 @@ const assets = {
|
|
|
2398
2398
|
}]
|
|
2399
2399
|
},
|
|
2400
2400
|
{
|
|
2401
|
-
description: 'The token of Teledisko DAO.',
|
|
2401
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
2402
2402
|
denom_units: [{
|
|
2403
2403
|
denom: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
|
|
2404
2404
|
exponent: 0,
|
|
2405
2405
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
2406
2406
|
}, {
|
|
2407
|
-
denom: 'berlin',
|
|
2407
|
+
denom: 'berlin-legacy',
|
|
2408
2408
|
exponent: 18
|
|
2409
2409
|
}],
|
|
2410
2410
|
base: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
|
|
2411
|
-
name: 'Teledisko DAO',
|
|
2412
|
-
display: 'berlin',
|
|
2413
|
-
symbol: 'BERLIN',
|
|
2411
|
+
name: 'Teledisko DAO - Legacy',
|
|
2412
|
+
display: 'berlin-legacy',
|
|
2413
|
+
symbol: 'BERLIN-legacy',
|
|
2414
2414
|
type_asset: 'erc20',
|
|
2415
2415
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
2416
2416
|
logo_URIs: {
|
package/esm/mainnet/terra2.js
CHANGED
|
@@ -749,27 +749,24 @@ const assets = {
|
|
|
749
749
|
{
|
|
750
750
|
description: 'The native token of Furya',
|
|
751
751
|
denom_units: [{
|
|
752
|
-
denom: 'ibc/
|
|
752
|
+
denom: 'ibc/717ED17364D7D0C9F9049F1F38DCCB6C35AE67EB8199E490A4D6046B64F1B52D',
|
|
753
753
|
exponent: 0,
|
|
754
754
|
aliases: ['ufury']
|
|
755
755
|
}, {
|
|
756
756
|
denom: 'fury',
|
|
757
757
|
exponent: 6
|
|
758
758
|
}],
|
|
759
|
-
base: 'ibc/
|
|
759
|
+
base: 'ibc/717ED17364D7D0C9F9049F1F38DCCB6C35AE67EB8199E490A4D6046B64F1B52D',
|
|
760
760
|
name: 'Furya',
|
|
761
761
|
display: 'fury',
|
|
762
762
|
symbol: 'FURY',
|
|
763
763
|
logo_URIs: {
|
|
764
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
765
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
764
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
765
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
766
766
|
},
|
|
767
767
|
images: [{
|
|
768
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
769
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
770
|
-
theme: {
|
|
771
|
-
primary_color_hex: '#eaf143'
|
|
772
|
-
}
|
|
768
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
769
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
773
770
|
}],
|
|
774
771
|
coingecko_id: 'fanfury',
|
|
775
772
|
keywords: ['gaming', 'staking'],
|
|
@@ -779,12 +776,12 @@ const assets = {
|
|
|
779
776
|
traces: [{
|
|
780
777
|
type: 'ibc',
|
|
781
778
|
counterparty: {
|
|
782
|
-
channel_id: 'channel-
|
|
779
|
+
channel_id: 'channel-9',
|
|
783
780
|
base_denom: 'ufury',
|
|
784
781
|
chain_name: 'furya'
|
|
785
782
|
},
|
|
786
783
|
chain: {
|
|
787
|
-
channel_id: 'channel-
|
|
784
|
+
channel_id: 'channel-495'
|
|
788
785
|
}
|
|
789
786
|
}]
|
|
790
787
|
},
|
|
@@ -3610,27 +3607,24 @@ const assets = {
|
|
|
3610
3607
|
{
|
|
3611
3608
|
description: 'The native token of Furya',
|
|
3612
3609
|
denom_units: [{
|
|
3613
|
-
denom: 'ibc/
|
|
3610
|
+
denom: 'ibc/717ED17364D7D0C9F9049F1F38DCCB6C35AE67EB8199E490A4D6046B64F1B52D',
|
|
3614
3611
|
exponent: 0,
|
|
3615
3612
|
aliases: ['ufury']
|
|
3616
3613
|
}, {
|
|
3617
3614
|
denom: 'fury',
|
|
3618
3615
|
exponent: 6
|
|
3619
3616
|
}],
|
|
3620
|
-
base: 'ibc/
|
|
3617
|
+
base: 'ibc/717ED17364D7D0C9F9049F1F38DCCB6C35AE67EB8199E490A4D6046B64F1B52D',
|
|
3621
3618
|
name: 'Furya',
|
|
3622
3619
|
display: 'fury',
|
|
3623
3620
|
symbol: 'FURY',
|
|
3624
3621
|
logo_URIs: {
|
|
3625
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
3626
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
3622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
3623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
3627
3624
|
},
|
|
3628
3625
|
images: [{
|
|
3629
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
3630
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
3631
|
-
theme: {
|
|
3632
|
-
primary_color_hex: '#eaf143'
|
|
3633
|
-
}
|
|
3626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
3627
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
3634
3628
|
}],
|
|
3635
3629
|
coingecko_id: 'fanfury',
|
|
3636
3630
|
keywords: ['gaming', 'staking'],
|
|
@@ -3640,12 +3634,12 @@ const assets = {
|
|
|
3640
3634
|
traces: [{
|
|
3641
3635
|
type: 'ibc',
|
|
3642
3636
|
counterparty: {
|
|
3643
|
-
channel_id: 'channel-
|
|
3637
|
+
channel_id: 'channel-9',
|
|
3644
3638
|
base_denom: 'ufury',
|
|
3645
3639
|
chain_name: 'furya'
|
|
3646
3640
|
},
|
|
3647
3641
|
chain: {
|
|
3648
|
-
channel_id: 'channel-
|
|
3642
|
+
channel_id: 'channel-495'
|
|
3649
3643
|
}
|
|
3650
3644
|
}]
|
|
3651
3645
|
},
|
package/esm/mainnet/tgrade.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/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
|
|
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/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
|
|
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: {
|
|
@@ -310,19 +310,19 @@ const assets = {
|
|
|
310
310
|
}]
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
|
-
description: 'The token of Teledisko DAO.',
|
|
313
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
314
314
|
denom_units: [{
|
|
315
315
|
denom: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
|
|
316
316
|
exponent: 0,
|
|
317
317
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
318
318
|
}, {
|
|
319
|
-
denom: 'berlin',
|
|
319
|
+
denom: 'berlin-legacy',
|
|
320
320
|
exponent: 18
|
|
321
321
|
}],
|
|
322
322
|
base: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
|
|
323
|
-
name: 'Teledisko DAO',
|
|
324
|
-
display: 'berlin',
|
|
325
|
-
symbol: 'BERLIN',
|
|
323
|
+
name: 'Teledisko DAO - Legacy',
|
|
324
|
+
display: 'berlin-legacy',
|
|
325
|
+
symbol: 'BERLIN-legacy',
|
|
326
326
|
type_asset: 'erc20',
|
|
327
327
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
328
328
|
logo_URIs: {
|