@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/esm/mainnet/acrechain.js
CHANGED
|
@@ -157,19 +157,19 @@ const assets = {
|
|
|
157
157
|
}]
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
|
-
description: 'The token of Teledisko DAO.',
|
|
160
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
161
161
|
denom_units: [{
|
|
162
162
|
denom: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
|
|
163
163
|
exponent: 0,
|
|
164
164
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
165
165
|
}, {
|
|
166
|
-
denom: 'berlin',
|
|
166
|
+
denom: 'berlin-legacy',
|
|
167
167
|
exponent: 18
|
|
168
168
|
}],
|
|
169
169
|
base: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
|
|
170
|
-
name: 'Teledisko DAO',
|
|
171
|
-
display: 'berlin',
|
|
172
|
-
symbol: 'BERLIN',
|
|
170
|
+
name: 'Teledisko DAO - Legacy',
|
|
171
|
+
display: 'berlin-legacy',
|
|
172
|
+
symbol: 'BERLIN-legacy',
|
|
173
173
|
type_asset: 'erc20',
|
|
174
174
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
175
175
|
logo_URIs: {
|
|
@@ -321,14 +321,36 @@ const assets = {
|
|
|
321
321
|
display: 'ORAI',
|
|
322
322
|
symbol: 'ORAI',
|
|
323
323
|
logo_URIs: {
|
|
324
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
325
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
324
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
326
325
|
},
|
|
327
326
|
coingecko_id: 'oraichain-token',
|
|
328
|
-
images: [
|
|
327
|
+
images: [
|
|
328
|
+
{
|
|
329
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
330
|
+
theme: {
|
|
331
|
+
circle: true,
|
|
332
|
+
dark_mode: true
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
{
|
|
329
336
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
330
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
331
|
-
|
|
337
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
338
|
+
theme: {
|
|
339
|
+
circle: true,
|
|
340
|
+
dark_mode: true,
|
|
341
|
+
primary_color_hex: '#FFFFFF'
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
346
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
347
|
+
theme: {
|
|
348
|
+
circle: true,
|
|
349
|
+
dark_mode: false,
|
|
350
|
+
primary_color_hex: '#000000'
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
],
|
|
332
354
|
traces: [{
|
|
333
355
|
type: 'ibc',
|
|
334
356
|
counterparty: {
|
|
@@ -1687,19 +1709,19 @@ const assets = {
|
|
|
1687
1709
|
}]
|
|
1688
1710
|
},
|
|
1689
1711
|
{
|
|
1690
|
-
description: 'The token of Teledisko DAO.',
|
|
1712
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
1691
1713
|
denom_units: [{
|
|
1692
1714
|
denom: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
|
|
1693
1715
|
exponent: 0,
|
|
1694
1716
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
1695
1717
|
}, {
|
|
1696
|
-
denom: 'berlin',
|
|
1718
|
+
denom: 'berlin-legacy',
|
|
1697
1719
|
exponent: 18
|
|
1698
1720
|
}],
|
|
1699
1721
|
base: 'ibc/3D477A624F9AFBBDE800A2B302A4923980B95859BDEA8462E09C1D283E933456',
|
|
1700
|
-
name: 'Teledisko DAO',
|
|
1701
|
-
display: 'berlin',
|
|
1702
|
-
symbol: 'BERLIN',
|
|
1722
|
+
name: 'Teledisko DAO - Legacy',
|
|
1723
|
+
display: 'berlin-legacy',
|
|
1724
|
+
symbol: 'BERLIN-legacy',
|
|
1703
1725
|
type_asset: 'erc20',
|
|
1704
1726
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1705
1727
|
logo_URIs: {
|
|
@@ -1851,14 +1873,36 @@ const assets = {
|
|
|
1851
1873
|
display: 'ORAI',
|
|
1852
1874
|
symbol: 'ORAI',
|
|
1853
1875
|
logo_URIs: {
|
|
1854
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
1855
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1876
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1856
1877
|
},
|
|
1857
1878
|
coingecko_id: 'oraichain-token',
|
|
1858
|
-
images: [
|
|
1879
|
+
images: [
|
|
1880
|
+
{
|
|
1881
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1882
|
+
theme: {
|
|
1883
|
+
circle: true,
|
|
1884
|
+
dark_mode: true
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1859
1888
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1860
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1861
|
-
|
|
1889
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1890
|
+
theme: {
|
|
1891
|
+
circle: true,
|
|
1892
|
+
dark_mode: true,
|
|
1893
|
+
primary_color_hex: '#FFFFFF'
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1898
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1899
|
+
theme: {
|
|
1900
|
+
circle: true,
|
|
1901
|
+
dark_mode: false,
|
|
1902
|
+
primary_color_hex: '#000000'
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
],
|
|
1862
1906
|
traces: [{
|
|
1863
1907
|
type: 'ibc',
|
|
1864
1908
|
counterparty: {
|
package/esm/mainnet/agoric.js
CHANGED
|
@@ -273,19 +273,19 @@ const assets = {
|
|
|
273
273
|
}]
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
description: 'The token of Teledisko DAO.',
|
|
276
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
277
277
|
denom_units: [{
|
|
278
278
|
denom: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
|
|
279
279
|
exponent: 0,
|
|
280
280
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
281
281
|
}, {
|
|
282
|
-
denom: 'berlin',
|
|
282
|
+
denom: 'berlin-legacy',
|
|
283
283
|
exponent: 18
|
|
284
284
|
}],
|
|
285
285
|
base: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
|
|
286
|
-
name: 'Teledisko DAO',
|
|
287
|
-
display: 'berlin',
|
|
288
|
-
symbol: 'BERLIN',
|
|
286
|
+
name: 'Teledisko DAO - Legacy',
|
|
287
|
+
display: 'berlin-legacy',
|
|
288
|
+
symbol: 'BERLIN-legacy',
|
|
289
289
|
type_asset: 'erc20',
|
|
290
290
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
291
291
|
logo_URIs: {
|
|
@@ -1069,19 +1069,19 @@ const assets = {
|
|
|
1069
1069
|
}]
|
|
1070
1070
|
},
|
|
1071
1071
|
{
|
|
1072
|
-
description: 'The token of Teledisko DAO.',
|
|
1072
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
1073
1073
|
denom_units: [{
|
|
1074
1074
|
denom: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
|
|
1075
1075
|
exponent: 0,
|
|
1076
1076
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
1077
1077
|
}, {
|
|
1078
|
-
denom: 'berlin',
|
|
1078
|
+
denom: 'berlin-legacy',
|
|
1079
1079
|
exponent: 18
|
|
1080
1080
|
}],
|
|
1081
1081
|
base: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
|
|
1082
|
-
name: 'Teledisko DAO',
|
|
1083
|
-
display: 'berlin',
|
|
1084
|
-
symbol: 'BERLIN',
|
|
1082
|
+
name: 'Teledisko DAO - Legacy',
|
|
1083
|
+
display: 'berlin-legacy',
|
|
1084
|
+
symbol: 'BERLIN-legacy',
|
|
1085
1085
|
type_asset: 'erc20',
|
|
1086
1086
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1087
1087
|
logo_URIs: {
|
package/esm/mainnet/axelar.js
CHANGED
|
@@ -957,19 +957,19 @@ const assets = {
|
|
|
957
957
|
}]
|
|
958
958
|
},
|
|
959
959
|
{
|
|
960
|
-
description: 'The token of Teledisko DAO.',
|
|
960
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
961
961
|
denom_units: [{
|
|
962
962
|
denom: 'ibc/A87C7282021D27AFB3356130F807E2FA3C792966CE7DDD6861EDCD2E10FEED15',
|
|
963
963
|
exponent: 0,
|
|
964
964
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
965
965
|
}, {
|
|
966
|
-
denom: 'berlin',
|
|
966
|
+
denom: 'berlin-legacy',
|
|
967
967
|
exponent: 18
|
|
968
968
|
}],
|
|
969
969
|
base: 'ibc/A87C7282021D27AFB3356130F807E2FA3C792966CE7DDD6861EDCD2E10FEED15',
|
|
970
|
-
name: 'Teledisko DAO',
|
|
971
|
-
display: 'berlin',
|
|
972
|
-
symbol: 'BERLIN',
|
|
970
|
+
name: 'Teledisko DAO - Legacy',
|
|
971
|
+
display: 'berlin-legacy',
|
|
972
|
+
symbol: 'BERLIN-legacy',
|
|
973
973
|
type_asset: 'erc20',
|
|
974
974
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
975
975
|
logo_URIs: {
|
|
@@ -2901,19 +2901,19 @@ const assets = {
|
|
|
2901
2901
|
}]
|
|
2902
2902
|
},
|
|
2903
2903
|
{
|
|
2904
|
-
description: 'The token of Teledisko DAO.',
|
|
2904
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
2905
2905
|
denom_units: [{
|
|
2906
2906
|
denom: 'ibc/A87C7282021D27AFB3356130F807E2FA3C792966CE7DDD6861EDCD2E10FEED15',
|
|
2907
2907
|
exponent: 0,
|
|
2908
2908
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
2909
2909
|
}, {
|
|
2910
|
-
denom: 'berlin',
|
|
2910
|
+
denom: 'berlin-legacy',
|
|
2911
2911
|
exponent: 18
|
|
2912
2912
|
}],
|
|
2913
2913
|
base: 'ibc/A87C7282021D27AFB3356130F807E2FA3C792966CE7DDD6861EDCD2E10FEED15',
|
|
2914
|
-
name: 'Teledisko DAO',
|
|
2915
|
-
display: 'berlin',
|
|
2916
|
-
symbol: 'BERLIN',
|
|
2914
|
+
name: 'Teledisko DAO - Legacy',
|
|
2915
|
+
display: 'berlin-legacy',
|
|
2916
|
+
symbol: 'BERLIN-legacy',
|
|
2917
2917
|
type_asset: 'erc20',
|
|
2918
2918
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
2919
2919
|
logo_URIs: {
|
package/esm/mainnet/carbon.js
CHANGED
|
@@ -196,19 +196,19 @@ const assets = {
|
|
|
196
196
|
}]
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
|
-
description: 'The token of Teledisko DAO.',
|
|
199
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
200
200
|
denom_units: [{
|
|
201
201
|
denom: 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064',
|
|
202
202
|
exponent: 0,
|
|
203
203
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
204
204
|
}, {
|
|
205
|
-
denom: 'berlin',
|
|
205
|
+
denom: 'berlin-legacy',
|
|
206
206
|
exponent: 18
|
|
207
207
|
}],
|
|
208
208
|
base: 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064',
|
|
209
|
-
name: 'Teledisko DAO',
|
|
210
|
-
display: 'berlin',
|
|
211
|
-
symbol: 'BERLIN',
|
|
209
|
+
name: 'Teledisko DAO - Legacy',
|
|
210
|
+
display: 'berlin-legacy',
|
|
211
|
+
symbol: 'BERLIN-legacy',
|
|
212
212
|
type_asset: 'erc20',
|
|
213
213
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
214
214
|
logo_URIs: {
|
|
@@ -657,19 +657,19 @@ const assets = {
|
|
|
657
657
|
}]
|
|
658
658
|
},
|
|
659
659
|
{
|
|
660
|
-
description: 'The token of Teledisko DAO.',
|
|
660
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
661
661
|
denom_units: [{
|
|
662
662
|
denom: 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064',
|
|
663
663
|
exponent: 0,
|
|
664
664
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
665
665
|
}, {
|
|
666
|
-
denom: 'berlin',
|
|
666
|
+
denom: 'berlin-legacy',
|
|
667
667
|
exponent: 18
|
|
668
668
|
}],
|
|
669
669
|
base: 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064',
|
|
670
|
-
name: 'Teledisko DAO',
|
|
671
|
-
display: 'berlin',
|
|
672
|
-
symbol: 'BERLIN',
|
|
670
|
+
name: 'Teledisko DAO - Legacy',
|
|
671
|
+
display: 'berlin-legacy',
|
|
672
|
+
symbol: 'BERLIN-legacy',
|
|
673
673
|
type_asset: 'erc20',
|
|
674
674
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
675
675
|
logo_URIs: {
|
package/esm/mainnet/celestia.js
CHANGED
|
@@ -197,19 +197,19 @@ const assets = {
|
|
|
197
197
|
}]
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
|
-
description: 'The token of Teledisko DAO.',
|
|
200
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
201
201
|
denom_units: [{
|
|
202
202
|
denom: 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2',
|
|
203
203
|
exponent: 0,
|
|
204
204
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
205
205
|
}, {
|
|
206
|
-
denom: 'berlin',
|
|
206
|
+
denom: 'berlin-legacy',
|
|
207
207
|
exponent: 18
|
|
208
208
|
}],
|
|
209
209
|
base: 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2',
|
|
210
|
-
name: 'Teledisko DAO',
|
|
211
|
-
display: 'berlin',
|
|
212
|
-
symbol: 'BERLIN',
|
|
210
|
+
name: 'Teledisko DAO - Legacy',
|
|
211
|
+
display: 'berlin-legacy',
|
|
212
|
+
symbol: 'BERLIN-legacy',
|
|
213
213
|
type_asset: 'erc20',
|
|
214
214
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
215
215
|
logo_URIs: {
|
|
@@ -1256,19 +1256,19 @@ const assets = {
|
|
|
1256
1256
|
}]
|
|
1257
1257
|
},
|
|
1258
1258
|
{
|
|
1259
|
-
description: 'The token of Teledisko DAO.',
|
|
1259
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
1260
1260
|
denom_units: [{
|
|
1261
1261
|
denom: 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2',
|
|
1262
1262
|
exponent: 0,
|
|
1263
1263
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
1264
1264
|
}, {
|
|
1265
|
-
denom: 'berlin',
|
|
1265
|
+
denom: 'berlin-legacy',
|
|
1266
1266
|
exponent: 18
|
|
1267
1267
|
}],
|
|
1268
1268
|
base: 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2',
|
|
1269
|
-
name: 'Teledisko DAO',
|
|
1270
|
-
display: 'berlin',
|
|
1271
|
-
symbol: 'BERLIN',
|
|
1269
|
+
name: 'Teledisko DAO - Legacy',
|
|
1270
|
+
display: 'berlin-legacy',
|
|
1271
|
+
symbol: 'BERLIN-legacy',
|
|
1272
1272
|
type_asset: 'erc20',
|
|
1273
1273
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1274
1274
|
logo_URIs: {
|
|
@@ -1347,19 +1347,19 @@ const assets = {
|
|
|
1347
1347
|
}]
|
|
1348
1348
|
},
|
|
1349
1349
|
{
|
|
1350
|
-
description: 'The token of Teledisko DAO.',
|
|
1350
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
1351
1351
|
denom_units: [{
|
|
1352
1352
|
denom: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
1353
1353
|
exponent: 0,
|
|
1354
1354
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
1355
1355
|
}, {
|
|
1356
|
-
denom: 'berlin',
|
|
1356
|
+
denom: 'berlin-legacy',
|
|
1357
1357
|
exponent: 18
|
|
1358
1358
|
}],
|
|
1359
1359
|
base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
1360
|
-
name: 'Teledisko DAO',
|
|
1361
|
-
display: 'berlin',
|
|
1362
|
-
symbol: 'BERLIN',
|
|
1360
|
+
name: 'Teledisko DAO - Legacy',
|
|
1361
|
+
display: 'berlin-legacy',
|
|
1362
|
+
symbol: 'BERLIN-legacy',
|
|
1363
1363
|
type_asset: 'erc20',
|
|
1364
1364
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1365
1365
|
logo_URIs: {
|
|
@@ -2589,19 +2589,19 @@ const assets = {
|
|
|
2589
2589
|
}]
|
|
2590
2590
|
},
|
|
2591
2591
|
{
|
|
2592
|
-
description: 'The token of Teledisko DAO.',
|
|
2592
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
2593
2593
|
denom_units: [{
|
|
2594
2594
|
denom: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
2595
2595
|
exponent: 0,
|
|
2596
2596
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
2597
2597
|
}, {
|
|
2598
|
-
denom: 'berlin',
|
|
2598
|
+
denom: 'berlin-legacy',
|
|
2599
2599
|
exponent: 18
|
|
2600
2600
|
}],
|
|
2601
2601
|
base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
2602
|
-
name: 'Teledisko DAO',
|
|
2603
|
-
display: 'berlin',
|
|
2604
|
-
symbol: 'BERLIN',
|
|
2602
|
+
name: 'Teledisko DAO - Legacy',
|
|
2603
|
+
display: 'berlin-legacy',
|
|
2604
|
+
symbol: 'BERLIN-legacy',
|
|
2605
2605
|
type_asset: 'erc20',
|
|
2606
2606
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
2607
2607
|
logo_URIs: {
|
package/esm/mainnet/coreum.js
CHANGED
|
@@ -352,19 +352,19 @@ const assets = {
|
|
|
352
352
|
}]
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
|
-
description: 'The token of Teledisko DAO.',
|
|
355
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
356
356
|
denom_units: [{
|
|
357
357
|
denom: 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6',
|
|
358
358
|
exponent: 0,
|
|
359
359
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
360
360
|
}, {
|
|
361
|
-
denom: 'berlin',
|
|
361
|
+
denom: 'berlin-legacy',
|
|
362
362
|
exponent: 18
|
|
363
363
|
}],
|
|
364
364
|
base: 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6',
|
|
365
|
-
name: 'Teledisko DAO',
|
|
366
|
-
display: 'berlin',
|
|
367
|
-
symbol: 'BERLIN',
|
|
365
|
+
name: 'Teledisko DAO - Legacy',
|
|
366
|
+
display: 'berlin-legacy',
|
|
367
|
+
symbol: 'BERLIN-legacy',
|
|
368
368
|
type_asset: 'erc20',
|
|
369
369
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
370
370
|
logo_URIs: {
|
|
@@ -1099,19 +1099,19 @@ const assets = {
|
|
|
1099
1099
|
}]
|
|
1100
1100
|
},
|
|
1101
1101
|
{
|
|
1102
|
-
description: 'The token of Teledisko DAO.',
|
|
1102
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
1103
1103
|
denom_units: [{
|
|
1104
1104
|
denom: 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6',
|
|
1105
1105
|
exponent: 0,
|
|
1106
1106
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
1107
1107
|
}, {
|
|
1108
|
-
denom: 'berlin',
|
|
1108
|
+
denom: 'berlin-legacy',
|
|
1109
1109
|
exponent: 18
|
|
1110
1110
|
}],
|
|
1111
1111
|
base: 'ibc/EC49BC30535146D28CE4CC90EDDF96E9AE64EC88B2054C72ED12FFA800A817A6',
|
|
1112
|
-
name: 'Teledisko DAO',
|
|
1113
|
-
display: 'berlin',
|
|
1114
|
-
symbol: 'BERLIN',
|
|
1112
|
+
name: 'Teledisko DAO - Legacy',
|
|
1113
|
+
display: 'berlin-legacy',
|
|
1114
|
+
symbol: 'BERLIN-legacy',
|
|
1115
1115
|
type_asset: 'erc20',
|
|
1116
1116
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1117
1117
|
logo_URIs: {
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -1834,19 +1834,19 @@ const assets = {
|
|
|
1834
1834
|
}]
|
|
1835
1835
|
},
|
|
1836
1836
|
{
|
|
1837
|
-
description: 'The token of Teledisko DAO.',
|
|
1837
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
1838
1838
|
denom_units: [{
|
|
1839
1839
|
denom: 'ibc/AE07DE43C4743BA0CE79576B70B280516F395F2F45B905668B150A022DDA4080',
|
|
1840
1840
|
exponent: 0,
|
|
1841
1841
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
1842
1842
|
}, {
|
|
1843
|
-
denom: 'berlin',
|
|
1843
|
+
denom: 'berlin-legacy',
|
|
1844
1844
|
exponent: 18
|
|
1845
1845
|
}],
|
|
1846
1846
|
base: 'ibc/AE07DE43C4743BA0CE79576B70B280516F395F2F45B905668B150A022DDA4080',
|
|
1847
|
-
name: 'Teledisko DAO',
|
|
1848
|
-
display: 'berlin',
|
|
1849
|
-
symbol: 'BERLIN',
|
|
1847
|
+
name: 'Teledisko DAO - Legacy',
|
|
1848
|
+
display: 'berlin-legacy',
|
|
1849
|
+
symbol: 'BERLIN-legacy',
|
|
1850
1850
|
type_asset: 'erc20',
|
|
1851
1851
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1852
1852
|
logo_URIs: {
|
|
@@ -2986,14 +2986,36 @@ const assets = {
|
|
|
2986
2986
|
display: 'ORAI',
|
|
2987
2987
|
symbol: 'ORAI',
|
|
2988
2988
|
logo_URIs: {
|
|
2989
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
2990
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2989
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
2991
2990
|
},
|
|
2992
2991
|
coingecko_id: 'oraichain-token',
|
|
2993
|
-
images: [
|
|
2992
|
+
images: [
|
|
2993
|
+
{
|
|
2994
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
2995
|
+
theme: {
|
|
2996
|
+
circle: true,
|
|
2997
|
+
dark_mode: true
|
|
2998
|
+
}
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
2994
3001
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
2995
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2996
|
-
|
|
3002
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
3003
|
+
theme: {
|
|
3004
|
+
circle: true,
|
|
3005
|
+
dark_mode: true,
|
|
3006
|
+
primary_color_hex: '#FFFFFF'
|
|
3007
|
+
}
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
3011
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
3012
|
+
theme: {
|
|
3013
|
+
circle: true,
|
|
3014
|
+
dark_mode: false,
|
|
3015
|
+
primary_color_hex: '#000000'
|
|
3016
|
+
}
|
|
3017
|
+
}
|
|
3018
|
+
],
|
|
2997
3019
|
traces: [{
|
|
2998
3020
|
type: 'ibc',
|
|
2999
3021
|
counterparty: {
|
|
@@ -4431,19 +4453,19 @@ const assets = {
|
|
|
4431
4453
|
}]
|
|
4432
4454
|
},
|
|
4433
4455
|
{
|
|
4434
|
-
description: 'The token of Teledisko DAO.',
|
|
4456
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
4435
4457
|
denom_units: [{
|
|
4436
4458
|
denom: 'ibc/AE07DE43C4743BA0CE79576B70B280516F395F2F45B905668B150A022DDA4080',
|
|
4437
4459
|
exponent: 0,
|
|
4438
4460
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
4439
4461
|
}, {
|
|
4440
|
-
denom: 'berlin',
|
|
4462
|
+
denom: 'berlin-legacy',
|
|
4441
4463
|
exponent: 18
|
|
4442
4464
|
}],
|
|
4443
4465
|
base: 'ibc/AE07DE43C4743BA0CE79576B70B280516F395F2F45B905668B150A022DDA4080',
|
|
4444
|
-
name: 'Teledisko DAO',
|
|
4445
|
-
display: 'berlin',
|
|
4446
|
-
symbol: 'BERLIN',
|
|
4466
|
+
name: 'Teledisko DAO - Legacy',
|
|
4467
|
+
display: 'berlin-legacy',
|
|
4468
|
+
symbol: 'BERLIN-legacy',
|
|
4447
4469
|
type_asset: 'erc20',
|
|
4448
4470
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
4449
4471
|
logo_URIs: {
|
|
@@ -5583,14 +5605,36 @@ const assets = {
|
|
|
5583
5605
|
display: 'ORAI',
|
|
5584
5606
|
symbol: 'ORAI',
|
|
5585
5607
|
logo_URIs: {
|
|
5586
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
5587
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
5608
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5588
5609
|
},
|
|
5589
5610
|
coingecko_id: 'oraichain-token',
|
|
5590
|
-
images: [
|
|
5611
|
+
images: [
|
|
5612
|
+
{
|
|
5613
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5614
|
+
theme: {
|
|
5615
|
+
circle: true,
|
|
5616
|
+
dark_mode: true
|
|
5617
|
+
}
|
|
5618
|
+
},
|
|
5619
|
+
{
|
|
5591
5620
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
5592
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
5593
|
-
|
|
5621
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
5622
|
+
theme: {
|
|
5623
|
+
circle: true,
|
|
5624
|
+
dark_mode: true,
|
|
5625
|
+
primary_color_hex: '#FFFFFF'
|
|
5626
|
+
}
|
|
5627
|
+
},
|
|
5628
|
+
{
|
|
5629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
5630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
5631
|
+
theme: {
|
|
5632
|
+
circle: true,
|
|
5633
|
+
dark_mode: false,
|
|
5634
|
+
primary_color_hex: '#000000'
|
|
5635
|
+
}
|
|
5636
|
+
}
|
|
5637
|
+
],
|
|
5594
5638
|
traces: [{
|
|
5595
5639
|
type: 'ibc',
|
|
5596
5640
|
counterparty: {
|
package/esm/mainnet/crescent.js
CHANGED
|
@@ -710,19 +710,19 @@ const assets = {
|
|
|
710
710
|
}]
|
|
711
711
|
},
|
|
712
712
|
{
|
|
713
|
-
description: 'The token of Teledisko DAO.',
|
|
713
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
714
714
|
denom_units: [{
|
|
715
715
|
denom: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
716
716
|
exponent: 0,
|
|
717
717
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
718
718
|
}, {
|
|
719
|
-
denom: 'berlin',
|
|
719
|
+
denom: 'berlin-legacy',
|
|
720
720
|
exponent: 18
|
|
721
721
|
}],
|
|
722
722
|
base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
723
|
-
name: 'Teledisko DAO',
|
|
724
|
-
display: 'berlin',
|
|
725
|
-
symbol: 'BERLIN',
|
|
723
|
+
name: 'Teledisko DAO - Legacy',
|
|
724
|
+
display: 'berlin-legacy',
|
|
725
|
+
symbol: 'BERLIN-legacy',
|
|
726
726
|
type_asset: 'erc20',
|
|
727
727
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
728
728
|
logo_URIs: {
|
|
@@ -2810,19 +2810,19 @@ const assets = {
|
|
|
2810
2810
|
}]
|
|
2811
2811
|
},
|
|
2812
2812
|
{
|
|
2813
|
-
description: 'The token of Teledisko DAO.',
|
|
2813
|
+
description: 'The legacy token of Teledisko DAO.',
|
|
2814
2814
|
denom_units: [{
|
|
2815
2815
|
denom: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
2816
2816
|
exponent: 0,
|
|
2817
2817
|
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
2818
2818
|
}, {
|
|
2819
|
-
denom: 'berlin',
|
|
2819
|
+
denom: 'berlin-legacy',
|
|
2820
2820
|
exponent: 18
|
|
2821
2821
|
}],
|
|
2822
2822
|
base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
|
|
2823
|
-
name: 'Teledisko DAO',
|
|
2824
|
-
display: 'berlin',
|
|
2825
|
-
symbol: 'BERLIN',
|
|
2823
|
+
name: 'Teledisko DAO - Legacy',
|
|
2824
|
+
display: 'berlin-legacy',
|
|
2825
|
+
symbol: 'BERLIN-legacy',
|
|
2826
2826
|
type_asset: 'erc20',
|
|
2827
2827
|
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
2828
2828
|
logo_URIs: {
|