@chain-registry/assets 1.70.59 → 1.70.61
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 +306 -0
- package/esm/mainnet/archway.js +0 -88
- package/esm/mainnet/assets.js +1 -2
- package/esm/mainnet/aura.js +0 -88
- package/esm/mainnet/beezee.js +164 -0
- package/esm/mainnet/index.js +0 -1
- package/esm/mainnet/injective.js +0 -88
- package/esm/mainnet/jackal.js +86 -0
- package/esm/mainnet/juno.js +4 -92
- package/esm/mainnet/kujira.js +4 -4
- package/esm/mainnet/neutron.js +164 -88
- package/esm/mainnet/okexchain.js +4 -4
- package/esm/mainnet/omniflixhub.js +86 -0
- package/esm/mainnet/osmosis.js +4 -92
- package/esm/mainnet/sei.js +0 -88
- package/esm/mainnet/stargaze.js +0 -88
- package/mainnet/agoric.js +306 -0
- package/mainnet/archway.js +0 -88
- package/mainnet/assets.js +1 -2
- package/mainnet/aura.js +0 -88
- package/mainnet/beezee.js +164 -0
- package/mainnet/index.d.ts +0 -1
- package/mainnet/index.js +2 -3
- package/mainnet/injective.js +0 -88
- package/mainnet/jackal.js +86 -0
- package/mainnet/juno.js +4 -92
- package/mainnet/kujira.js +4 -4
- package/mainnet/neutron.js +164 -88
- package/mainnet/okexchain.js +4 -4
- package/mainnet/omniflixhub.js +86 -0
- package/mainnet/osmosis.js +4 -92
- package/mainnet/sei.js +0 -88
- package/mainnet/stargaze.js +0 -88
- package/package.json +5 -5
- package/esm/mainnet/nois.js +0 -1626
- package/mainnet/nois.d.ts +0 -3
- package/mainnet/nois.js +0 -1628
package/esm/mainnet/stargaze.js
CHANGED
|
@@ -1148,50 +1148,6 @@ const assets = {
|
|
|
1148
1148
|
}
|
|
1149
1149
|
}]
|
|
1150
1150
|
},
|
|
1151
|
-
{
|
|
1152
|
-
description: 'The native token of Nois',
|
|
1153
|
-
denom_units: [{
|
|
1154
|
-
denom: 'ibc/0F181D9F5BB18A8496153C1666E934169515592C135E8E9FCCC355889858EAF9',
|
|
1155
|
-
exponent: 0,
|
|
1156
|
-
aliases: ['unois']
|
|
1157
|
-
}, {
|
|
1158
|
-
denom: 'nois',
|
|
1159
|
-
exponent: 6
|
|
1160
|
-
}],
|
|
1161
|
-
base: 'ibc/0F181D9F5BB18A8496153C1666E934169515592C135E8E9FCCC355889858EAF9',
|
|
1162
|
-
name: 'Nois',
|
|
1163
|
-
display: 'nois',
|
|
1164
|
-
symbol: 'NOIS',
|
|
1165
|
-
logo_URIs: {
|
|
1166
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
1167
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
1168
|
-
},
|
|
1169
|
-
keywords: [
|
|
1170
|
-
'nois',
|
|
1171
|
-
'randomness',
|
|
1172
|
-
'drand',
|
|
1173
|
-
'wasm'
|
|
1174
|
-
],
|
|
1175
|
-
images: [{
|
|
1176
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
1177
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
1178
|
-
theme: {
|
|
1179
|
-
primary_color_hex: '#0c0c14'
|
|
1180
|
-
}
|
|
1181
|
-
}],
|
|
1182
|
-
type_asset: 'sdk.coin',
|
|
1183
|
-
traces: [{
|
|
1184
|
-
type: 'ibc',
|
|
1185
|
-
counterparty: {
|
|
1186
|
-
channel_id: 'channel-0',
|
|
1187
|
-
base_denom: 'unois',
|
|
1188
|
-
chain_name: 'nois'
|
|
1189
|
-
},
|
|
1190
|
-
chain: {
|
|
1191
|
-
channel_id: 'channel-137'
|
|
1192
|
-
}
|
|
1193
|
-
}]
|
|
1194
|
-
},
|
|
1195
1151
|
{
|
|
1196
1152
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
1197
1153
|
denom_units: [{
|
|
@@ -2597,50 +2553,6 @@ const assets = {
|
|
|
2597
2553
|
}
|
|
2598
2554
|
}]
|
|
2599
2555
|
},
|
|
2600
|
-
{
|
|
2601
|
-
description: 'The native token of Nois',
|
|
2602
|
-
denom_units: [{
|
|
2603
|
-
denom: 'ibc/0F181D9F5BB18A8496153C1666E934169515592C135E8E9FCCC355889858EAF9',
|
|
2604
|
-
exponent: 0,
|
|
2605
|
-
aliases: ['unois']
|
|
2606
|
-
}, {
|
|
2607
|
-
denom: 'nois',
|
|
2608
|
-
exponent: 6
|
|
2609
|
-
}],
|
|
2610
|
-
base: 'ibc/0F181D9F5BB18A8496153C1666E934169515592C135E8E9FCCC355889858EAF9',
|
|
2611
|
-
name: 'Nois',
|
|
2612
|
-
display: 'nois',
|
|
2613
|
-
symbol: 'NOIS',
|
|
2614
|
-
logo_URIs: {
|
|
2615
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
2616
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
2617
|
-
},
|
|
2618
|
-
keywords: [
|
|
2619
|
-
'nois',
|
|
2620
|
-
'randomness',
|
|
2621
|
-
'drand',
|
|
2622
|
-
'wasm'
|
|
2623
|
-
],
|
|
2624
|
-
images: [{
|
|
2625
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
2626
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
2627
|
-
theme: {
|
|
2628
|
-
primary_color_hex: '#0c0c14'
|
|
2629
|
-
}
|
|
2630
|
-
}],
|
|
2631
|
-
type_asset: 'sdk.coin',
|
|
2632
|
-
traces: [{
|
|
2633
|
-
type: 'ibc',
|
|
2634
|
-
counterparty: {
|
|
2635
|
-
channel_id: 'channel-0',
|
|
2636
|
-
base_denom: 'unois',
|
|
2637
|
-
chain_name: 'nois'
|
|
2638
|
-
},
|
|
2639
|
-
chain: {
|
|
2640
|
-
channel_id: 'channel-137'
|
|
2641
|
-
}
|
|
2642
|
-
}]
|
|
2643
|
-
},
|
|
2644
2556
|
{
|
|
2645
2557
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
2646
2558
|
denom_units: [{
|
package/mainnet/agoric.js
CHANGED
|
@@ -703,6 +703,159 @@ const assets = {
|
|
|
703
703
|
}
|
|
704
704
|
}]
|
|
705
705
|
},
|
|
706
|
+
{
|
|
707
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
708
|
+
denom_units: [{
|
|
709
|
+
denom: 'ibc/6EE9687CBBF88E1EFE351BCB01025E0B76452D48A2B41F6583E9E0B942FD62E7',
|
|
710
|
+
exponent: 0,
|
|
711
|
+
aliases: ['untrn']
|
|
712
|
+
}, {
|
|
713
|
+
denom: 'ntrn',
|
|
714
|
+
exponent: 6
|
|
715
|
+
}],
|
|
716
|
+
base: 'ibc/6EE9687CBBF88E1EFE351BCB01025E0B76452D48A2B41F6583E9E0B942FD62E7',
|
|
717
|
+
name: 'Neutron',
|
|
718
|
+
display: 'ntrn',
|
|
719
|
+
symbol: 'NTRN',
|
|
720
|
+
logo_URIs: {
|
|
721
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
722
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
723
|
+
},
|
|
724
|
+
coingecko_id: 'neutron-3',
|
|
725
|
+
images: [{
|
|
726
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
727
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
728
|
+
theme: {
|
|
729
|
+
primary_color_hex: '#040404',
|
|
730
|
+
background_color_hex: '#000000',
|
|
731
|
+
circle: true
|
|
732
|
+
}
|
|
733
|
+
}],
|
|
734
|
+
socials: {
|
|
735
|
+
website: 'https://neutron.org/',
|
|
736
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
737
|
+
},
|
|
738
|
+
type_asset: 'sdk.coin',
|
|
739
|
+
traces: [{
|
|
740
|
+
type: 'ibc',
|
|
741
|
+
counterparty: {
|
|
742
|
+
channel_id: 'channel-5789',
|
|
743
|
+
base_denom: 'untrn',
|
|
744
|
+
chain_name: 'neutron'
|
|
745
|
+
},
|
|
746
|
+
chain: {
|
|
747
|
+
channel_id: 'channel-146'
|
|
748
|
+
}
|
|
749
|
+
}]
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
description: 'BITCOSMOS',
|
|
753
|
+
denom_units: [{
|
|
754
|
+
denom: 'ibc/59DFCE0F5123464FF7FFFF075B45FD731F0C7963B6AE56EB751C11E615B1CD1E',
|
|
755
|
+
exponent: 0,
|
|
756
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
757
|
+
}, {
|
|
758
|
+
denom: 'bitcosmos',
|
|
759
|
+
exponent: 6
|
|
760
|
+
}],
|
|
761
|
+
base: 'ibc/59DFCE0F5123464FF7FFFF075B45FD731F0C7963B6AE56EB751C11E615B1CD1E',
|
|
762
|
+
name: 'Bitcosmos',
|
|
763
|
+
display: 'bitcosmos',
|
|
764
|
+
symbol: 'BTC',
|
|
765
|
+
logo_URIs: {
|
|
766
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
767
|
+
},
|
|
768
|
+
images: [{
|
|
769
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
770
|
+
theme: {
|
|
771
|
+
primary_color_hex: '#1b0847'
|
|
772
|
+
}
|
|
773
|
+
}],
|
|
774
|
+
type_asset: 'sdk.coin',
|
|
775
|
+
traces: [{
|
|
776
|
+
type: 'ibc',
|
|
777
|
+
counterparty: {
|
|
778
|
+
channel_id: 'channel-5789',
|
|
779
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
780
|
+
chain_name: 'neutron'
|
|
781
|
+
},
|
|
782
|
+
chain: {
|
|
783
|
+
channel_id: 'channel-146'
|
|
784
|
+
}
|
|
785
|
+
}]
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
description: 'What the Fuck',
|
|
789
|
+
denom_units: [{
|
|
790
|
+
denom: 'ibc/B9F90D293D25BAC3880D1011657358A4E5104773ADC1DE53593A3B3DCE15B475',
|
|
791
|
+
exponent: 0,
|
|
792
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
793
|
+
}, {
|
|
794
|
+
denom: 'wtf',
|
|
795
|
+
exponent: 6
|
|
796
|
+
}],
|
|
797
|
+
base: 'ibc/B9F90D293D25BAC3880D1011657358A4E5104773ADC1DE53593A3B3DCE15B475',
|
|
798
|
+
name: 'wtf',
|
|
799
|
+
display: 'wtf',
|
|
800
|
+
symbol: 'WTF',
|
|
801
|
+
logo_URIs: {
|
|
802
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
803
|
+
},
|
|
804
|
+
images: [{
|
|
805
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
806
|
+
theme: {
|
|
807
|
+
primary_color_hex: '#dcd5ab'
|
|
808
|
+
}
|
|
809
|
+
}],
|
|
810
|
+
type_asset: 'sdk.coin',
|
|
811
|
+
traces: [{
|
|
812
|
+
type: 'ibc',
|
|
813
|
+
counterparty: {
|
|
814
|
+
channel_id: 'channel-5789',
|
|
815
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
816
|
+
chain_name: 'neutron'
|
|
817
|
+
},
|
|
818
|
+
chain: {
|
|
819
|
+
channel_id: 'channel-146'
|
|
820
|
+
}
|
|
821
|
+
}]
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
description: 'Astro BOY',
|
|
825
|
+
denom_units: [{
|
|
826
|
+
denom: 'ibc/64A01950BB006DE3D540E5174DFF3D60B36059DDDC413769AB4C8C051217A64C',
|
|
827
|
+
exponent: 0,
|
|
828
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
829
|
+
}, {
|
|
830
|
+
denom: 'boy',
|
|
831
|
+
exponent: 6
|
|
832
|
+
}],
|
|
833
|
+
base: 'ibc/64A01950BB006DE3D540E5174DFF3D60B36059DDDC413769AB4C8C051217A64C',
|
|
834
|
+
name: 'boy',
|
|
835
|
+
display: 'boy',
|
|
836
|
+
symbol: 'BOY',
|
|
837
|
+
logo_URIs: {
|
|
838
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
839
|
+
},
|
|
840
|
+
images: [{
|
|
841
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
842
|
+
theme: {
|
|
843
|
+
primary_color_hex: '#333333'
|
|
844
|
+
}
|
|
845
|
+
}],
|
|
846
|
+
type_asset: 'sdk.coin',
|
|
847
|
+
traces: [{
|
|
848
|
+
type: 'ibc',
|
|
849
|
+
counterparty: {
|
|
850
|
+
channel_id: 'channel-5789',
|
|
851
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
852
|
+
chain_name: 'neutron'
|
|
853
|
+
},
|
|
854
|
+
chain: {
|
|
855
|
+
channel_id: 'channel-146'
|
|
856
|
+
}
|
|
857
|
+
}]
|
|
858
|
+
},
|
|
706
859
|
{
|
|
707
860
|
description: 'The permissioned staking asset for Noble Chain',
|
|
708
861
|
denom_units: [{
|
|
@@ -1820,6 +1973,159 @@ const assets = {
|
|
|
1820
1973
|
}
|
|
1821
1974
|
}]
|
|
1822
1975
|
},
|
|
1976
|
+
{
|
|
1977
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
1978
|
+
denom_units: [{
|
|
1979
|
+
denom: 'ibc/6EE9687CBBF88E1EFE351BCB01025E0B76452D48A2B41F6583E9E0B942FD62E7',
|
|
1980
|
+
exponent: 0,
|
|
1981
|
+
aliases: ['untrn']
|
|
1982
|
+
}, {
|
|
1983
|
+
denom: 'ntrn',
|
|
1984
|
+
exponent: 6
|
|
1985
|
+
}],
|
|
1986
|
+
base: 'ibc/6EE9687CBBF88E1EFE351BCB01025E0B76452D48A2B41F6583E9E0B942FD62E7',
|
|
1987
|
+
name: 'Neutron',
|
|
1988
|
+
display: 'ntrn',
|
|
1989
|
+
symbol: 'NTRN',
|
|
1990
|
+
logo_URIs: {
|
|
1991
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1992
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
1993
|
+
},
|
|
1994
|
+
coingecko_id: 'neutron-3',
|
|
1995
|
+
images: [{
|
|
1996
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1997
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1998
|
+
theme: {
|
|
1999
|
+
primary_color_hex: '#040404',
|
|
2000
|
+
background_color_hex: '#000000',
|
|
2001
|
+
circle: true
|
|
2002
|
+
}
|
|
2003
|
+
}],
|
|
2004
|
+
socials: {
|
|
2005
|
+
website: 'https://neutron.org/',
|
|
2006
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
2007
|
+
},
|
|
2008
|
+
type_asset: 'sdk.coin',
|
|
2009
|
+
traces: [{
|
|
2010
|
+
type: 'ibc',
|
|
2011
|
+
counterparty: {
|
|
2012
|
+
channel_id: 'channel-5789',
|
|
2013
|
+
base_denom: 'untrn',
|
|
2014
|
+
chain_name: 'neutron'
|
|
2015
|
+
},
|
|
2016
|
+
chain: {
|
|
2017
|
+
channel_id: 'channel-146'
|
|
2018
|
+
}
|
|
2019
|
+
}]
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
description: 'BITCOSMOS',
|
|
2023
|
+
denom_units: [{
|
|
2024
|
+
denom: 'ibc/59DFCE0F5123464FF7FFFF075B45FD731F0C7963B6AE56EB751C11E615B1CD1E',
|
|
2025
|
+
exponent: 0,
|
|
2026
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
2027
|
+
}, {
|
|
2028
|
+
denom: 'bitcosmos',
|
|
2029
|
+
exponent: 6
|
|
2030
|
+
}],
|
|
2031
|
+
base: 'ibc/59DFCE0F5123464FF7FFFF075B45FD731F0C7963B6AE56EB751C11E615B1CD1E',
|
|
2032
|
+
name: 'Bitcosmos',
|
|
2033
|
+
display: 'bitcosmos',
|
|
2034
|
+
symbol: 'BTC',
|
|
2035
|
+
logo_URIs: {
|
|
2036
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
2037
|
+
},
|
|
2038
|
+
images: [{
|
|
2039
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
2040
|
+
theme: {
|
|
2041
|
+
primary_color_hex: '#1b0847'
|
|
2042
|
+
}
|
|
2043
|
+
}],
|
|
2044
|
+
type_asset: 'sdk.coin',
|
|
2045
|
+
traces: [{
|
|
2046
|
+
type: 'ibc',
|
|
2047
|
+
counterparty: {
|
|
2048
|
+
channel_id: 'channel-5789',
|
|
2049
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
2050
|
+
chain_name: 'neutron'
|
|
2051
|
+
},
|
|
2052
|
+
chain: {
|
|
2053
|
+
channel_id: 'channel-146'
|
|
2054
|
+
}
|
|
2055
|
+
}]
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
description: 'What the Fuck',
|
|
2059
|
+
denom_units: [{
|
|
2060
|
+
denom: 'ibc/B9F90D293D25BAC3880D1011657358A4E5104773ADC1DE53593A3B3DCE15B475',
|
|
2061
|
+
exponent: 0,
|
|
2062
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
2063
|
+
}, {
|
|
2064
|
+
denom: 'wtf',
|
|
2065
|
+
exponent: 6
|
|
2066
|
+
}],
|
|
2067
|
+
base: 'ibc/B9F90D293D25BAC3880D1011657358A4E5104773ADC1DE53593A3B3DCE15B475',
|
|
2068
|
+
name: 'wtf',
|
|
2069
|
+
display: 'wtf',
|
|
2070
|
+
symbol: 'WTF',
|
|
2071
|
+
logo_URIs: {
|
|
2072
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
2073
|
+
},
|
|
2074
|
+
images: [{
|
|
2075
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
2076
|
+
theme: {
|
|
2077
|
+
primary_color_hex: '#dcd5ab'
|
|
2078
|
+
}
|
|
2079
|
+
}],
|
|
2080
|
+
type_asset: 'sdk.coin',
|
|
2081
|
+
traces: [{
|
|
2082
|
+
type: 'ibc',
|
|
2083
|
+
counterparty: {
|
|
2084
|
+
channel_id: 'channel-5789',
|
|
2085
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
2086
|
+
chain_name: 'neutron'
|
|
2087
|
+
},
|
|
2088
|
+
chain: {
|
|
2089
|
+
channel_id: 'channel-146'
|
|
2090
|
+
}
|
|
2091
|
+
}]
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
description: 'Astro BOY',
|
|
2095
|
+
denom_units: [{
|
|
2096
|
+
denom: 'ibc/64A01950BB006DE3D540E5174DFF3D60B36059DDDC413769AB4C8C051217A64C',
|
|
2097
|
+
exponent: 0,
|
|
2098
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
2099
|
+
}, {
|
|
2100
|
+
denom: 'boy',
|
|
2101
|
+
exponent: 6
|
|
2102
|
+
}],
|
|
2103
|
+
base: 'ibc/64A01950BB006DE3D540E5174DFF3D60B36059DDDC413769AB4C8C051217A64C',
|
|
2104
|
+
name: 'boy',
|
|
2105
|
+
display: 'boy',
|
|
2106
|
+
symbol: 'BOY',
|
|
2107
|
+
logo_URIs: {
|
|
2108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
2109
|
+
},
|
|
2110
|
+
images: [{
|
|
2111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
2112
|
+
theme: {
|
|
2113
|
+
primary_color_hex: '#333333'
|
|
2114
|
+
}
|
|
2115
|
+
}],
|
|
2116
|
+
type_asset: 'sdk.coin',
|
|
2117
|
+
traces: [{
|
|
2118
|
+
type: 'ibc',
|
|
2119
|
+
counterparty: {
|
|
2120
|
+
channel_id: 'channel-5789',
|
|
2121
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
2122
|
+
chain_name: 'neutron'
|
|
2123
|
+
},
|
|
2124
|
+
chain: {
|
|
2125
|
+
channel_id: 'channel-146'
|
|
2126
|
+
}
|
|
2127
|
+
}]
|
|
2128
|
+
},
|
|
1823
2129
|
{
|
|
1824
2130
|
description: 'The permissioned staking asset for Noble Chain',
|
|
1825
2131
|
denom_units: [{
|
package/mainnet/archway.js
CHANGED
|
@@ -1141,50 +1141,6 @@ const assets = {
|
|
|
1141
1141
|
}
|
|
1142
1142
|
}]
|
|
1143
1143
|
},
|
|
1144
|
-
{
|
|
1145
|
-
description: 'The native token of Nois',
|
|
1146
|
-
denom_units: [{
|
|
1147
|
-
denom: 'ibc/A399023C1ACCA397C485D5A9EAC9EFEC32C2664A99A1D9E41C758D8863FF21EC',
|
|
1148
|
-
exponent: 0,
|
|
1149
|
-
aliases: ['unois']
|
|
1150
|
-
}, {
|
|
1151
|
-
denom: 'nois',
|
|
1152
|
-
exponent: 6
|
|
1153
|
-
}],
|
|
1154
|
-
base: 'ibc/A399023C1ACCA397C485D5A9EAC9EFEC32C2664A99A1D9E41C758D8863FF21EC',
|
|
1155
|
-
name: 'Nois',
|
|
1156
|
-
display: 'nois',
|
|
1157
|
-
symbol: 'NOIS',
|
|
1158
|
-
logo_URIs: {
|
|
1159
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
1160
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
1161
|
-
},
|
|
1162
|
-
keywords: [
|
|
1163
|
-
'nois',
|
|
1164
|
-
'randomness',
|
|
1165
|
-
'drand',
|
|
1166
|
-
'wasm'
|
|
1167
|
-
],
|
|
1168
|
-
images: [{
|
|
1169
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
1170
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
1171
|
-
theme: {
|
|
1172
|
-
primary_color_hex: '#0c0c14'
|
|
1173
|
-
}
|
|
1174
|
-
}],
|
|
1175
|
-
type_asset: 'sdk.coin',
|
|
1176
|
-
traces: [{
|
|
1177
|
-
type: 'ibc',
|
|
1178
|
-
counterparty: {
|
|
1179
|
-
channel_id: 'channel-21',
|
|
1180
|
-
base_denom: 'unois',
|
|
1181
|
-
chain_name: 'nois'
|
|
1182
|
-
},
|
|
1183
|
-
chain: {
|
|
1184
|
-
channel_id: 'channel-17'
|
|
1185
|
-
}
|
|
1186
|
-
}]
|
|
1187
|
-
},
|
|
1188
1144
|
{
|
|
1189
1145
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
1190
1146
|
denom_units: [{
|
|
@@ -2418,50 +2374,6 @@ const assets = {
|
|
|
2418
2374
|
}
|
|
2419
2375
|
}]
|
|
2420
2376
|
},
|
|
2421
|
-
{
|
|
2422
|
-
description: 'The native token of Nois',
|
|
2423
|
-
denom_units: [{
|
|
2424
|
-
denom: 'ibc/A399023C1ACCA397C485D5A9EAC9EFEC32C2664A99A1D9E41C758D8863FF21EC',
|
|
2425
|
-
exponent: 0,
|
|
2426
|
-
aliases: ['unois']
|
|
2427
|
-
}, {
|
|
2428
|
-
denom: 'nois',
|
|
2429
|
-
exponent: 6
|
|
2430
|
-
}],
|
|
2431
|
-
base: 'ibc/A399023C1ACCA397C485D5A9EAC9EFEC32C2664A99A1D9E41C758D8863FF21EC',
|
|
2432
|
-
name: 'Nois',
|
|
2433
|
-
display: 'nois',
|
|
2434
|
-
symbol: 'NOIS',
|
|
2435
|
-
logo_URIs: {
|
|
2436
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
2437
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
2438
|
-
},
|
|
2439
|
-
keywords: [
|
|
2440
|
-
'nois',
|
|
2441
|
-
'randomness',
|
|
2442
|
-
'drand',
|
|
2443
|
-
'wasm'
|
|
2444
|
-
],
|
|
2445
|
-
images: [{
|
|
2446
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
2447
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
2448
|
-
theme: {
|
|
2449
|
-
primary_color_hex: '#0c0c14'
|
|
2450
|
-
}
|
|
2451
|
-
}],
|
|
2452
|
-
type_asset: 'sdk.coin',
|
|
2453
|
-
traces: [{
|
|
2454
|
-
type: 'ibc',
|
|
2455
|
-
counterparty: {
|
|
2456
|
-
channel_id: 'channel-21',
|
|
2457
|
-
base_denom: 'unois',
|
|
2458
|
-
chain_name: 'nois'
|
|
2459
|
-
},
|
|
2460
|
-
chain: {
|
|
2461
|
-
channel_id: 'channel-17'
|
|
2462
|
-
}
|
|
2463
|
-
}]
|
|
2464
|
-
},
|
|
2465
2377
|
{
|
|
2466
2378
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
2467
2379
|
denom_units: [{
|
package/mainnet/assets.js
CHANGED
|
@@ -92,7 +92,6 @@ const neutron_1 = __importDefault(require("./neutron"));
|
|
|
92
92
|
const nibiru_1 = __importDefault(require("./nibiru"));
|
|
93
93
|
const nim_1 = __importDefault(require("./nim"));
|
|
94
94
|
const noble_1 = __importDefault(require("./noble"));
|
|
95
|
-
const nois_1 = __importDefault(require("./nois"));
|
|
96
95
|
const nolus_1 = __importDefault(require("./nolus"));
|
|
97
96
|
const nomic_1 = __importDefault(require("./nomic"));
|
|
98
97
|
const nyx_1 = __importDefault(require("./nyx"));
|
|
@@ -150,5 +149,5 @@ const unification_1 = __importDefault(require("./unification"));
|
|
|
150
149
|
const uptick_1 = __importDefault(require("./uptick"));
|
|
151
150
|
const xion_1 = __importDefault(require("./xion"));
|
|
152
151
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
153
|
-
const assets = [ethereum_1.default, solana_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, mantrachain_1.default, mars_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default,
|
|
152
|
+
const assets = [ethereum_1.default, solana_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, mantrachain_1.default, mars_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default];
|
|
154
153
|
exports.default = assets;
|
package/mainnet/aura.js
CHANGED
|
@@ -412,50 +412,6 @@ const assets = {
|
|
|
412
412
|
}
|
|
413
413
|
}]
|
|
414
414
|
},
|
|
415
|
-
{
|
|
416
|
-
description: 'The native token of Nois',
|
|
417
|
-
denom_units: [{
|
|
418
|
-
denom: 'ibc/1FD48481DAA1B05575FE6D3E35929264437B8424A73243B207BCB67401C7F1FD',
|
|
419
|
-
exponent: 0,
|
|
420
|
-
aliases: ['unois']
|
|
421
|
-
}, {
|
|
422
|
-
denom: 'nois',
|
|
423
|
-
exponent: 6
|
|
424
|
-
}],
|
|
425
|
-
base: 'ibc/1FD48481DAA1B05575FE6D3E35929264437B8424A73243B207BCB67401C7F1FD',
|
|
426
|
-
name: 'Nois',
|
|
427
|
-
display: 'nois',
|
|
428
|
-
symbol: 'NOIS',
|
|
429
|
-
logo_URIs: {
|
|
430
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
431
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
432
|
-
},
|
|
433
|
-
keywords: [
|
|
434
|
-
'nois',
|
|
435
|
-
'randomness',
|
|
436
|
-
'drand',
|
|
437
|
-
'wasm'
|
|
438
|
-
],
|
|
439
|
-
images: [{
|
|
440
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
441
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
442
|
-
theme: {
|
|
443
|
-
primary_color_hex: '#0c0c14'
|
|
444
|
-
}
|
|
445
|
-
}],
|
|
446
|
-
type_asset: 'sdk.coin',
|
|
447
|
-
traces: [{
|
|
448
|
-
type: 'ibc',
|
|
449
|
-
counterparty: {
|
|
450
|
-
channel_id: 'channel-16',
|
|
451
|
-
base_denom: 'unois',
|
|
452
|
-
chain_name: 'nois'
|
|
453
|
-
},
|
|
454
|
-
chain: {
|
|
455
|
-
channel_id: 'channel-3'
|
|
456
|
-
}
|
|
457
|
-
}]
|
|
458
|
-
},
|
|
459
415
|
{
|
|
460
416
|
description: 'The native token of Osmosis',
|
|
461
417
|
denom_units: [{
|
|
@@ -996,50 +952,6 @@ const assets = {
|
|
|
996
952
|
}
|
|
997
953
|
}]
|
|
998
954
|
},
|
|
999
|
-
{
|
|
1000
|
-
description: 'The native token of Nois',
|
|
1001
|
-
denom_units: [{
|
|
1002
|
-
denom: 'ibc/1FD48481DAA1B05575FE6D3E35929264437B8424A73243B207BCB67401C7F1FD',
|
|
1003
|
-
exponent: 0,
|
|
1004
|
-
aliases: ['unois']
|
|
1005
|
-
}, {
|
|
1006
|
-
denom: 'nois',
|
|
1007
|
-
exponent: 6
|
|
1008
|
-
}],
|
|
1009
|
-
base: 'ibc/1FD48481DAA1B05575FE6D3E35929264437B8424A73243B207BCB67401C7F1FD',
|
|
1010
|
-
name: 'Nois',
|
|
1011
|
-
display: 'nois',
|
|
1012
|
-
symbol: 'NOIS',
|
|
1013
|
-
logo_URIs: {
|
|
1014
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
1015
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
1016
|
-
},
|
|
1017
|
-
keywords: [
|
|
1018
|
-
'nois',
|
|
1019
|
-
'randomness',
|
|
1020
|
-
'drand',
|
|
1021
|
-
'wasm'
|
|
1022
|
-
],
|
|
1023
|
-
images: [{
|
|
1024
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
1025
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
1026
|
-
theme: {
|
|
1027
|
-
primary_color_hex: '#0c0c14'
|
|
1028
|
-
}
|
|
1029
|
-
}],
|
|
1030
|
-
type_asset: 'sdk.coin',
|
|
1031
|
-
traces: [{
|
|
1032
|
-
type: 'ibc',
|
|
1033
|
-
counterparty: {
|
|
1034
|
-
channel_id: 'channel-16',
|
|
1035
|
-
base_denom: 'unois',
|
|
1036
|
-
chain_name: 'nois'
|
|
1037
|
-
},
|
|
1038
|
-
chain: {
|
|
1039
|
-
channel_id: 'channel-3'
|
|
1040
|
-
}
|
|
1041
|
-
}]
|
|
1042
|
-
},
|
|
1043
955
|
{
|
|
1044
956
|
description: 'The native token of Osmosis',
|
|
1045
957
|
denom_units: [{
|