@chain-registry/assets 1.64.38 → 1.64.40
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/andromeda.js +84 -0
- package/esm/mainnet/archway.js +0 -76
- package/esm/mainnet/bandchain.js +84 -0
- package/esm/mainnet/dydx.js +74 -0
- package/esm/mainnet/kyve.js +156 -0
- package/esm/mainnet/okexchain.js +0 -76
- package/esm/mainnet/osmosis.js +0 -76
- package/esm/mainnet/pryzm.js +178 -0
- package/esm/mainnet/source.js +84 -0
- package/esm/mainnet/stride.js +158 -0
- package/mainnet/andromeda.js +84 -0
- package/mainnet/archway.js +0 -76
- package/mainnet/bandchain.js +84 -0
- package/mainnet/dydx.js +74 -0
- package/mainnet/kyve.js +156 -0
- package/mainnet/okexchain.js +0 -76
- package/mainnet/osmosis.js +0 -76
- package/mainnet/pryzm.js +178 -0
- package/mainnet/source.js +84 -0
- package/mainnet/stride.js +158 -0
- package/package.json +5 -5
package/mainnet/pryzm.js
CHANGED
|
@@ -129,6 +129,53 @@ const assets = {
|
|
|
129
129
|
}
|
|
130
130
|
}]
|
|
131
131
|
},
|
|
132
|
+
{
|
|
133
|
+
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
134
|
+
denom_units: [{
|
|
135
|
+
denom: 'ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858',
|
|
136
|
+
exponent: 0,
|
|
137
|
+
aliases: ['adydx']
|
|
138
|
+
}, {
|
|
139
|
+
denom: 'dydx',
|
|
140
|
+
exponent: 18
|
|
141
|
+
}],
|
|
142
|
+
base: 'ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858',
|
|
143
|
+
name: 'dYdX',
|
|
144
|
+
display: 'dydx',
|
|
145
|
+
symbol: 'DYDX',
|
|
146
|
+
logo_URIs: {
|
|
147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
149
|
+
},
|
|
150
|
+
coingecko_id: 'dydx-chain',
|
|
151
|
+
images: [{
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg',
|
|
154
|
+
theme: {
|
|
155
|
+
primary_color_hex: '#21212f'
|
|
156
|
+
}
|
|
157
|
+
}, {
|
|
158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
|
|
159
|
+
theme: {
|
|
160
|
+
circle: true
|
|
161
|
+
}
|
|
162
|
+
}],
|
|
163
|
+
socials: {
|
|
164
|
+
website: 'https://dydx.trade/',
|
|
165
|
+
twitter: 'https://twitter.com/dYdX'
|
|
166
|
+
},
|
|
167
|
+
traces: [{
|
|
168
|
+
type: 'ibc',
|
|
169
|
+
counterparty: {
|
|
170
|
+
channel_id: 'channel-71',
|
|
171
|
+
base_denom: 'adydx',
|
|
172
|
+
chain_name: 'dydx'
|
|
173
|
+
},
|
|
174
|
+
chain: {
|
|
175
|
+
channel_id: 'channel-24'
|
|
176
|
+
}
|
|
177
|
+
}]
|
|
178
|
+
},
|
|
132
179
|
{
|
|
133
180
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
134
181
|
denom_units: [{
|
|
@@ -880,6 +927,53 @@ const assets = {
|
|
|
880
927
|
}
|
|
881
928
|
}]
|
|
882
929
|
},
|
|
930
|
+
{
|
|
931
|
+
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
932
|
+
denom_units: [{
|
|
933
|
+
denom: 'ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858',
|
|
934
|
+
exponent: 0,
|
|
935
|
+
aliases: ['adydx']
|
|
936
|
+
}, {
|
|
937
|
+
denom: 'dydx',
|
|
938
|
+
exponent: 18
|
|
939
|
+
}],
|
|
940
|
+
base: 'ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858',
|
|
941
|
+
name: 'dYdX',
|
|
942
|
+
display: 'dydx',
|
|
943
|
+
symbol: 'DYDX',
|
|
944
|
+
logo_URIs: {
|
|
945
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
946
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
947
|
+
},
|
|
948
|
+
coingecko_id: 'dydx-chain',
|
|
949
|
+
images: [{
|
|
950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg',
|
|
952
|
+
theme: {
|
|
953
|
+
primary_color_hex: '#21212f'
|
|
954
|
+
}
|
|
955
|
+
}, {
|
|
956
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
|
|
957
|
+
theme: {
|
|
958
|
+
circle: true
|
|
959
|
+
}
|
|
960
|
+
}],
|
|
961
|
+
socials: {
|
|
962
|
+
website: 'https://dydx.trade/',
|
|
963
|
+
twitter: 'https://twitter.com/dYdX'
|
|
964
|
+
},
|
|
965
|
+
traces: [{
|
|
966
|
+
type: 'ibc',
|
|
967
|
+
counterparty: {
|
|
968
|
+
channel_id: 'channel-71',
|
|
969
|
+
base_denom: 'adydx',
|
|
970
|
+
chain_name: 'dydx'
|
|
971
|
+
},
|
|
972
|
+
chain: {
|
|
973
|
+
channel_id: 'channel-24'
|
|
974
|
+
}
|
|
975
|
+
}]
|
|
976
|
+
},
|
|
883
977
|
{
|
|
884
978
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
885
979
|
denom_units: [{
|
|
@@ -1505,6 +1599,48 @@ const assets = {
|
|
|
1505
1599
|
}
|
|
1506
1600
|
}]
|
|
1507
1601
|
},
|
|
1602
|
+
{
|
|
1603
|
+
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
1604
|
+
denom_units: [{
|
|
1605
|
+
denom: 'ibc/61F66EF28D261575EDEC2BDE3F46714DA2BB5B70EBB7D4DD223E3688EFFD74CB',
|
|
1606
|
+
exponent: 0,
|
|
1607
|
+
aliases: ['ustrd']
|
|
1608
|
+
}, {
|
|
1609
|
+
denom: 'strd',
|
|
1610
|
+
exponent: 6
|
|
1611
|
+
}],
|
|
1612
|
+
base: 'ibc/61F66EF28D261575EDEC2BDE3F46714DA2BB5B70EBB7D4DD223E3688EFFD74CB',
|
|
1613
|
+
name: 'Stride',
|
|
1614
|
+
display: 'strd',
|
|
1615
|
+
symbol: 'STRD',
|
|
1616
|
+
logo_URIs: {
|
|
1617
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1618
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1619
|
+
},
|
|
1620
|
+
coingecko_id: 'stride',
|
|
1621
|
+
images: [{
|
|
1622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
|
|
1624
|
+
theme: {
|
|
1625
|
+
primary_color_hex: '#e4047c'
|
|
1626
|
+
}
|
|
1627
|
+
}],
|
|
1628
|
+
socials: {
|
|
1629
|
+
website: 'https://stride.zone/',
|
|
1630
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
1631
|
+
},
|
|
1632
|
+
traces: [{
|
|
1633
|
+
type: 'ibc',
|
|
1634
|
+
counterparty: {
|
|
1635
|
+
channel_id: 'channel-257',
|
|
1636
|
+
base_denom: 'ustrd',
|
|
1637
|
+
chain_name: 'stride'
|
|
1638
|
+
},
|
|
1639
|
+
chain: {
|
|
1640
|
+
channel_id: 'channel-23'
|
|
1641
|
+
}
|
|
1642
|
+
}]
|
|
1643
|
+
},
|
|
1508
1644
|
{
|
|
1509
1645
|
description: 'The native staking token of Terra.',
|
|
1510
1646
|
denom_units: [{
|
|
@@ -1547,6 +1683,48 @@ const assets = {
|
|
|
1547
1683
|
}
|
|
1548
1684
|
}]
|
|
1549
1685
|
},
|
|
1686
|
+
{
|
|
1687
|
+
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
1688
|
+
denom_units: [{
|
|
1689
|
+
denom: 'ibc/61F66EF28D261575EDEC2BDE3F46714DA2BB5B70EBB7D4DD223E3688EFFD74CB',
|
|
1690
|
+
exponent: 0,
|
|
1691
|
+
aliases: ['ustrd']
|
|
1692
|
+
}, {
|
|
1693
|
+
denom: 'strd',
|
|
1694
|
+
exponent: 6
|
|
1695
|
+
}],
|
|
1696
|
+
base: 'ibc/61F66EF28D261575EDEC2BDE3F46714DA2BB5B70EBB7D4DD223E3688EFFD74CB',
|
|
1697
|
+
name: 'Stride',
|
|
1698
|
+
display: 'strd',
|
|
1699
|
+
symbol: 'STRD',
|
|
1700
|
+
logo_URIs: {
|
|
1701
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1702
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1703
|
+
},
|
|
1704
|
+
coingecko_id: 'stride',
|
|
1705
|
+
images: [{
|
|
1706
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1707
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
|
|
1708
|
+
theme: {
|
|
1709
|
+
primary_color_hex: '#e4047c'
|
|
1710
|
+
}
|
|
1711
|
+
}],
|
|
1712
|
+
socials: {
|
|
1713
|
+
website: 'https://stride.zone/',
|
|
1714
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
1715
|
+
},
|
|
1716
|
+
traces: [{
|
|
1717
|
+
type: 'ibc',
|
|
1718
|
+
counterparty: {
|
|
1719
|
+
channel_id: 'channel-257',
|
|
1720
|
+
base_denom: 'ustrd',
|
|
1721
|
+
chain_name: 'stride'
|
|
1722
|
+
},
|
|
1723
|
+
chain: {
|
|
1724
|
+
channel_id: 'channel-23'
|
|
1725
|
+
}
|
|
1726
|
+
}]
|
|
1727
|
+
},
|
|
1550
1728
|
{
|
|
1551
1729
|
description: 'The native staking token of Terra.',
|
|
1552
1730
|
denom_units: [{
|
package/mainnet/source.js
CHANGED
|
@@ -45,6 +45,48 @@ const assets = {
|
|
|
45
45
|
}
|
|
46
46
|
}]
|
|
47
47
|
},
|
|
48
|
+
{
|
|
49
|
+
description: 'The native utility token of the KYVE network.',
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'ibc/81DD1BA0AE960255C9BBB3557F9ADA47CBBA628796E462AAEC803F2943724B1F',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['ukyve']
|
|
54
|
+
}, {
|
|
55
|
+
denom: 'kyve',
|
|
56
|
+
exponent: 6
|
|
57
|
+
}],
|
|
58
|
+
base: 'ibc/81DD1BA0AE960255C9BBB3557F9ADA47CBBA628796E462AAEC803F2943724B1F',
|
|
59
|
+
name: 'KYVE',
|
|
60
|
+
display: 'kyve',
|
|
61
|
+
symbol: 'KYVE',
|
|
62
|
+
logo_URIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
|
|
65
|
+
},
|
|
66
|
+
coingecko_id: 'kyve-network',
|
|
67
|
+
images: [{
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg',
|
|
70
|
+
theme: {
|
|
71
|
+
primary_color_hex: '#335350'
|
|
72
|
+
}
|
|
73
|
+
}],
|
|
74
|
+
socials: {
|
|
75
|
+
website: 'https://www.kyve.network/',
|
|
76
|
+
twitter: 'https://twitter.com/KYVENetwork'
|
|
77
|
+
},
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-3',
|
|
82
|
+
base_denom: 'ukyve',
|
|
83
|
+
chain_name: 'kyve'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-2'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
48
90
|
{
|
|
49
91
|
description: 'The native token of Osmosis',
|
|
50
92
|
denom_units: [{
|
|
@@ -256,6 +298,48 @@ const assets = {
|
|
|
256
298
|
}
|
|
257
299
|
}]
|
|
258
300
|
},
|
|
301
|
+
{
|
|
302
|
+
description: 'The native utility token of the KYVE network.',
|
|
303
|
+
denom_units: [{
|
|
304
|
+
denom: 'ibc/81DD1BA0AE960255C9BBB3557F9ADA47CBBA628796E462AAEC803F2943724B1F',
|
|
305
|
+
exponent: 0,
|
|
306
|
+
aliases: ['ukyve']
|
|
307
|
+
}, {
|
|
308
|
+
denom: 'kyve',
|
|
309
|
+
exponent: 6
|
|
310
|
+
}],
|
|
311
|
+
base: 'ibc/81DD1BA0AE960255C9BBB3557F9ADA47CBBA628796E462AAEC803F2943724B1F',
|
|
312
|
+
name: 'KYVE',
|
|
313
|
+
display: 'kyve',
|
|
314
|
+
symbol: 'KYVE',
|
|
315
|
+
logo_URIs: {
|
|
316
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
317
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
|
|
318
|
+
},
|
|
319
|
+
coingecko_id: 'kyve-network',
|
|
320
|
+
images: [{
|
|
321
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
322
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg',
|
|
323
|
+
theme: {
|
|
324
|
+
primary_color_hex: '#335350'
|
|
325
|
+
}
|
|
326
|
+
}],
|
|
327
|
+
socials: {
|
|
328
|
+
website: 'https://www.kyve.network/',
|
|
329
|
+
twitter: 'https://twitter.com/KYVENetwork'
|
|
330
|
+
},
|
|
331
|
+
traces: [{
|
|
332
|
+
type: 'ibc',
|
|
333
|
+
counterparty: {
|
|
334
|
+
channel_id: 'channel-3',
|
|
335
|
+
base_denom: 'ukyve',
|
|
336
|
+
chain_name: 'kyve'
|
|
337
|
+
},
|
|
338
|
+
chain: {
|
|
339
|
+
channel_id: 'channel-2'
|
|
340
|
+
}
|
|
341
|
+
}]
|
|
342
|
+
},
|
|
259
343
|
{
|
|
260
344
|
description: 'The native token of Osmosis',
|
|
261
345
|
denom_units: [{
|
package/mainnet/stride.js
CHANGED
|
@@ -246,6 +246,48 @@ const assets = {
|
|
|
246
246
|
}
|
|
247
247
|
}]
|
|
248
248
|
},
|
|
249
|
+
{
|
|
250
|
+
description: 'The native token of BandChain',
|
|
251
|
+
denom_units: [{
|
|
252
|
+
denom: 'ibc/AC11D57A5FBC0DF322615027DB86FAA602283F1801ED71FDDAA26117C41256D7',
|
|
253
|
+
exponent: 0,
|
|
254
|
+
aliases: ['uband']
|
|
255
|
+
}, {
|
|
256
|
+
denom: 'band',
|
|
257
|
+
exponent: 6
|
|
258
|
+
}],
|
|
259
|
+
base: 'ibc/AC11D57A5FBC0DF322615027DB86FAA602283F1801ED71FDDAA26117C41256D7',
|
|
260
|
+
display: 'band',
|
|
261
|
+
name: 'Band Protocol',
|
|
262
|
+
symbol: 'BAND',
|
|
263
|
+
logo_URIs: {
|
|
264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png',
|
|
265
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
|
|
266
|
+
},
|
|
267
|
+
coingecko_id: 'band-protocol',
|
|
268
|
+
images: [{
|
|
269
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png',
|
|
270
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg',
|
|
271
|
+
theme: {
|
|
272
|
+
primary_color_hex: '#4424e4'
|
|
273
|
+
}
|
|
274
|
+
}],
|
|
275
|
+
socials: {
|
|
276
|
+
website: 'https://www.bandprotocol.com/',
|
|
277
|
+
twitter: 'https://twitter.com/BandProtocol'
|
|
278
|
+
},
|
|
279
|
+
traces: [{
|
|
280
|
+
type: 'ibc',
|
|
281
|
+
counterparty: {
|
|
282
|
+
channel_id: 'channel-161',
|
|
283
|
+
base_denom: 'uband',
|
|
284
|
+
chain_name: 'bandchain'
|
|
285
|
+
},
|
|
286
|
+
chain: {
|
|
287
|
+
channel_id: 'channel-258'
|
|
288
|
+
}
|
|
289
|
+
}]
|
|
290
|
+
},
|
|
249
291
|
{
|
|
250
292
|
description: 'The native governance token of Carbon',
|
|
251
293
|
denom_units: [{
|
|
@@ -1562,6 +1604,43 @@ const assets = {
|
|
|
1562
1604
|
}
|
|
1563
1605
|
}]
|
|
1564
1606
|
},
|
|
1607
|
+
{
|
|
1608
|
+
description: 'The native token of PRYZM',
|
|
1609
|
+
denom_units: [{
|
|
1610
|
+
denom: 'ibc/1E0EFAC20BCF1D7B409655DC2D44B24F17FFA92A2A55905567D2A50AED22FCA2',
|
|
1611
|
+
exponent: 0,
|
|
1612
|
+
aliases: ['upryzm']
|
|
1613
|
+
}, {
|
|
1614
|
+
denom: 'pryzm',
|
|
1615
|
+
exponent: 6
|
|
1616
|
+
}],
|
|
1617
|
+
base: 'ibc/1E0EFAC20BCF1D7B409655DC2D44B24F17FFA92A2A55905567D2A50AED22FCA2',
|
|
1618
|
+
name: 'Pryzm',
|
|
1619
|
+
display: 'pryzm',
|
|
1620
|
+
symbol: 'PRYZM',
|
|
1621
|
+
logo_URIs: {
|
|
1622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
1623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
1624
|
+
},
|
|
1625
|
+
images: [{
|
|
1626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
1627
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg',
|
|
1628
|
+
theme: {
|
|
1629
|
+
primary_color_hex: '#c6ddf5'
|
|
1630
|
+
}
|
|
1631
|
+
}],
|
|
1632
|
+
traces: [{
|
|
1633
|
+
type: 'ibc',
|
|
1634
|
+
counterparty: {
|
|
1635
|
+
channel_id: 'channel-23',
|
|
1636
|
+
base_denom: 'upryzm',
|
|
1637
|
+
chain_name: 'pryzm'
|
|
1638
|
+
},
|
|
1639
|
+
chain: {
|
|
1640
|
+
channel_id: 'channel-257'
|
|
1641
|
+
}
|
|
1642
|
+
}]
|
|
1643
|
+
},
|
|
1565
1644
|
{
|
|
1566
1645
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
1567
1646
|
denom_units: [{
|
|
@@ -2066,6 +2145,48 @@ const assets = {
|
|
|
2066
2145
|
}
|
|
2067
2146
|
}]
|
|
2068
2147
|
},
|
|
2148
|
+
{
|
|
2149
|
+
description: 'The native token of BandChain',
|
|
2150
|
+
denom_units: [{
|
|
2151
|
+
denom: 'ibc/AC11D57A5FBC0DF322615027DB86FAA602283F1801ED71FDDAA26117C41256D7',
|
|
2152
|
+
exponent: 0,
|
|
2153
|
+
aliases: ['uband']
|
|
2154
|
+
}, {
|
|
2155
|
+
denom: 'band',
|
|
2156
|
+
exponent: 6
|
|
2157
|
+
}],
|
|
2158
|
+
base: 'ibc/AC11D57A5FBC0DF322615027DB86FAA602283F1801ED71FDDAA26117C41256D7',
|
|
2159
|
+
display: 'band',
|
|
2160
|
+
name: 'Band Protocol',
|
|
2161
|
+
symbol: 'BAND',
|
|
2162
|
+
logo_URIs: {
|
|
2163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png',
|
|
2164
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
|
|
2165
|
+
},
|
|
2166
|
+
coingecko_id: 'band-protocol',
|
|
2167
|
+
images: [{
|
|
2168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png',
|
|
2169
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg',
|
|
2170
|
+
theme: {
|
|
2171
|
+
primary_color_hex: '#4424e4'
|
|
2172
|
+
}
|
|
2173
|
+
}],
|
|
2174
|
+
socials: {
|
|
2175
|
+
website: 'https://www.bandprotocol.com/',
|
|
2176
|
+
twitter: 'https://twitter.com/BandProtocol'
|
|
2177
|
+
},
|
|
2178
|
+
traces: [{
|
|
2179
|
+
type: 'ibc',
|
|
2180
|
+
counterparty: {
|
|
2181
|
+
channel_id: 'channel-161',
|
|
2182
|
+
base_denom: 'uband',
|
|
2183
|
+
chain_name: 'bandchain'
|
|
2184
|
+
},
|
|
2185
|
+
chain: {
|
|
2186
|
+
channel_id: 'channel-258'
|
|
2187
|
+
}
|
|
2188
|
+
}]
|
|
2189
|
+
},
|
|
2069
2190
|
{
|
|
2070
2191
|
description: 'The native governance token of Carbon',
|
|
2071
2192
|
denom_units: [{
|
|
@@ -3382,6 +3503,43 @@ const assets = {
|
|
|
3382
3503
|
}
|
|
3383
3504
|
}]
|
|
3384
3505
|
},
|
|
3506
|
+
{
|
|
3507
|
+
description: 'The native token of PRYZM',
|
|
3508
|
+
denom_units: [{
|
|
3509
|
+
denom: 'ibc/1E0EFAC20BCF1D7B409655DC2D44B24F17FFA92A2A55905567D2A50AED22FCA2',
|
|
3510
|
+
exponent: 0,
|
|
3511
|
+
aliases: ['upryzm']
|
|
3512
|
+
}, {
|
|
3513
|
+
denom: 'pryzm',
|
|
3514
|
+
exponent: 6
|
|
3515
|
+
}],
|
|
3516
|
+
base: 'ibc/1E0EFAC20BCF1D7B409655DC2D44B24F17FFA92A2A55905567D2A50AED22FCA2',
|
|
3517
|
+
name: 'Pryzm',
|
|
3518
|
+
display: 'pryzm',
|
|
3519
|
+
symbol: 'PRYZM',
|
|
3520
|
+
logo_URIs: {
|
|
3521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
3522
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
3523
|
+
},
|
|
3524
|
+
images: [{
|
|
3525
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
3526
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg',
|
|
3527
|
+
theme: {
|
|
3528
|
+
primary_color_hex: '#c6ddf5'
|
|
3529
|
+
}
|
|
3530
|
+
}],
|
|
3531
|
+
traces: [{
|
|
3532
|
+
type: 'ibc',
|
|
3533
|
+
counterparty: {
|
|
3534
|
+
channel_id: 'channel-23',
|
|
3535
|
+
base_denom: 'upryzm',
|
|
3536
|
+
chain_name: 'pryzm'
|
|
3537
|
+
},
|
|
3538
|
+
chain: {
|
|
3539
|
+
channel_id: 'channel-257'
|
|
3540
|
+
}
|
|
3541
|
+
}]
|
|
3542
|
+
},
|
|
3385
3543
|
{
|
|
3386
3544
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
3387
3545
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.40",
|
|
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.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.33",
|
|
33
|
+
"chain-registry": "^1.63.40"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.33"
|
|
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": "011caf534e9b49104ec5f8f0a20eb846d5820956"
|
|
47
47
|
}
|