@chain-registry/osmosis 1.62.62 → 1.62.63
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/asset_list.js +26 -90
- package/assets.js +2313 -907
- package/esm/asset_list.js +26 -90
- package/esm/assets.js +2313 -907
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -4533,14 +4533,21 @@ const asset_list = {
|
|
|
4533
4533
|
website: 'https://nibiru.fi',
|
|
4534
4534
|
twitter: 'https://twitter.com/nibiruchain'
|
|
4535
4535
|
},
|
|
4536
|
-
denom_units: [
|
|
4536
|
+
denom_units: [
|
|
4537
|
+
{
|
|
4537
4538
|
denom: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
|
|
4538
4539
|
exponent: 0,
|
|
4539
4540
|
aliases: ['unibi']
|
|
4540
|
-
},
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4541
4543
|
denom: 'nibi',
|
|
4542
4544
|
exponent: 6
|
|
4543
|
-
}
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
denom: 'attonibi',
|
|
4548
|
+
exponent: 18
|
|
4549
|
+
}
|
|
4550
|
+
],
|
|
4544
4551
|
base: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
|
|
4545
4552
|
name: 'Nibiru',
|
|
4546
4553
|
display: 'nibi',
|
|
@@ -4638,47 +4645,6 @@ const asset_list = {
|
|
|
4638
4645
|
}
|
|
4639
4646
|
}]
|
|
4640
4647
|
},
|
|
4641
|
-
{
|
|
4642
|
-
description: 'Ether is the native fee token of the Ethereum network.',
|
|
4643
|
-
denom_units: [
|
|
4644
|
-
{
|
|
4645
|
-
denom: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
|
|
4646
|
-
exponent: 0,
|
|
4647
|
-
aliases: ['wei']
|
|
4648
|
-
},
|
|
4649
|
-
{
|
|
4650
|
-
denom: 'gwei',
|
|
4651
|
-
exponent: 9
|
|
4652
|
-
},
|
|
4653
|
-
{
|
|
4654
|
-
denom: 'eth',
|
|
4655
|
-
exponent: 18,
|
|
4656
|
-
aliases: ['ether']
|
|
4657
|
-
}
|
|
4658
|
-
],
|
|
4659
|
-
base: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
|
|
4660
|
-
name: 'Ether',
|
|
4661
|
-
display: 'eth',
|
|
4662
|
-
symbol: 'ETH',
|
|
4663
|
-
logo_URIs: {
|
|
4664
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
4665
|
-
},
|
|
4666
|
-
coingecko_id: 'ethereum',
|
|
4667
|
-
images: [{
|
|
4668
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
4669
|
-
}],
|
|
4670
|
-
traces: [{
|
|
4671
|
-
type: 'ibc',
|
|
4672
|
-
counterparty: {
|
|
4673
|
-
channel_id: 'channel-0',
|
|
4674
|
-
base_denom: 'wei',
|
|
4675
|
-
chain_name: 'nibiru'
|
|
4676
|
-
},
|
|
4677
|
-
chain: {
|
|
4678
|
-
channel_id: 'channel-21113'
|
|
4679
|
-
}
|
|
4680
|
-
}]
|
|
4681
|
-
},
|
|
4682
4648
|
{
|
|
4683
4649
|
description: 'The permissioned staking asset for Noble Chain',
|
|
4684
4650
|
denom_units: [{
|
|
@@ -9830,14 +9796,21 @@ const asset_list = {
|
|
|
9830
9796
|
website: 'https://nibiru.fi',
|
|
9831
9797
|
twitter: 'https://twitter.com/nibiruchain'
|
|
9832
9798
|
},
|
|
9833
|
-
denom_units: [
|
|
9799
|
+
denom_units: [
|
|
9800
|
+
{
|
|
9834
9801
|
denom: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
|
|
9835
9802
|
exponent: 0,
|
|
9836
9803
|
aliases: ['unibi']
|
|
9837
|
-
},
|
|
9804
|
+
},
|
|
9805
|
+
{
|
|
9838
9806
|
denom: 'nibi',
|
|
9839
9807
|
exponent: 6
|
|
9840
|
-
}
|
|
9808
|
+
},
|
|
9809
|
+
{
|
|
9810
|
+
denom: 'attonibi',
|
|
9811
|
+
exponent: 18
|
|
9812
|
+
}
|
|
9813
|
+
],
|
|
9841
9814
|
base: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
|
|
9842
9815
|
name: 'Nibiru',
|
|
9843
9816
|
display: 'nibi',
|
|
@@ -9935,47 +9908,6 @@ const asset_list = {
|
|
|
9935
9908
|
}
|
|
9936
9909
|
}]
|
|
9937
9910
|
},
|
|
9938
|
-
{
|
|
9939
|
-
description: 'Ether is the native fee token of the Ethereum network.',
|
|
9940
|
-
denom_units: [
|
|
9941
|
-
{
|
|
9942
|
-
denom: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
|
|
9943
|
-
exponent: 0,
|
|
9944
|
-
aliases: ['wei']
|
|
9945
|
-
},
|
|
9946
|
-
{
|
|
9947
|
-
denom: 'gwei',
|
|
9948
|
-
exponent: 9
|
|
9949
|
-
},
|
|
9950
|
-
{
|
|
9951
|
-
denom: 'eth',
|
|
9952
|
-
exponent: 18,
|
|
9953
|
-
aliases: ['ether']
|
|
9954
|
-
}
|
|
9955
|
-
],
|
|
9956
|
-
base: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
|
|
9957
|
-
name: 'Ether',
|
|
9958
|
-
display: 'eth',
|
|
9959
|
-
symbol: 'ETH',
|
|
9960
|
-
logo_URIs: {
|
|
9961
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
9962
|
-
},
|
|
9963
|
-
coingecko_id: 'ethereum',
|
|
9964
|
-
images: [{
|
|
9965
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
9966
|
-
}],
|
|
9967
|
-
traces: [{
|
|
9968
|
-
type: 'ibc',
|
|
9969
|
-
counterparty: {
|
|
9970
|
-
channel_id: 'channel-0',
|
|
9971
|
-
base_denom: 'wei',
|
|
9972
|
-
chain_name: 'nibiru'
|
|
9973
|
-
},
|
|
9974
|
-
chain: {
|
|
9975
|
-
channel_id: 'channel-21113'
|
|
9976
|
-
}
|
|
9977
|
-
}]
|
|
9978
|
-
},
|
|
9979
9911
|
{
|
|
9980
9912
|
description: 'The permissioned staking asset for Noble Chain',
|
|
9981
9913
|
denom_units: [{
|
|
@@ -10733,7 +10665,9 @@ const asset_list = {
|
|
|
10733
10665
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
10734
10666
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
10735
10667
|
theme: {
|
|
10736
|
-
|
|
10668
|
+
circle: true,
|
|
10669
|
+
primary_color_hex: '#E59636',
|
|
10670
|
+
background_color_hex: '#000000'
|
|
10737
10671
|
}
|
|
10738
10672
|
}],
|
|
10739
10673
|
socials: {
|
|
@@ -16051,7 +15985,9 @@ const asset_list = {
|
|
|
16051
15985
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
16052
15986
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
16053
15987
|
theme: {
|
|
16054
|
-
|
|
15988
|
+
circle: true,
|
|
15989
|
+
primary_color_hex: '#E59636',
|
|
15990
|
+
background_color_hex: '#000000'
|
|
16055
15991
|
}
|
|
16056
15992
|
}],
|
|
16057
15993
|
socials: {
|