@chain-registry/assets 1.64.79 → 1.64.80
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/chihuahua.js +6 -2
- package/esm/mainnet/comdex.js +6 -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 +26 -90
- package/esm/mainnet/osmosis.js +26 -90
- package/esm/mainnet/quicksilver.js +6 -2
- package/esm/mainnet/regen.js +6 -2
- package/esm/mainnet/secretnetwork.js +6 -2
- 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/chihuahua.js +6 -2
- package/mainnet/comdex.js +6 -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 +26 -90
- package/mainnet/osmosis.js +26 -90
- package/mainnet/quicksilver.js +6 -2
- package/mainnet/regen.js +6 -2
- package/mainnet/secretnetwork.js +6 -2
- 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/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export * from './testnet';
|
|
|
3
3
|
export * from './noncosmos';
|
|
4
4
|
import asset_lists from './asset_lists';
|
|
5
5
|
declare const _default: {
|
|
6
|
-
asset_lists: AssetList[];
|
|
6
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
9
9
|
export { asset_lists };
|
package/mainnet/agoric.js
CHANGED
|
@@ -726,7 +726,9 @@ const assets = {
|
|
|
726
726
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
727
727
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
728
728
|
theme: {
|
|
729
|
-
|
|
729
|
+
circle: true,
|
|
730
|
+
primary_color_hex: '#E59636',
|
|
731
|
+
background_color_hex: '#000000'
|
|
730
732
|
}
|
|
731
733
|
}],
|
|
732
734
|
socials: {
|
|
@@ -1590,7 +1592,9 @@ const assets = {
|
|
|
1590
1592
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1591
1593
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1592
1594
|
theme: {
|
|
1593
|
-
|
|
1595
|
+
circle: true,
|
|
1596
|
+
primary_color_hex: '#E59636',
|
|
1597
|
+
background_color_hex: '#000000'
|
|
1594
1598
|
}
|
|
1595
1599
|
}],
|
|
1596
1600
|
socials: {
|
package/mainnet/akash.js
CHANGED
|
@@ -524,7 +524,9 @@ const assets = {
|
|
|
524
524
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
525
525
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
526
526
|
theme: {
|
|
527
|
-
|
|
527
|
+
circle: true,
|
|
528
|
+
primary_color_hex: '#E59636',
|
|
529
|
+
background_color_hex: '#000000'
|
|
528
530
|
}
|
|
529
531
|
}],
|
|
530
532
|
socials: {
|
|
@@ -1350,7 +1352,9 @@ const assets = {
|
|
|
1350
1352
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1351
1353
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1352
1354
|
theme: {
|
|
1353
|
-
|
|
1355
|
+
circle: true,
|
|
1356
|
+
primary_color_hex: '#E59636',
|
|
1357
|
+
background_color_hex: '#000000'
|
|
1354
1358
|
}
|
|
1355
1359
|
}],
|
|
1356
1360
|
socials: {
|
package/mainnet/axelar.js
CHANGED
|
@@ -1958,14 +1958,21 @@ const assets = {
|
|
|
1958
1958
|
website: 'https://nibiru.fi',
|
|
1959
1959
|
twitter: 'https://twitter.com/nibiruchain'
|
|
1960
1960
|
},
|
|
1961
|
-
denom_units: [
|
|
1961
|
+
denom_units: [
|
|
1962
|
+
{
|
|
1962
1963
|
denom: 'ibc/52C9B73B0D9665A4FA1E973B001A83FCFF3B6062E44B564230D20536F1103112',
|
|
1963
1964
|
exponent: 0,
|
|
1964
1965
|
aliases: ['unibi']
|
|
1965
|
-
},
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1966
1968
|
denom: 'nibi',
|
|
1967
1969
|
exponent: 6
|
|
1968
|
-
}
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
denom: 'attonibi',
|
|
1973
|
+
exponent: 18
|
|
1974
|
+
}
|
|
1975
|
+
],
|
|
1969
1976
|
base: 'ibc/52C9B73B0D9665A4FA1E973B001A83FCFF3B6062E44B564230D20536F1103112',
|
|
1970
1977
|
name: 'Nibiru',
|
|
1971
1978
|
display: 'nibi',
|
|
@@ -2063,47 +2070,6 @@ const assets = {
|
|
|
2063
2070
|
}
|
|
2064
2071
|
}]
|
|
2065
2072
|
},
|
|
2066
|
-
{
|
|
2067
|
-
description: 'Ether is the native fee token of the Ethereum network.',
|
|
2068
|
-
denom_units: [
|
|
2069
|
-
{
|
|
2070
|
-
denom: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
|
|
2071
|
-
exponent: 0,
|
|
2072
|
-
aliases: ['wei']
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
denom: 'gwei',
|
|
2076
|
-
exponent: 9
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
denom: 'eth',
|
|
2080
|
-
exponent: 18,
|
|
2081
|
-
aliases: ['ether']
|
|
2082
|
-
}
|
|
2083
|
-
],
|
|
2084
|
-
base: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
|
|
2085
|
-
name: 'Ether',
|
|
2086
|
-
display: 'eth',
|
|
2087
|
-
symbol: 'ETH',
|
|
2088
|
-
logo_URIs: {
|
|
2089
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
2090
|
-
},
|
|
2091
|
-
coingecko_id: 'ethereum',
|
|
2092
|
-
images: [{
|
|
2093
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
2094
|
-
}],
|
|
2095
|
-
traces: [{
|
|
2096
|
-
type: 'ibc',
|
|
2097
|
-
counterparty: {
|
|
2098
|
-
channel_id: 'channel-1',
|
|
2099
|
-
base_denom: 'wei',
|
|
2100
|
-
chain_name: 'nibiru'
|
|
2101
|
-
},
|
|
2102
|
-
chain: {
|
|
2103
|
-
channel_id: 'channel-139'
|
|
2104
|
-
}
|
|
2105
|
-
}]
|
|
2106
|
-
},
|
|
2107
2073
|
{
|
|
2108
2074
|
description: 'Staking and governance token for ODIN Protocol',
|
|
2109
2075
|
denom_units: [{
|
|
@@ -6722,14 +6688,21 @@ const assets = {
|
|
|
6722
6688
|
website: 'https://nibiru.fi',
|
|
6723
6689
|
twitter: 'https://twitter.com/nibiruchain'
|
|
6724
6690
|
},
|
|
6725
|
-
denom_units: [
|
|
6691
|
+
denom_units: [
|
|
6692
|
+
{
|
|
6726
6693
|
denom: 'ibc/52C9B73B0D9665A4FA1E973B001A83FCFF3B6062E44B564230D20536F1103112',
|
|
6727
6694
|
exponent: 0,
|
|
6728
6695
|
aliases: ['unibi']
|
|
6729
|
-
},
|
|
6696
|
+
},
|
|
6697
|
+
{
|
|
6730
6698
|
denom: 'nibi',
|
|
6731
6699
|
exponent: 6
|
|
6732
|
-
}
|
|
6700
|
+
},
|
|
6701
|
+
{
|
|
6702
|
+
denom: 'attonibi',
|
|
6703
|
+
exponent: 18
|
|
6704
|
+
}
|
|
6705
|
+
],
|
|
6733
6706
|
base: 'ibc/52C9B73B0D9665A4FA1E973B001A83FCFF3B6062E44B564230D20536F1103112',
|
|
6734
6707
|
name: 'Nibiru',
|
|
6735
6708
|
display: 'nibi',
|
|
@@ -6827,47 +6800,6 @@ const assets = {
|
|
|
6827
6800
|
}
|
|
6828
6801
|
}]
|
|
6829
6802
|
},
|
|
6830
|
-
{
|
|
6831
|
-
description: 'Ether is the native fee token of the Ethereum network.',
|
|
6832
|
-
denom_units: [
|
|
6833
|
-
{
|
|
6834
|
-
denom: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
|
|
6835
|
-
exponent: 0,
|
|
6836
|
-
aliases: ['wei']
|
|
6837
|
-
},
|
|
6838
|
-
{
|
|
6839
|
-
denom: 'gwei',
|
|
6840
|
-
exponent: 9
|
|
6841
|
-
},
|
|
6842
|
-
{
|
|
6843
|
-
denom: 'eth',
|
|
6844
|
-
exponent: 18,
|
|
6845
|
-
aliases: ['ether']
|
|
6846
|
-
}
|
|
6847
|
-
],
|
|
6848
|
-
base: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
|
|
6849
|
-
name: 'Ether',
|
|
6850
|
-
display: 'eth',
|
|
6851
|
-
symbol: 'ETH',
|
|
6852
|
-
logo_URIs: {
|
|
6853
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
6854
|
-
},
|
|
6855
|
-
coingecko_id: 'ethereum',
|
|
6856
|
-
images: [{
|
|
6857
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
6858
|
-
}],
|
|
6859
|
-
traces: [{
|
|
6860
|
-
type: 'ibc',
|
|
6861
|
-
counterparty: {
|
|
6862
|
-
channel_id: 'channel-1',
|
|
6863
|
-
base_denom: 'wei',
|
|
6864
|
-
chain_name: 'nibiru'
|
|
6865
|
-
},
|
|
6866
|
-
chain: {
|
|
6867
|
-
channel_id: 'channel-139'
|
|
6868
|
-
}
|
|
6869
|
-
}]
|
|
6870
|
-
},
|
|
6871
6803
|
{
|
|
6872
6804
|
description: 'Staking and governance token for ODIN Protocol',
|
|
6873
6805
|
denom_units: [{
|
package/mainnet/chihuahua.js
CHANGED
|
@@ -379,7 +379,9 @@ const assets = {
|
|
|
379
379
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
380
380
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
381
381
|
theme: {
|
|
382
|
-
|
|
382
|
+
circle: true,
|
|
383
|
+
primary_color_hex: '#E59636',
|
|
384
|
+
background_color_hex: '#000000'
|
|
383
385
|
}
|
|
384
386
|
}],
|
|
385
387
|
socials: {
|
|
@@ -849,7 +851,9 @@ const assets = {
|
|
|
849
851
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
850
852
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
851
853
|
theme: {
|
|
852
|
-
|
|
854
|
+
circle: true,
|
|
855
|
+
primary_color_hex: '#E59636',
|
|
856
|
+
background_color_hex: '#000000'
|
|
853
857
|
}
|
|
854
858
|
}],
|
|
855
859
|
socials: {
|
package/mainnet/comdex.js
CHANGED
|
@@ -312,7 +312,9 @@ const assets = {
|
|
|
312
312
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
313
313
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
314
314
|
theme: {
|
|
315
|
-
|
|
315
|
+
circle: true,
|
|
316
|
+
primary_color_hex: '#E59636',
|
|
317
|
+
background_color_hex: '#000000'
|
|
316
318
|
}
|
|
317
319
|
}],
|
|
318
320
|
socials: {
|
|
@@ -766,7 +768,9 @@ const assets = {
|
|
|
766
768
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
767
769
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
768
770
|
theme: {
|
|
769
|
-
|
|
771
|
+
circle: true,
|
|
772
|
+
primary_color_hex: '#E59636',
|
|
773
|
+
background_color_hex: '#000000'
|
|
770
774
|
}
|
|
771
775
|
}],
|
|
772
776
|
socials: {
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -3491,7 +3491,9 @@ const assets = {
|
|
|
3491
3491
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
3492
3492
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
3493
3493
|
theme: {
|
|
3494
|
-
|
|
3494
|
+
circle: true,
|
|
3495
|
+
primary_color_hex: '#E59636',
|
|
3496
|
+
background_color_hex: '#000000'
|
|
3495
3497
|
}
|
|
3496
3498
|
}],
|
|
3497
3499
|
socials: {
|
|
@@ -8925,7 +8927,9 @@ const assets = {
|
|
|
8925
8927
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
8926
8928
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
8927
8929
|
theme: {
|
|
8928
|
-
|
|
8930
|
+
circle: true,
|
|
8931
|
+
primary_color_hex: '#E59636',
|
|
8932
|
+
background_color_hex: '#000000'
|
|
8929
8933
|
}
|
|
8930
8934
|
}],
|
|
8931
8935
|
socials: {
|
package/mainnet/crescent.js
CHANGED
|
@@ -1583,7 +1583,9 @@ const assets = {
|
|
|
1583
1583
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1584
1584
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1585
1585
|
theme: {
|
|
1586
|
-
|
|
1586
|
+
circle: true,
|
|
1587
|
+
primary_color_hex: '#E59636',
|
|
1588
|
+
background_color_hex: '#000000'
|
|
1587
1589
|
}
|
|
1588
1590
|
}],
|
|
1589
1591
|
socials: {
|
|
@@ -3808,7 +3810,9 @@ const assets = {
|
|
|
3808
3810
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
3809
3811
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
3810
3812
|
theme: {
|
|
3811
|
-
|
|
3813
|
+
circle: true,
|
|
3814
|
+
primary_color_hex: '#E59636',
|
|
3815
|
+
background_color_hex: '#000000'
|
|
3812
3816
|
}
|
|
3813
3817
|
}],
|
|
3814
3818
|
socials: {
|
|
@@ -633,7 +633,9 @@ const assets = {
|
|
|
633
633
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
634
634
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
635
635
|
theme: {
|
|
636
|
-
|
|
636
|
+
circle: true,
|
|
637
|
+
primary_color_hex: '#E59636',
|
|
638
|
+
background_color_hex: '#000000'
|
|
637
639
|
}
|
|
638
640
|
}],
|
|
639
641
|
socials: {
|
|
@@ -1164,7 +1166,9 @@ const assets = {
|
|
|
1164
1166
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1165
1167
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1166
1168
|
theme: {
|
|
1167
|
-
|
|
1169
|
+
circle: true,
|
|
1170
|
+
primary_color_hex: '#E59636',
|
|
1171
|
+
background_color_hex: '#000000'
|
|
1168
1172
|
}
|
|
1169
1173
|
}],
|
|
1170
1174
|
socials: {
|
package/mainnet/dydx.js
CHANGED
|
@@ -955,7 +955,9 @@ const assets = {
|
|
|
955
955
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
956
956
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
957
957
|
theme: {
|
|
958
|
-
|
|
958
|
+
circle: true,
|
|
959
|
+
primary_color_hex: '#E59636',
|
|
960
|
+
background_color_hex: '#000000'
|
|
959
961
|
}
|
|
960
962
|
}],
|
|
961
963
|
socials: {
|
|
@@ -4359,7 +4361,9 @@ const assets = {
|
|
|
4359
4361
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
4360
4362
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
4361
4363
|
theme: {
|
|
4362
|
-
|
|
4364
|
+
circle: true,
|
|
4365
|
+
primary_color_hex: '#E59636',
|
|
4366
|
+
background_color_hex: '#000000'
|
|
4363
4367
|
}
|
|
4364
4368
|
}],
|
|
4365
4369
|
socials: {
|
package/mainnet/gravitybridge.js
CHANGED
|
@@ -1467,7 +1467,9 @@ const assets = {
|
|
|
1467
1467
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1468
1468
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1469
1469
|
theme: {
|
|
1470
|
-
|
|
1470
|
+
circle: true,
|
|
1471
|
+
primary_color_hex: '#E59636',
|
|
1472
|
+
background_color_hex: '#000000'
|
|
1471
1473
|
}
|
|
1472
1474
|
}],
|
|
1473
1475
|
socials: {
|
|
@@ -1965,7 +1967,9 @@ const assets = {
|
|
|
1965
1967
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1966
1968
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1967
1969
|
theme: {
|
|
1968
|
-
|
|
1970
|
+
circle: true,
|
|
1971
|
+
primary_color_hex: '#E59636',
|
|
1972
|
+
background_color_hex: '#000000'
|
|
1969
1973
|
}
|
|
1970
1974
|
}],
|
|
1971
1975
|
socials: {
|
package/mainnet/injective.js
CHANGED
|
@@ -1860,7 +1860,9 @@ const assets = {
|
|
|
1860
1860
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1861
1861
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1862
1862
|
theme: {
|
|
1863
|
-
|
|
1863
|
+
circle: true,
|
|
1864
|
+
primary_color_hex: '#E59636',
|
|
1865
|
+
background_color_hex: '#000000'
|
|
1864
1866
|
}
|
|
1865
1867
|
}],
|
|
1866
1868
|
socials: {
|
|
@@ -5493,7 +5495,9 @@ const assets = {
|
|
|
5493
5495
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
5494
5496
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
5495
5497
|
theme: {
|
|
5496
|
-
|
|
5498
|
+
circle: true,
|
|
5499
|
+
primary_color_hex: '#E59636',
|
|
5500
|
+
background_color_hex: '#000000'
|
|
5497
5501
|
}
|
|
5498
5502
|
}],
|
|
5499
5503
|
socials: {
|
package/mainnet/irisnet.js
CHANGED
|
@@ -1202,7 +1202,9 @@ const assets = {
|
|
|
1202
1202
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1203
1203
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1204
1204
|
theme: {
|
|
1205
|
-
|
|
1205
|
+
circle: true,
|
|
1206
|
+
primary_color_hex: '#E59636',
|
|
1207
|
+
background_color_hex: '#000000'
|
|
1206
1208
|
}
|
|
1207
1209
|
}],
|
|
1208
1210
|
socials: {
|
|
@@ -1604,7 +1606,9 @@ const assets = {
|
|
|
1604
1606
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1605
1607
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1606
1608
|
theme: {
|
|
1607
|
-
|
|
1609
|
+
circle: true,
|
|
1610
|
+
primary_color_hex: '#E59636',
|
|
1611
|
+
background_color_hex: '#000000'
|
|
1608
1612
|
}
|
|
1609
1613
|
}],
|
|
1610
1614
|
socials: {
|
package/mainnet/juno.js
CHANGED
|
@@ -2202,7 +2202,9 @@ const assets = {
|
|
|
2202
2202
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2203
2203
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2204
2204
|
theme: {
|
|
2205
|
-
|
|
2205
|
+
circle: true,
|
|
2206
|
+
primary_color_hex: '#E59636',
|
|
2207
|
+
background_color_hex: '#000000'
|
|
2206
2208
|
}
|
|
2207
2209
|
}],
|
|
2208
2210
|
socials: {
|
|
@@ -4063,7 +4065,9 @@ const assets = {
|
|
|
4063
4065
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
4064
4066
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
4065
4067
|
theme: {
|
|
4066
|
-
|
|
4068
|
+
circle: true,
|
|
4069
|
+
primary_color_hex: '#E59636',
|
|
4070
|
+
background_color_hex: '#000000'
|
|
4067
4071
|
}
|
|
4068
4072
|
}],
|
|
4069
4073
|
socials: {
|
package/mainnet/kava.js
CHANGED
|
@@ -2040,7 +2040,9 @@ const assets = {
|
|
|
2040
2040
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2041
2041
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2042
2042
|
theme: {
|
|
2043
|
-
|
|
2043
|
+
circle: true,
|
|
2044
|
+
primary_color_hex: '#E59636',
|
|
2045
|
+
background_color_hex: '#000000'
|
|
2044
2046
|
}
|
|
2045
2047
|
}],
|
|
2046
2048
|
socials: {
|
|
@@ -2707,7 +2709,9 @@ const assets = {
|
|
|
2707
2709
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2708
2710
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2709
2711
|
theme: {
|
|
2710
|
-
|
|
2712
|
+
circle: true,
|
|
2713
|
+
primary_color_hex: '#E59636',
|
|
2714
|
+
background_color_hex: '#000000'
|
|
2711
2715
|
}
|
|
2712
2716
|
}],
|
|
2713
2717
|
socials: {
|
package/mainnet/kujira.js
CHANGED
|
@@ -4121,7 +4121,9 @@ const assets = {
|
|
|
4121
4121
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
4122
4122
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
4123
4123
|
theme: {
|
|
4124
|
-
|
|
4124
|
+
circle: true,
|
|
4125
|
+
primary_color_hex: '#E59636',
|
|
4126
|
+
background_color_hex: '#000000'
|
|
4125
4127
|
}
|
|
4126
4128
|
}],
|
|
4127
4129
|
socials: {
|
|
@@ -5283,7 +5285,9 @@ const assets = {
|
|
|
5283
5285
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
5284
5286
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
5285
5287
|
theme: {
|
|
5286
|
-
|
|
5288
|
+
circle: true,
|
|
5289
|
+
primary_color_hex: '#E59636',
|
|
5290
|
+
background_color_hex: '#000000'
|
|
5287
5291
|
}
|
|
5288
5292
|
}],
|
|
5289
5293
|
socials: {
|
package/mainnet/neutron.js
CHANGED
|
@@ -2107,7 +2107,9 @@ const assets = {
|
|
|
2107
2107
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2108
2108
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2109
2109
|
theme: {
|
|
2110
|
-
|
|
2110
|
+
circle: true,
|
|
2111
|
+
primary_color_hex: '#E59636',
|
|
2112
|
+
background_color_hex: '#000000'
|
|
2111
2113
|
}
|
|
2112
2114
|
}],
|
|
2113
2115
|
socials: {
|
|
@@ -5255,7 +5257,9 @@ const assets = {
|
|
|
5255
5257
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
5256
5258
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
5257
5259
|
theme: {
|
|
5258
|
-
|
|
5260
|
+
circle: true,
|
|
5261
|
+
primary_color_hex: '#E59636',
|
|
5262
|
+
background_color_hex: '#000000'
|
|
5259
5263
|
}
|
|
5260
5264
|
}],
|
|
5261
5265
|
socials: {
|