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