@chain-registry/assets 1.64.79 → 1.64.81
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/agoric.js +6 -2
- package/esm/mainnet/akash.js +6 -2
- package/esm/mainnet/axelar.js +20 -88
- package/esm/mainnet/beezee.js +232 -0
- package/esm/mainnet/chihuahua.js +6 -2
- package/esm/mainnet/comdex.js +6 -2
- package/esm/mainnet/composable.js +4 -2
- package/esm/mainnet/cosmoshub.js +6 -2
- package/esm/mainnet/crescent.js +6 -2
- package/esm/mainnet/cryptoorgchain.js +6 -2
- package/esm/mainnet/dydx.js +6 -2
- package/esm/mainnet/gravitybridge.js +6 -2
- package/esm/mainnet/injective.js +6 -2
- package/esm/mainnet/irisnet.js +6 -2
- package/esm/mainnet/juno.js +6 -2
- package/esm/mainnet/kava.js +6 -2
- package/esm/mainnet/kujira.js +6 -2
- package/esm/mainnet/neutron.js +6 -2
- package/esm/mainnet/noble.js +174 -110
- package/esm/mainnet/osmosis.js +30 -94
- package/esm/mainnet/quicksilver.js +6 -2
- package/esm/mainnet/regen.js +6 -2
- package/esm/mainnet/secretnetwork.js +78 -22
- package/esm/mainnet/sentinel.js +6 -2
- package/esm/mainnet/sifchain.js +6 -2
- package/esm/mainnet/stargaze.js +6 -2
- package/esm/mainnet/starname.js +6 -2
- package/esm/mainnet/stride.js +6 -2
- package/esm/mainnet/umee.js +6 -2
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/nobletestnet.js +64 -0
- package/esm/testnet/seitestnet2.js +178 -0
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +6 -2
- package/mainnet/akash.js +6 -2
- package/mainnet/axelar.js +20 -88
- package/mainnet/beezee.js +232 -0
- package/mainnet/chihuahua.js +6 -2
- package/mainnet/comdex.js +6 -2
- package/mainnet/composable.js +4 -2
- package/mainnet/cosmoshub.js +6 -2
- package/mainnet/crescent.js +6 -2
- package/mainnet/cryptoorgchain.js +6 -2
- package/mainnet/dydx.js +6 -2
- package/mainnet/gravitybridge.js +6 -2
- package/mainnet/injective.js +6 -2
- package/mainnet/irisnet.js +6 -2
- package/mainnet/juno.js +6 -2
- package/mainnet/kava.js +6 -2
- package/mainnet/kujira.js +6 -2
- package/mainnet/neutron.js +6 -2
- package/mainnet/noble.js +174 -110
- package/mainnet/osmosis.js +30 -94
- package/mainnet/quicksilver.js +6 -2
- package/mainnet/regen.js +6 -2
- package/mainnet/secretnetwork.js +78 -22
- package/mainnet/sentinel.js +6 -2
- package/mainnet/sifchain.js +6 -2
- package/mainnet/stargaze.js +6 -2
- package/mainnet/starname.js +6 -2
- package/mainnet/stride.js +6 -2
- package/mainnet/umee.js +6 -2
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/nobletestnet.js +64 -0
- package/testnet/seitestnet2.d.ts +3 -0
- package/testnet/seitestnet2.js +180 -0
package/esm/mainnet/irisnet.js
CHANGED
|
@@ -1200,7 +1200,9 @@ const assets = {
|
|
|
1200
1200
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1201
1201
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1202
1202
|
theme: {
|
|
1203
|
-
|
|
1203
|
+
circle: true,
|
|
1204
|
+
primary_color_hex: '#E59636',
|
|
1205
|
+
background_color_hex: '#000000'
|
|
1204
1206
|
}
|
|
1205
1207
|
}],
|
|
1206
1208
|
socials: {
|
|
@@ -1602,7 +1604,9 @@ const assets = {
|
|
|
1602
1604
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1603
1605
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1604
1606
|
theme: {
|
|
1605
|
-
|
|
1607
|
+
circle: true,
|
|
1608
|
+
primary_color_hex: '#E59636',
|
|
1609
|
+
background_color_hex: '#000000'
|
|
1606
1610
|
}
|
|
1607
1611
|
}],
|
|
1608
1612
|
socials: {
|
package/esm/mainnet/juno.js
CHANGED
|
@@ -2200,7 +2200,9 @@ const assets = {
|
|
|
2200
2200
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2201
2201
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2202
2202
|
theme: {
|
|
2203
|
-
|
|
2203
|
+
circle: true,
|
|
2204
|
+
primary_color_hex: '#E59636',
|
|
2205
|
+
background_color_hex: '#000000'
|
|
2204
2206
|
}
|
|
2205
2207
|
}],
|
|
2206
2208
|
socials: {
|
|
@@ -4061,7 +4063,9 @@ const assets = {
|
|
|
4061
4063
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
4062
4064
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
4063
4065
|
theme: {
|
|
4064
|
-
|
|
4066
|
+
circle: true,
|
|
4067
|
+
primary_color_hex: '#E59636',
|
|
4068
|
+
background_color_hex: '#000000'
|
|
4065
4069
|
}
|
|
4066
4070
|
}],
|
|
4067
4071
|
socials: {
|
package/esm/mainnet/kava.js
CHANGED
|
@@ -2038,7 +2038,9 @@ const assets = {
|
|
|
2038
2038
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2039
2039
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2040
2040
|
theme: {
|
|
2041
|
-
|
|
2041
|
+
circle: true,
|
|
2042
|
+
primary_color_hex: '#E59636',
|
|
2043
|
+
background_color_hex: '#000000'
|
|
2042
2044
|
}
|
|
2043
2045
|
}],
|
|
2044
2046
|
socials: {
|
|
@@ -2705,7 +2707,9 @@ const assets = {
|
|
|
2705
2707
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2706
2708
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2707
2709
|
theme: {
|
|
2708
|
-
|
|
2710
|
+
circle: true,
|
|
2711
|
+
primary_color_hex: '#E59636',
|
|
2712
|
+
background_color_hex: '#000000'
|
|
2709
2713
|
}
|
|
2710
2714
|
}],
|
|
2711
2715
|
socials: {
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -4119,7 +4119,9 @@ const assets = {
|
|
|
4119
4119
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
4120
4120
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
4121
4121
|
theme: {
|
|
4122
|
-
|
|
4122
|
+
circle: true,
|
|
4123
|
+
primary_color_hex: '#E59636',
|
|
4124
|
+
background_color_hex: '#000000'
|
|
4123
4125
|
}
|
|
4124
4126
|
}],
|
|
4125
4127
|
socials: {
|
|
@@ -5281,7 +5283,9 @@ const assets = {
|
|
|
5281
5283
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
5282
5284
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
5283
5285
|
theme: {
|
|
5284
|
-
|
|
5286
|
+
circle: true,
|
|
5287
|
+
primary_color_hex: '#E59636',
|
|
5288
|
+
background_color_hex: '#000000'
|
|
5285
5289
|
}
|
|
5286
5290
|
}],
|
|
5287
5291
|
socials: {
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -2105,7 +2105,9 @@ const assets = {
|
|
|
2105
2105
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2106
2106
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2107
2107
|
theme: {
|
|
2108
|
-
|
|
2108
|
+
circle: true,
|
|
2109
|
+
primary_color_hex: '#E59636',
|
|
2110
|
+
background_color_hex: '#000000'
|
|
2109
2111
|
}
|
|
2110
2112
|
}],
|
|
2111
2113
|
socials: {
|
|
@@ -5253,7 +5255,9 @@ const assets = {
|
|
|
5253
5255
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
5254
5256
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
5255
5257
|
theme: {
|
|
5256
|
-
|
|
5258
|
+
circle: true,
|
|
5259
|
+
primary_color_hex: '#E59636',
|
|
5260
|
+
background_color_hex: '#000000'
|
|
5257
5261
|
}
|
|
5258
5262
|
}],
|
|
5259
5263
|
socials: {
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -168,6 +168,44 @@ const assets = {
|
|
|
168
168
|
}
|
|
169
169
|
}]
|
|
170
170
|
},
|
|
171
|
+
{
|
|
172
|
+
description: 'BeeZee native blockchain',
|
|
173
|
+
denom_units: [{
|
|
174
|
+
denom: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
|
|
175
|
+
exponent: 0,
|
|
176
|
+
aliases: ['ubze']
|
|
177
|
+
}, {
|
|
178
|
+
denom: 'bze',
|
|
179
|
+
exponent: 6
|
|
180
|
+
}],
|
|
181
|
+
base: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
|
|
182
|
+
name: 'BeeZee',
|
|
183
|
+
display: 'bze',
|
|
184
|
+
symbol: 'BZE',
|
|
185
|
+
logo_URIs: {
|
|
186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
|
|
188
|
+
},
|
|
189
|
+
coingecko_id: 'bzedge',
|
|
190
|
+
images: [{
|
|
191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
192
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
|
|
193
|
+
theme: {
|
|
194
|
+
primary_color_hex: '#079fd7'
|
|
195
|
+
}
|
|
196
|
+
}],
|
|
197
|
+
traces: [{
|
|
198
|
+
type: 'ibc',
|
|
199
|
+
counterparty: {
|
|
200
|
+
channel_id: 'channel-3',
|
|
201
|
+
base_denom: 'ubze',
|
|
202
|
+
chain_name: 'beezee'
|
|
203
|
+
},
|
|
204
|
+
chain: {
|
|
205
|
+
channel_id: 'channel-95'
|
|
206
|
+
}
|
|
207
|
+
}]
|
|
208
|
+
},
|
|
171
209
|
{
|
|
172
210
|
description: 'The native token of Coreum',
|
|
173
211
|
denom_units: [{
|
|
@@ -1569,14 +1607,21 @@ const assets = {
|
|
|
1569
1607
|
website: 'https://nibiru.fi',
|
|
1570
1608
|
twitter: 'https://twitter.com/nibiruchain'
|
|
1571
1609
|
},
|
|
1572
|
-
denom_units: [
|
|
1610
|
+
denom_units: [
|
|
1611
|
+
{
|
|
1573
1612
|
denom: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
|
|
1574
1613
|
exponent: 0,
|
|
1575
1614
|
aliases: ['unibi']
|
|
1576
|
-
},
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1577
1617
|
denom: 'nibi',
|
|
1578
1618
|
exponent: 6
|
|
1579
|
-
}
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
denom: 'attonibi',
|
|
1622
|
+
exponent: 18
|
|
1623
|
+
}
|
|
1624
|
+
],
|
|
1580
1625
|
base: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
|
|
1581
1626
|
name: 'Nibiru',
|
|
1582
1627
|
display: 'nibi',
|
|
@@ -1674,47 +1719,6 @@ const assets = {
|
|
|
1674
1719
|
}
|
|
1675
1720
|
}]
|
|
1676
1721
|
},
|
|
1677
|
-
{
|
|
1678
|
-
description: 'Ether is the native fee token of the Ethereum network.',
|
|
1679
|
-
denom_units: [
|
|
1680
|
-
{
|
|
1681
|
-
denom: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
|
|
1682
|
-
exponent: 0,
|
|
1683
|
-
aliases: ['wei']
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
denom: 'gwei',
|
|
1687
|
-
exponent: 9
|
|
1688
|
-
},
|
|
1689
|
-
{
|
|
1690
|
-
denom: 'eth',
|
|
1691
|
-
exponent: 18,
|
|
1692
|
-
aliases: ['ether']
|
|
1693
|
-
}
|
|
1694
|
-
],
|
|
1695
|
-
base: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
|
|
1696
|
-
name: 'Ether',
|
|
1697
|
-
display: 'eth',
|
|
1698
|
-
symbol: 'ETH',
|
|
1699
|
-
logo_URIs: {
|
|
1700
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
1701
|
-
},
|
|
1702
|
-
coingecko_id: 'ethereum',
|
|
1703
|
-
images: [{
|
|
1704
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
1705
|
-
}],
|
|
1706
|
-
traces: [{
|
|
1707
|
-
type: 'ibc',
|
|
1708
|
-
counterparty: {
|
|
1709
|
-
channel_id: 'channel-2',
|
|
1710
|
-
base_denom: 'wei',
|
|
1711
|
-
chain_name: 'nibiru'
|
|
1712
|
-
},
|
|
1713
|
-
chain: {
|
|
1714
|
-
channel_id: 'channel-67'
|
|
1715
|
-
}
|
|
1716
|
-
}]
|
|
1717
|
-
},
|
|
1718
1722
|
{
|
|
1719
1723
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
1720
1724
|
denom_units: [{
|
|
@@ -1882,6 +1886,44 @@ const assets = {
|
|
|
1882
1886
|
}
|
|
1883
1887
|
}]
|
|
1884
1888
|
},
|
|
1889
|
+
{
|
|
1890
|
+
description: 'BeeZee native blockchain',
|
|
1891
|
+
denom_units: [{
|
|
1892
|
+
denom: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
|
|
1893
|
+
exponent: 0,
|
|
1894
|
+
aliases: ['ubze']
|
|
1895
|
+
}, {
|
|
1896
|
+
denom: 'bze',
|
|
1897
|
+
exponent: 6
|
|
1898
|
+
}],
|
|
1899
|
+
base: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
|
|
1900
|
+
name: 'BeeZee',
|
|
1901
|
+
display: 'bze',
|
|
1902
|
+
symbol: 'BZE',
|
|
1903
|
+
logo_URIs: {
|
|
1904
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
1905
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
|
|
1906
|
+
},
|
|
1907
|
+
coingecko_id: 'bzedge',
|
|
1908
|
+
images: [{
|
|
1909
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
1910
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
|
|
1911
|
+
theme: {
|
|
1912
|
+
primary_color_hex: '#079fd7'
|
|
1913
|
+
}
|
|
1914
|
+
}],
|
|
1915
|
+
traces: [{
|
|
1916
|
+
type: 'ibc',
|
|
1917
|
+
counterparty: {
|
|
1918
|
+
channel_id: 'channel-3',
|
|
1919
|
+
base_denom: 'ubze',
|
|
1920
|
+
chain_name: 'beezee'
|
|
1921
|
+
},
|
|
1922
|
+
chain: {
|
|
1923
|
+
channel_id: 'channel-95'
|
|
1924
|
+
}
|
|
1925
|
+
}]
|
|
1926
|
+
},
|
|
1885
1927
|
{
|
|
1886
1928
|
description: 'The native token of Coreum',
|
|
1887
1929
|
denom_units: [{
|
|
@@ -3283,14 +3325,21 @@ const assets = {
|
|
|
3283
3325
|
website: 'https://nibiru.fi',
|
|
3284
3326
|
twitter: 'https://twitter.com/nibiruchain'
|
|
3285
3327
|
},
|
|
3286
|
-
denom_units: [
|
|
3328
|
+
denom_units: [
|
|
3329
|
+
{
|
|
3287
3330
|
denom: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
|
|
3288
3331
|
exponent: 0,
|
|
3289
3332
|
aliases: ['unibi']
|
|
3290
|
-
},
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3291
3335
|
denom: 'nibi',
|
|
3292
3336
|
exponent: 6
|
|
3293
|
-
}
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
denom: 'attonibi',
|
|
3340
|
+
exponent: 18
|
|
3341
|
+
}
|
|
3342
|
+
],
|
|
3294
3343
|
base: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
|
|
3295
3344
|
name: 'Nibiru',
|
|
3296
3345
|
display: 'nibi',
|
|
@@ -3388,47 +3437,6 @@ const assets = {
|
|
|
3388
3437
|
}
|
|
3389
3438
|
}]
|
|
3390
3439
|
},
|
|
3391
|
-
{
|
|
3392
|
-
description: 'Ether is the native fee token of the Ethereum network.',
|
|
3393
|
-
denom_units: [
|
|
3394
|
-
{
|
|
3395
|
-
denom: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
|
|
3396
|
-
exponent: 0,
|
|
3397
|
-
aliases: ['wei']
|
|
3398
|
-
},
|
|
3399
|
-
{
|
|
3400
|
-
denom: 'gwei',
|
|
3401
|
-
exponent: 9
|
|
3402
|
-
},
|
|
3403
|
-
{
|
|
3404
|
-
denom: 'eth',
|
|
3405
|
-
exponent: 18,
|
|
3406
|
-
aliases: ['ether']
|
|
3407
|
-
}
|
|
3408
|
-
],
|
|
3409
|
-
base: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
|
|
3410
|
-
name: 'Ether',
|
|
3411
|
-
display: 'eth',
|
|
3412
|
-
symbol: 'ETH',
|
|
3413
|
-
logo_URIs: {
|
|
3414
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
3415
|
-
},
|
|
3416
|
-
coingecko_id: 'ethereum',
|
|
3417
|
-
images: [{
|
|
3418
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
3419
|
-
}],
|
|
3420
|
-
traces: [{
|
|
3421
|
-
type: 'ibc',
|
|
3422
|
-
counterparty: {
|
|
3423
|
-
channel_id: 'channel-2',
|
|
3424
|
-
base_denom: 'wei',
|
|
3425
|
-
chain_name: 'nibiru'
|
|
3426
|
-
},
|
|
3427
|
-
chain: {
|
|
3428
|
-
channel_id: 'channel-67'
|
|
3429
|
-
}
|
|
3430
|
-
}]
|
|
3431
|
-
},
|
|
3432
3440
|
{
|
|
3433
3441
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
3434
3442
|
denom_units: [{
|
|
@@ -3617,7 +3625,9 @@ const assets = {
|
|
|
3617
3625
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
3618
3626
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
3619
3627
|
theme: {
|
|
3620
|
-
|
|
3628
|
+
circle: true,
|
|
3629
|
+
primary_color_hex: '#E59636',
|
|
3630
|
+
background_color_hex: '#000000'
|
|
3621
3631
|
}
|
|
3622
3632
|
}],
|
|
3623
3633
|
socials: {
|
|
@@ -6829,7 +6839,9 @@ const assets = {
|
|
|
6829
6839
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
6830
6840
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
6831
6841
|
theme: {
|
|
6832
|
-
|
|
6842
|
+
circle: true,
|
|
6843
|
+
primary_color_hex: '#E59636',
|
|
6844
|
+
background_color_hex: '#000000'
|
|
6833
6845
|
}
|
|
6834
6846
|
}],
|
|
6835
6847
|
socials: {
|
|
@@ -9892,7 +9904,10 @@ const assets = {
|
|
|
9892
9904
|
base_denom: 'inj'
|
|
9893
9905
|
},
|
|
9894
9906
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
9895
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
9907
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
9908
|
+
theme: {
|
|
9909
|
+
primary_color_hex: '#04a2fc'
|
|
9910
|
+
}
|
|
9896
9911
|
}]
|
|
9897
9912
|
},
|
|
9898
9913
|
{
|
|
@@ -10040,12 +10055,20 @@ const assets = {
|
|
|
10040
10055
|
display: 'usdc',
|
|
10041
10056
|
symbol: 'USDC',
|
|
10042
10057
|
images: [{
|
|
10058
|
+
image_sync: {
|
|
10059
|
+
chain_name: 'noble',
|
|
10060
|
+
base_denom: 'uusdc'
|
|
10061
|
+
},
|
|
10062
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
10043
10063
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
10044
|
-
|
|
10064
|
+
theme: {
|
|
10065
|
+
circle: true,
|
|
10066
|
+
primary_color_hex: '#2775CA'
|
|
10067
|
+
}
|
|
10045
10068
|
}],
|
|
10046
10069
|
logo_URIs: {
|
|
10047
|
-
|
|
10048
|
-
|
|
10070
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
10071
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10049
10072
|
}
|
|
10050
10073
|
},
|
|
10051
10074
|
{
|
|
@@ -10184,7 +10207,12 @@ const assets = {
|
|
|
10184
10207
|
base_denom: 'sun'
|
|
10185
10208
|
},
|
|
10186
10209
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
10187
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
10210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
10211
|
+
theme: {
|
|
10212
|
+
circle: true,
|
|
10213
|
+
primary_color_hex: '#FF060A',
|
|
10214
|
+
background_color_hex: '#FF060A'
|
|
10215
|
+
}
|
|
10188
10216
|
}],
|
|
10189
10217
|
logo_URIs: {
|
|
10190
10218
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
@@ -10302,11 +10330,14 @@ const assets = {
|
|
|
10302
10330
|
base_denom: 'wei'
|
|
10303
10331
|
},
|
|
10304
10332
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
10305
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
10333
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
10334
|
+
theme: {
|
|
10335
|
+
primary_color_hex: '#303030'
|
|
10336
|
+
}
|
|
10306
10337
|
}],
|
|
10307
10338
|
logo_URIs: {
|
|
10308
|
-
|
|
10309
|
-
|
|
10339
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
10340
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
10310
10341
|
},
|
|
10311
10342
|
traces: [{
|
|
10312
10343
|
type: 'ibc-cw20',
|
|
@@ -10343,10 +10374,17 @@ const assets = {
|
|
|
10343
10374
|
chain_name: 'bitcoin',
|
|
10344
10375
|
base_denom: 'sat'
|
|
10345
10376
|
},
|
|
10346
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
10377
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
10378
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
10379
|
+
theme: {
|
|
10380
|
+
primary_color_hex: '#f4941c',
|
|
10381
|
+
background_color_hex: '#f4941c',
|
|
10382
|
+
circle: true
|
|
10383
|
+
}
|
|
10347
10384
|
}],
|
|
10348
10385
|
logo_URIs: {
|
|
10349
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
10386
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
10387
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
10350
10388
|
},
|
|
10351
10389
|
traces: [{
|
|
10352
10390
|
type: 'ibc-cw20',
|
|
@@ -10439,7 +10477,10 @@ const assets = {
|
|
|
10439
10477
|
base_denom: 'inj'
|
|
10440
10478
|
},
|
|
10441
10479
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
10442
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
10480
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
10481
|
+
theme: {
|
|
10482
|
+
primary_color_hex: '#04a2fc'
|
|
10483
|
+
}
|
|
10443
10484
|
}]
|
|
10444
10485
|
},
|
|
10445
10486
|
{
|
|
@@ -10587,12 +10628,20 @@ const assets = {
|
|
|
10587
10628
|
display: 'usdc',
|
|
10588
10629
|
symbol: 'USDC',
|
|
10589
10630
|
images: [{
|
|
10631
|
+
image_sync: {
|
|
10632
|
+
chain_name: 'noble',
|
|
10633
|
+
base_denom: 'uusdc'
|
|
10634
|
+
},
|
|
10635
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
10590
10636
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
10591
|
-
|
|
10637
|
+
theme: {
|
|
10638
|
+
circle: true,
|
|
10639
|
+
primary_color_hex: '#2775CA'
|
|
10640
|
+
}
|
|
10592
10641
|
}],
|
|
10593
10642
|
logo_URIs: {
|
|
10594
|
-
|
|
10595
|
-
|
|
10643
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
10644
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
10596
10645
|
}
|
|
10597
10646
|
},
|
|
10598
10647
|
{
|
|
@@ -10731,7 +10780,12 @@ const assets = {
|
|
|
10731
10780
|
base_denom: 'sun'
|
|
10732
10781
|
},
|
|
10733
10782
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
10734
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
10783
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
10784
|
+
theme: {
|
|
10785
|
+
circle: true,
|
|
10786
|
+
primary_color_hex: '#FF060A',
|
|
10787
|
+
background_color_hex: '#FF060A'
|
|
10788
|
+
}
|
|
10735
10789
|
}],
|
|
10736
10790
|
logo_URIs: {
|
|
10737
10791
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
@@ -10849,11 +10903,14 @@ const assets = {
|
|
|
10849
10903
|
base_denom: 'wei'
|
|
10850
10904
|
},
|
|
10851
10905
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
10852
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
10906
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
10907
|
+
theme: {
|
|
10908
|
+
primary_color_hex: '#303030'
|
|
10909
|
+
}
|
|
10853
10910
|
}],
|
|
10854
10911
|
logo_URIs: {
|
|
10855
|
-
|
|
10856
|
-
|
|
10912
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
10913
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
10857
10914
|
},
|
|
10858
10915
|
traces: [{
|
|
10859
10916
|
type: 'ibc-cw20',
|
|
@@ -10890,10 +10947,17 @@ const assets = {
|
|
|
10890
10947
|
chain_name: 'bitcoin',
|
|
10891
10948
|
base_denom: 'sat'
|
|
10892
10949
|
},
|
|
10893
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
10950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
10951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
10952
|
+
theme: {
|
|
10953
|
+
primary_color_hex: '#f4941c',
|
|
10954
|
+
background_color_hex: '#f4941c',
|
|
10955
|
+
circle: true
|
|
10956
|
+
}
|
|
10894
10957
|
}],
|
|
10895
10958
|
logo_URIs: {
|
|
10896
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
10959
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
10960
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
10897
10961
|
},
|
|
10898
10962
|
traces: [{
|
|
10899
10963
|
type: 'ibc-cw20',
|