@chain-registry/assets 1.64.80 → 1.64.82
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 +8 -0
- package/esm/mainnet/andromeda.js +176 -0
- package/esm/mainnet/beezee.js +232 -0
- package/esm/mainnet/composable.js +4 -2
- package/esm/mainnet/cosmoshub.js +8 -0
- package/esm/mainnet/injective.js +8 -0
- package/esm/mainnet/migaloo.js +14 -20
- package/esm/mainnet/noble.js +148 -20
- package/esm/mainnet/osmosis.js +98 -24
- package/esm/mainnet/secretnetwork.js +80 -20
- package/mainnet/acrechain.js +8 -0
- package/mainnet/andromeda.js +176 -0
- package/mainnet/beezee.js +232 -0
- package/mainnet/composable.js +4 -2
- package/mainnet/cosmoshub.js +8 -0
- package/mainnet/injective.js +8 -0
- package/mainnet/migaloo.js +14 -20
- package/mainnet/noble.js +148 -20
- package/mainnet/osmosis.js +98 -24
- package/mainnet/secretnetwork.js +80 -20
- package/package.json +5 -5
package/mainnet/secretnetwork.js
CHANGED
|
@@ -1655,6 +1655,10 @@ const assets = {
|
|
|
1655
1655
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1656
1656
|
},
|
|
1657
1657
|
coingecko_id: 'oraichain-token',
|
|
1658
|
+
socials: {
|
|
1659
|
+
website: 'https://orai.io/',
|
|
1660
|
+
twitter: 'https://x.com/oraichain'
|
|
1661
|
+
},
|
|
1658
1662
|
images: [
|
|
1659
1663
|
{
|
|
1660
1664
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -3570,6 +3574,10 @@ const assets = {
|
|
|
3570
3574
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3571
3575
|
},
|
|
3572
3576
|
coingecko_id: 'oraichain-token',
|
|
3577
|
+
socials: {
|
|
3578
|
+
website: 'https://orai.io/',
|
|
3579
|
+
twitter: 'https://x.com/oraichain'
|
|
3580
|
+
},
|
|
3573
3581
|
images: [
|
|
3574
3582
|
{
|
|
3575
3583
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -9368,7 +9376,10 @@ const assets = {
|
|
|
9368
9376
|
base_denom: 'inj'
|
|
9369
9377
|
},
|
|
9370
9378
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
9371
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
9379
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
9380
|
+
theme: {
|
|
9381
|
+
primary_color_hex: '#04a2fc'
|
|
9382
|
+
}
|
|
9372
9383
|
}]
|
|
9373
9384
|
},
|
|
9374
9385
|
{
|
|
@@ -9516,12 +9527,20 @@ const assets = {
|
|
|
9516
9527
|
display: 'usdc',
|
|
9517
9528
|
symbol: 'USDC',
|
|
9518
9529
|
images: [{
|
|
9530
|
+
image_sync: {
|
|
9531
|
+
chain_name: 'noble',
|
|
9532
|
+
base_denom: 'uusdc'
|
|
9533
|
+
},
|
|
9534
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
9519
9535
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
9520
|
-
|
|
9536
|
+
theme: {
|
|
9537
|
+
circle: true,
|
|
9538
|
+
primary_color_hex: '#2775CA'
|
|
9539
|
+
}
|
|
9521
9540
|
}],
|
|
9522
9541
|
logo_URIs: {
|
|
9523
|
-
|
|
9524
|
-
|
|
9542
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
9543
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
9525
9544
|
}
|
|
9526
9545
|
},
|
|
9527
9546
|
{
|
|
@@ -9660,7 +9679,12 @@ const assets = {
|
|
|
9660
9679
|
base_denom: 'sun'
|
|
9661
9680
|
},
|
|
9662
9681
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
9663
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
9682
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
9683
|
+
theme: {
|
|
9684
|
+
circle: true,
|
|
9685
|
+
primary_color_hex: '#FF060A',
|
|
9686
|
+
background_color_hex: '#FF060A'
|
|
9687
|
+
}
|
|
9664
9688
|
}],
|
|
9665
9689
|
logo_URIs: {
|
|
9666
9690
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
@@ -9778,11 +9802,14 @@ const assets = {
|
|
|
9778
9802
|
base_denom: 'wei'
|
|
9779
9803
|
},
|
|
9780
9804
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
9781
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
9805
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9806
|
+
theme: {
|
|
9807
|
+
primary_color_hex: '#303030'
|
|
9808
|
+
}
|
|
9782
9809
|
}],
|
|
9783
9810
|
logo_URIs: {
|
|
9784
|
-
|
|
9785
|
-
|
|
9811
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9812
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
9786
9813
|
},
|
|
9787
9814
|
traces: [{
|
|
9788
9815
|
type: 'ibc-cw20',
|
|
@@ -9819,10 +9846,17 @@ const assets = {
|
|
|
9819
9846
|
chain_name: 'bitcoin',
|
|
9820
9847
|
base_denom: 'sat'
|
|
9821
9848
|
},
|
|
9822
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
9849
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
9850
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
9851
|
+
theme: {
|
|
9852
|
+
primary_color_hex: '#f4941c',
|
|
9853
|
+
background_color_hex: '#f4941c',
|
|
9854
|
+
circle: true
|
|
9855
|
+
}
|
|
9823
9856
|
}],
|
|
9824
9857
|
logo_URIs: {
|
|
9825
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
9858
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
9859
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
9826
9860
|
},
|
|
9827
9861
|
traces: [{
|
|
9828
9862
|
type: 'ibc-cw20',
|
|
@@ -12727,7 +12761,10 @@ const assets = {
|
|
|
12727
12761
|
base_denom: 'inj'
|
|
12728
12762
|
},
|
|
12729
12763
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
12730
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
12764
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
12765
|
+
theme: {
|
|
12766
|
+
primary_color_hex: '#04a2fc'
|
|
12767
|
+
}
|
|
12731
12768
|
}]
|
|
12732
12769
|
},
|
|
12733
12770
|
{
|
|
@@ -12875,12 +12912,20 @@ const assets = {
|
|
|
12875
12912
|
display: 'usdc',
|
|
12876
12913
|
symbol: 'USDC',
|
|
12877
12914
|
images: [{
|
|
12915
|
+
image_sync: {
|
|
12916
|
+
chain_name: 'noble',
|
|
12917
|
+
base_denom: 'uusdc'
|
|
12918
|
+
},
|
|
12919
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
12878
12920
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
12879
|
-
|
|
12921
|
+
theme: {
|
|
12922
|
+
circle: true,
|
|
12923
|
+
primary_color_hex: '#2775CA'
|
|
12924
|
+
}
|
|
12880
12925
|
}],
|
|
12881
12926
|
logo_URIs: {
|
|
12882
|
-
|
|
12883
|
-
|
|
12927
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
12928
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
12884
12929
|
}
|
|
12885
12930
|
},
|
|
12886
12931
|
{
|
|
@@ -13019,7 +13064,12 @@ const assets = {
|
|
|
13019
13064
|
base_denom: 'sun'
|
|
13020
13065
|
},
|
|
13021
13066
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
13022
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
13067
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
13068
|
+
theme: {
|
|
13069
|
+
circle: true,
|
|
13070
|
+
primary_color_hex: '#FF060A',
|
|
13071
|
+
background_color_hex: '#FF060A'
|
|
13072
|
+
}
|
|
13023
13073
|
}],
|
|
13024
13074
|
logo_URIs: {
|
|
13025
13075
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
@@ -13137,11 +13187,14 @@ const assets = {
|
|
|
13137
13187
|
base_denom: 'wei'
|
|
13138
13188
|
},
|
|
13139
13189
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
13140
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
13190
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13191
|
+
theme: {
|
|
13192
|
+
primary_color_hex: '#303030'
|
|
13193
|
+
}
|
|
13141
13194
|
}],
|
|
13142
13195
|
logo_URIs: {
|
|
13143
|
-
|
|
13144
|
-
|
|
13196
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13197
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
13145
13198
|
},
|
|
13146
13199
|
traces: [{
|
|
13147
13200
|
type: 'ibc-cw20',
|
|
@@ -13178,10 +13231,17 @@ const assets = {
|
|
|
13178
13231
|
chain_name: 'bitcoin',
|
|
13179
13232
|
base_denom: 'sat'
|
|
13180
13233
|
},
|
|
13181
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
13234
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
13235
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
13236
|
+
theme: {
|
|
13237
|
+
primary_color_hex: '#f4941c',
|
|
13238
|
+
background_color_hex: '#f4941c',
|
|
13239
|
+
circle: true
|
|
13240
|
+
}
|
|
13182
13241
|
}],
|
|
13183
13242
|
logo_URIs: {
|
|
13184
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
13243
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
13244
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
13185
13245
|
},
|
|
13186
13246
|
traces: [{
|
|
13187
13247
|
type: 'ibc-cw20',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.82",
|
|
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.65",
|
|
33
|
+
"chain-registry": "^1.63.82"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.65"
|
|
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": "c81a28d5963c678dd8f0f02a146d2fc99e455c4b"
|
|
47
47
|
}
|