@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/mainnet/secretnetwork.js
CHANGED
|
@@ -1806,7 +1806,9 @@ const assets = {
|
|
|
1806
1806
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1807
1807
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1808
1808
|
theme: {
|
|
1809
|
-
|
|
1809
|
+
circle: true,
|
|
1810
|
+
primary_color_hex: '#E59636',
|
|
1811
|
+
background_color_hex: '#000000'
|
|
1810
1812
|
}
|
|
1811
1813
|
}],
|
|
1812
1814
|
socials: {
|
|
@@ -3719,7 +3721,9 @@ const assets = {
|
|
|
3719
3721
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
3720
3722
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
3721
3723
|
theme: {
|
|
3722
|
-
|
|
3724
|
+
circle: true,
|
|
3725
|
+
primary_color_hex: '#E59636',
|
|
3726
|
+
background_color_hex: '#000000'
|
|
3723
3727
|
}
|
|
3724
3728
|
}],
|
|
3725
3729
|
socials: {
|
|
@@ -9364,7 +9368,10 @@ const assets = {
|
|
|
9364
9368
|
base_denom: 'inj'
|
|
9365
9369
|
},
|
|
9366
9370
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
9367
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
9371
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
9372
|
+
theme: {
|
|
9373
|
+
primary_color_hex: '#04a2fc'
|
|
9374
|
+
}
|
|
9368
9375
|
}]
|
|
9369
9376
|
},
|
|
9370
9377
|
{
|
|
@@ -9512,12 +9519,20 @@ const assets = {
|
|
|
9512
9519
|
display: 'usdc',
|
|
9513
9520
|
symbol: 'USDC',
|
|
9514
9521
|
images: [{
|
|
9522
|
+
image_sync: {
|
|
9523
|
+
chain_name: 'noble',
|
|
9524
|
+
base_denom: 'uusdc'
|
|
9525
|
+
},
|
|
9526
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
9515
9527
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
9516
|
-
|
|
9528
|
+
theme: {
|
|
9529
|
+
circle: true,
|
|
9530
|
+
primary_color_hex: '#2775CA'
|
|
9531
|
+
}
|
|
9517
9532
|
}],
|
|
9518
9533
|
logo_URIs: {
|
|
9519
|
-
|
|
9520
|
-
|
|
9534
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
9535
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
9521
9536
|
}
|
|
9522
9537
|
},
|
|
9523
9538
|
{
|
|
@@ -9656,7 +9671,12 @@ const assets = {
|
|
|
9656
9671
|
base_denom: 'sun'
|
|
9657
9672
|
},
|
|
9658
9673
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
9659
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
9674
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
9675
|
+
theme: {
|
|
9676
|
+
circle: true,
|
|
9677
|
+
primary_color_hex: '#FF060A',
|
|
9678
|
+
background_color_hex: '#FF060A'
|
|
9679
|
+
}
|
|
9660
9680
|
}],
|
|
9661
9681
|
logo_URIs: {
|
|
9662
9682
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
@@ -9774,11 +9794,14 @@ const assets = {
|
|
|
9774
9794
|
base_denom: 'wei'
|
|
9775
9795
|
},
|
|
9776
9796
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
9777
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
9797
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9798
|
+
theme: {
|
|
9799
|
+
primary_color_hex: '#303030'
|
|
9800
|
+
}
|
|
9778
9801
|
}],
|
|
9779
9802
|
logo_URIs: {
|
|
9780
|
-
|
|
9781
|
-
|
|
9803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9804
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
9782
9805
|
},
|
|
9783
9806
|
traces: [{
|
|
9784
9807
|
type: 'ibc-cw20',
|
|
@@ -9815,10 +9838,17 @@ const assets = {
|
|
|
9815
9838
|
chain_name: 'bitcoin',
|
|
9816
9839
|
base_denom: 'sat'
|
|
9817
9840
|
},
|
|
9818
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
9841
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
9842
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
9843
|
+
theme: {
|
|
9844
|
+
primary_color_hex: '#f4941c',
|
|
9845
|
+
background_color_hex: '#f4941c',
|
|
9846
|
+
circle: true
|
|
9847
|
+
}
|
|
9819
9848
|
}],
|
|
9820
9849
|
logo_URIs: {
|
|
9821
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
9850
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
9851
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
9822
9852
|
},
|
|
9823
9853
|
traces: [{
|
|
9824
9854
|
type: 'ibc-cw20',
|
|
@@ -12723,7 +12753,10 @@ const assets = {
|
|
|
12723
12753
|
base_denom: 'inj'
|
|
12724
12754
|
},
|
|
12725
12755
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
12726
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
12756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
|
|
12757
|
+
theme: {
|
|
12758
|
+
primary_color_hex: '#04a2fc'
|
|
12759
|
+
}
|
|
12727
12760
|
}]
|
|
12728
12761
|
},
|
|
12729
12762
|
{
|
|
@@ -12871,12 +12904,20 @@ const assets = {
|
|
|
12871
12904
|
display: 'usdc',
|
|
12872
12905
|
symbol: 'USDC',
|
|
12873
12906
|
images: [{
|
|
12907
|
+
image_sync: {
|
|
12908
|
+
chain_name: 'noble',
|
|
12909
|
+
base_denom: 'uusdc'
|
|
12910
|
+
},
|
|
12911
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
12874
12912
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
12875
|
-
|
|
12913
|
+
theme: {
|
|
12914
|
+
circle: true,
|
|
12915
|
+
primary_color_hex: '#2775CA'
|
|
12916
|
+
}
|
|
12876
12917
|
}],
|
|
12877
12918
|
logo_URIs: {
|
|
12878
|
-
|
|
12879
|
-
|
|
12919
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
12920
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
12880
12921
|
}
|
|
12881
12922
|
},
|
|
12882
12923
|
{
|
|
@@ -13015,7 +13056,12 @@ const assets = {
|
|
|
13015
13056
|
base_denom: 'sun'
|
|
13016
13057
|
},
|
|
13017
13058
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
13018
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
13059
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
13060
|
+
theme: {
|
|
13061
|
+
circle: true,
|
|
13062
|
+
primary_color_hex: '#FF060A',
|
|
13063
|
+
background_color_hex: '#FF060A'
|
|
13064
|
+
}
|
|
13019
13065
|
}],
|
|
13020
13066
|
logo_URIs: {
|
|
13021
13067
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
@@ -13133,11 +13179,14 @@ const assets = {
|
|
|
13133
13179
|
base_denom: 'wei'
|
|
13134
13180
|
},
|
|
13135
13181
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
13136
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
13182
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13183
|
+
theme: {
|
|
13184
|
+
primary_color_hex: '#303030'
|
|
13185
|
+
}
|
|
13137
13186
|
}],
|
|
13138
13187
|
logo_URIs: {
|
|
13139
|
-
|
|
13140
|
-
|
|
13188
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13189
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
13141
13190
|
},
|
|
13142
13191
|
traces: [{
|
|
13143
13192
|
type: 'ibc-cw20',
|
|
@@ -13174,10 +13223,17 @@ const assets = {
|
|
|
13174
13223
|
chain_name: 'bitcoin',
|
|
13175
13224
|
base_denom: 'sat'
|
|
13176
13225
|
},
|
|
13177
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
13226
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
13227
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
13228
|
+
theme: {
|
|
13229
|
+
primary_color_hex: '#f4941c',
|
|
13230
|
+
background_color_hex: '#f4941c',
|
|
13231
|
+
circle: true
|
|
13232
|
+
}
|
|
13178
13233
|
}],
|
|
13179
13234
|
logo_URIs: {
|
|
13180
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
|
|
13235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
13236
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
13181
13237
|
},
|
|
13182
13238
|
traces: [{
|
|
13183
13239
|
type: 'ibc-cw20',
|
package/mainnet/sentinel.js
CHANGED
|
@@ -354,7 +354,9 @@ const assets = {
|
|
|
354
354
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
355
355
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
356
356
|
theme: {
|
|
357
|
-
|
|
357
|
+
circle: true,
|
|
358
|
+
primary_color_hex: '#E59636',
|
|
359
|
+
background_color_hex: '#000000'
|
|
358
360
|
}
|
|
359
361
|
}],
|
|
360
362
|
socials: {
|
|
@@ -846,7 +848,9 @@ const assets = {
|
|
|
846
848
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
847
849
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
848
850
|
theme: {
|
|
849
|
-
|
|
851
|
+
circle: true,
|
|
852
|
+
primary_color_hex: '#E59636',
|
|
853
|
+
background_color_hex: '#000000'
|
|
850
854
|
}
|
|
851
855
|
}],
|
|
852
856
|
socials: {
|
package/mainnet/sifchain.js
CHANGED
|
@@ -358,7 +358,9 @@ const assets = {
|
|
|
358
358
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
359
359
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
360
360
|
theme: {
|
|
361
|
-
|
|
361
|
+
circle: true,
|
|
362
|
+
primary_color_hex: '#E59636',
|
|
363
|
+
background_color_hex: '#000000'
|
|
362
364
|
}
|
|
363
365
|
}],
|
|
364
366
|
socials: {
|
|
@@ -896,7 +898,9 @@ const assets = {
|
|
|
896
898
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
897
899
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
898
900
|
theme: {
|
|
899
|
-
|
|
901
|
+
circle: true,
|
|
902
|
+
primary_color_hex: '#E59636',
|
|
903
|
+
background_color_hex: '#000000'
|
|
900
904
|
}
|
|
901
905
|
}],
|
|
902
906
|
socials: {
|
package/mainnet/stargaze.js
CHANGED
|
@@ -1196,7 +1196,9 @@ const assets = {
|
|
|
1196
1196
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1197
1197
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1198
1198
|
theme: {
|
|
1199
|
-
|
|
1199
|
+
circle: true,
|
|
1200
|
+
primary_color_hex: '#E59636',
|
|
1201
|
+
background_color_hex: '#000000'
|
|
1200
1202
|
}
|
|
1201
1203
|
}],
|
|
1202
1204
|
socials: {
|
|
@@ -2491,7 +2493,9 @@ const assets = {
|
|
|
2491
2493
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2492
2494
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2493
2495
|
theme: {
|
|
2494
|
-
|
|
2496
|
+
circle: true,
|
|
2497
|
+
primary_color_hex: '#E59636',
|
|
2498
|
+
background_color_hex: '#000000'
|
|
2495
2499
|
}
|
|
2496
2500
|
}],
|
|
2497
2501
|
socials: {
|
package/mainnet/starname.js
CHANGED
|
@@ -278,7 +278,9 @@ const assets = {
|
|
|
278
278
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
279
279
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
280
280
|
theme: {
|
|
281
|
-
|
|
281
|
+
circle: true,
|
|
282
|
+
primary_color_hex: '#E59636',
|
|
283
|
+
background_color_hex: '#000000'
|
|
282
284
|
}
|
|
283
285
|
}],
|
|
284
286
|
socials: {
|
|
@@ -694,7 +696,9 @@ const assets = {
|
|
|
694
696
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
695
697
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
696
698
|
theme: {
|
|
697
|
-
|
|
699
|
+
circle: true,
|
|
700
|
+
primary_color_hex: '#E59636',
|
|
701
|
+
background_color_hex: '#000000'
|
|
698
702
|
}
|
|
699
703
|
}],
|
|
700
704
|
socials: {
|
package/mainnet/stride.js
CHANGED
|
@@ -1625,7 +1625,9 @@ const assets = {
|
|
|
1625
1625
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1626
1626
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1627
1627
|
theme: {
|
|
1628
|
-
|
|
1628
|
+
circle: true,
|
|
1629
|
+
primary_color_hex: '#E59636',
|
|
1630
|
+
background_color_hex: '#000000'
|
|
1629
1631
|
}
|
|
1630
1632
|
}],
|
|
1631
1633
|
socials: {
|
|
@@ -6012,7 +6014,9 @@ const assets = {
|
|
|
6012
6014
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
6013
6015
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
6014
6016
|
theme: {
|
|
6015
|
-
|
|
6017
|
+
circle: true,
|
|
6018
|
+
primary_color_hex: '#E59636',
|
|
6019
|
+
background_color_hex: '#000000'
|
|
6016
6020
|
}
|
|
6017
6021
|
}],
|
|
6018
6022
|
socials: {
|
package/mainnet/umee.js
CHANGED
|
@@ -1117,7 +1117,9 @@ const assets = {
|
|
|
1117
1117
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1118
1118
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1119
1119
|
theme: {
|
|
1120
|
-
|
|
1120
|
+
circle: true,
|
|
1121
|
+
primary_color_hex: '#E59636',
|
|
1122
|
+
background_color_hex: '#000000'
|
|
1121
1123
|
}
|
|
1122
1124
|
}],
|
|
1123
1125
|
socials: {
|
|
@@ -2455,7 +2457,9 @@ const assets = {
|
|
|
2455
2457
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2456
2458
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2457
2459
|
theme: {
|
|
2458
|
-
|
|
2460
|
+
circle: true,
|
|
2461
|
+
primary_color_hex: '#E59636',
|
|
2462
|
+
background_color_hex: '#000000'
|
|
2459
2463
|
}
|
|
2460
2464
|
}],
|
|
2461
2465
|
socials: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.81",
|
|
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.64",
|
|
33
|
+
"chain-registry": "^1.63.81"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.64"
|
|
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": "be567d95b970f9dc2fa4aef51862a36ba3b64148"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -35,6 +35,7 @@ const osmosistestnet4_1 = __importDefault(require("./osmosistestnet4"));
|
|
|
35
35
|
const persistencetestnet2_1 = __importDefault(require("./persistencetestnet2"));
|
|
36
36
|
const quicksilvertestnet_1 = __importDefault(require("./quicksilvertestnet"));
|
|
37
37
|
const sagatestnet_1 = __importDefault(require("./sagatestnet"));
|
|
38
|
+
const seitestnet2_1 = __importDefault(require("./seitestnet2"));
|
|
38
39
|
const sgetestnet_1 = __importDefault(require("./sgetestnet"));
|
|
39
40
|
const stargazetestnet_1 = __importDefault(require("./stargazetestnet"));
|
|
40
41
|
const swisstroniktestnet_1 = __importDefault(require("./swisstroniktestnet"));
|
|
@@ -42,5 +43,5 @@ const symphonytestnet_1 = __importDefault(require("./symphonytestnet"));
|
|
|
42
43
|
const terra2testnet_1 = __importDefault(require("./terra2testnet"));
|
|
43
44
|
const titantestnet_1 = __importDefault(require("./titantestnet"));
|
|
44
45
|
const xiontestnet_1 = __importDefault(require("./xiontestnet"));
|
|
45
|
-
const assets = [akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, entrypointtestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, jackaltestnet2_1.default, junotestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, mantrachaintestnet_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, osmosistestnet4_1.default, persistencetestnet2_1.default, quicksilvertestnet_1.default, sagatestnet_1.default, sgetestnet_1.default, stargazetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, terra2testnet_1.default, titantestnet_1.default, xiontestnet_1.default];
|
|
46
|
+
const assets = [akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, entrypointtestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, jackaltestnet2_1.default, junotestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, mantrachaintestnet_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, osmosistestnet4_1.default, persistencetestnet2_1.default, quicksilvertestnet_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, terra2testnet_1.default, titantestnet_1.default, xiontestnet_1.default];
|
|
46
47
|
exports.default = assets;
|
package/testnet/index.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export * as osmosistestnet4 from './osmosistestnet4';
|
|
|
30
30
|
export * as persistencetestnet2 from './persistencetestnet2';
|
|
31
31
|
export * as quicksilvertestnet from './quicksilvertestnet';
|
|
32
32
|
export * as sagatestnet from './sagatestnet';
|
|
33
|
+
export * as seitestnet2 from './seitestnet2';
|
|
33
34
|
export * as sgetestnet from './sgetestnet';
|
|
34
35
|
export * as stargazetestnet from './stargazetestnet';
|
|
35
36
|
export * as swisstroniktestnet from './swisstroniktestnet';
|
package/testnet/index.js
CHANGED
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.xiontestnet = exports.titantestnet = exports.terra2testnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet4 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.junotestnet = exports.jackaltestnet2 = exports.injectivetestnet = exports.impacthubtestnet = exports.entrypointtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
26
|
+
exports.xiontestnet = exports.titantestnet = exports.terra2testnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet4 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.junotestnet = exports.jackaltestnet2 = exports.injectivetestnet = exports.impacthubtestnet = exports.entrypointtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
27
27
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
28
28
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
29
29
|
exports.axelartestnet = __importStar(require("./axelartestnet"));
|
|
@@ -56,6 +56,7 @@ exports.osmosistestnet4 = __importStar(require("./osmosistestnet4"));
|
|
|
56
56
|
exports.persistencetestnet2 = __importStar(require("./persistencetestnet2"));
|
|
57
57
|
exports.quicksilvertestnet = __importStar(require("./quicksilvertestnet"));
|
|
58
58
|
exports.sagatestnet = __importStar(require("./sagatestnet"));
|
|
59
|
+
exports.seitestnet2 = __importStar(require("./seitestnet2"));
|
|
59
60
|
exports.sgetestnet = __importStar(require("./sgetestnet"));
|
|
60
61
|
exports.stargazetestnet = __importStar(require("./stargazetestnet"));
|
|
61
62
|
exports.swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
|
package/testnet/nobletestnet.js
CHANGED
|
@@ -315,6 +315,38 @@ const assets = {
|
|
|
315
315
|
}
|
|
316
316
|
}]
|
|
317
317
|
},
|
|
318
|
+
{
|
|
319
|
+
description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
|
|
320
|
+
denom_units: [{
|
|
321
|
+
denom: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
|
|
322
|
+
exponent: 0,
|
|
323
|
+
aliases: ['usei']
|
|
324
|
+
}, {
|
|
325
|
+
denom: 'sei',
|
|
326
|
+
exponent: 6
|
|
327
|
+
}],
|
|
328
|
+
base: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
|
|
329
|
+
name: 'Sei',
|
|
330
|
+
display: 'sei',
|
|
331
|
+
symbol: 'SEI',
|
|
332
|
+
logo_URIs: {
|
|
333
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
|
|
334
|
+
},
|
|
335
|
+
images: [{
|
|
336
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
|
|
337
|
+
}],
|
|
338
|
+
traces: [{
|
|
339
|
+
type: 'ibc',
|
|
340
|
+
counterparty: {
|
|
341
|
+
channel_id: 'channel-75',
|
|
342
|
+
base_denom: 'usei',
|
|
343
|
+
chain_name: 'seitestnet2'
|
|
344
|
+
},
|
|
345
|
+
chain: {
|
|
346
|
+
channel_id: 'channel-23'
|
|
347
|
+
}
|
|
348
|
+
}]
|
|
349
|
+
},
|
|
318
350
|
{
|
|
319
351
|
description: 'The native token of the Titan network.',
|
|
320
352
|
denom_units: [
|
|
@@ -541,6 +573,38 @@ const assets = {
|
|
|
541
573
|
}
|
|
542
574
|
}]
|
|
543
575
|
},
|
|
576
|
+
{
|
|
577
|
+
description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
|
|
578
|
+
denom_units: [{
|
|
579
|
+
denom: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
|
|
580
|
+
exponent: 0,
|
|
581
|
+
aliases: ['usei']
|
|
582
|
+
}, {
|
|
583
|
+
denom: 'sei',
|
|
584
|
+
exponent: 6
|
|
585
|
+
}],
|
|
586
|
+
base: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
|
|
587
|
+
name: 'Sei',
|
|
588
|
+
display: 'sei',
|
|
589
|
+
symbol: 'SEI',
|
|
590
|
+
logo_URIs: {
|
|
591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
|
|
592
|
+
},
|
|
593
|
+
images: [{
|
|
594
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
|
|
595
|
+
}],
|
|
596
|
+
traces: [{
|
|
597
|
+
type: 'ibc',
|
|
598
|
+
counterparty: {
|
|
599
|
+
channel_id: 'channel-75',
|
|
600
|
+
base_denom: 'usei',
|
|
601
|
+
chain_name: 'seitestnet2'
|
|
602
|
+
},
|
|
603
|
+
chain: {
|
|
604
|
+
channel_id: 'channel-23'
|
|
605
|
+
}
|
|
606
|
+
}]
|
|
607
|
+
},
|
|
544
608
|
{
|
|
545
609
|
description: 'The native token of the Titan network.',
|
|
546
610
|
denom_units: [
|