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