@chain-registry/assets 1.70.147 → 1.70.149
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 +76 -0
- package/esm/mainnet/archway.js +76 -0
- package/esm/mainnet/aura.js +76 -0
- package/esm/mainnet/beezee.js +76 -0
- package/esm/mainnet/coreum.js +76 -0
- package/esm/mainnet/cosmoshub.js +76 -0
- package/esm/mainnet/crescent.js +76 -0
- package/esm/mainnet/doravota.js +76 -0
- package/esm/mainnet/dydx.js +76 -0
- package/esm/mainnet/dymension.js +76 -0
- package/esm/mainnet/elys.js +76 -0
- package/esm/mainnet/evmos.js +76 -0
- package/esm/mainnet/furya.js +76 -0
- package/esm/mainnet/haqq.js +76 -0
- package/esm/mainnet/impacthub.js +76 -0
- package/esm/mainnet/injective.js +76 -0
- package/esm/mainnet/joltify.js +76 -0
- package/esm/mainnet/juno.js +76 -0
- package/esm/mainnet/kava.js +76 -0
- package/esm/mainnet/kopi.js +76 -0
- package/esm/mainnet/kujira.js +76 -0
- package/esm/mainnet/lava.js +76 -0
- package/esm/mainnet/mantrachain.js +76 -0
- package/esm/mainnet/migaloo.js +76 -0
- package/esm/mainnet/neutron.js +80 -4
- package/esm/mainnet/nibiru.js +76 -0
- package/esm/mainnet/omniflixhub.js +76 -0
- package/esm/mainnet/onex.js +76 -0
- package/esm/mainnet/osmosis.js +80 -4
- package/esm/mainnet/persistence.js +76 -0
- package/esm/mainnet/planq.js +76 -0
- package/esm/mainnet/provenance.js +76 -0
- package/esm/mainnet/pryzm.js +76 -0
- package/esm/mainnet/regen.js +76 -0
- package/esm/mainnet/routerchain.js +76 -0
- package/esm/mainnet/secretnetwork.js +76 -0
- package/esm/mainnet/sei.js +76 -0
- package/esm/mainnet/shido.js +76 -0
- package/esm/mainnet/sidechain.js +76 -0
- package/esm/mainnet/stargaze.js +76 -0
- package/esm/mainnet/teritori.js +76 -0
- package/esm/mainnet/terra2.js +76 -0
- package/esm/mainnet/titan.js +76 -0
- package/esm/mainnet/umee.js +76 -0
- package/esm/mainnet/xion.js +76 -0
- package/esm/testnet/assets.js +3 -1
- package/esm/testnet/axelartestnet.js +16 -16
- package/esm/testnet/babylontestnet.js +73 -0
- package/esm/testnet/index.js +2 -0
- package/esm/testnet/neutrontestnet.js +66 -0
- package/esm/testnet/nobletestnet.js +68 -0
- package/esm/testnet/osmosistestnet.js +84 -16
- package/esm/testnet/xiontestnet2.js +184 -0
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +76 -0
- package/mainnet/archway.js +76 -0
- package/mainnet/aura.js +76 -0
- package/mainnet/beezee.js +76 -0
- package/mainnet/coreum.js +76 -0
- package/mainnet/cosmoshub.js +76 -0
- package/mainnet/crescent.js +76 -0
- package/mainnet/doravota.js +76 -0
- package/mainnet/dydx.js +76 -0
- package/mainnet/dymension.js +76 -0
- package/mainnet/elys.js +76 -0
- package/mainnet/evmos.js +76 -0
- package/mainnet/furya.js +76 -0
- package/mainnet/haqq.js +76 -0
- package/mainnet/impacthub.js +76 -0
- package/mainnet/injective.js +76 -0
- package/mainnet/joltify.js +76 -0
- package/mainnet/juno.js +76 -0
- package/mainnet/kava.js +76 -0
- package/mainnet/kopi.js +76 -0
- package/mainnet/kujira.js +76 -0
- package/mainnet/lava.js +76 -0
- package/mainnet/mantrachain.js +76 -0
- package/mainnet/migaloo.js +76 -0
- package/mainnet/neutron.js +80 -4
- package/mainnet/nibiru.js +76 -0
- package/mainnet/omniflixhub.js +76 -0
- package/mainnet/onex.js +76 -0
- package/mainnet/osmosis.js +80 -4
- package/mainnet/persistence.js +76 -0
- package/mainnet/planq.js +76 -0
- package/mainnet/provenance.js +76 -0
- package/mainnet/pryzm.js +76 -0
- package/mainnet/regen.js +76 -0
- package/mainnet/routerchain.js +76 -0
- package/mainnet/secretnetwork.js +76 -0
- package/mainnet/sei.js +76 -0
- package/mainnet/shido.js +76 -0
- package/mainnet/sidechain.js +76 -0
- package/mainnet/stargaze.js +76 -0
- package/mainnet/teritori.js +76 -0
- package/mainnet/terra2.js +76 -0
- package/mainnet/titan.js +76 -0
- package/mainnet/umee.js +76 -0
- package/mainnet/xion.js +76 -0
- package/package.json +5 -5
- package/testnet/assets.js +3 -1
- package/testnet/axelartestnet.js +16 -16
- package/testnet/babylontestnet.d.ts +3 -0
- package/testnet/babylontestnet.js +75 -0
- package/testnet/index.d.ts +2 -0
- package/testnet/index.js +3 -1
- package/testnet/neutrontestnet.js +66 -0
- package/testnet/nobletestnet.js +68 -0
- package/testnet/osmosistestnet.js +84 -16
- package/testnet/xiontestnet2.d.ts +3 -0
- package/testnet/xiontestnet2.js +186 -0
package/esm/mainnet/lava.js
CHANGED
|
@@ -618,6 +618,44 @@ const assets = {
|
|
|
618
618
|
}
|
|
619
619
|
}]
|
|
620
620
|
},
|
|
621
|
+
{
|
|
622
|
+
description: 'USDN token',
|
|
623
|
+
denom_units: [{
|
|
624
|
+
denom: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
625
|
+
exponent: 0,
|
|
626
|
+
aliases: ['uusdn']
|
|
627
|
+
}, {
|
|
628
|
+
denom: 'usdn',
|
|
629
|
+
exponent: 6
|
|
630
|
+
}],
|
|
631
|
+
type_asset: 'sdk.coin',
|
|
632
|
+
base: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
633
|
+
name: 'Noble Dollar',
|
|
634
|
+
display: 'usdn',
|
|
635
|
+
symbol: 'USDN',
|
|
636
|
+
logo_URIs: {
|
|
637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
639
|
+
},
|
|
640
|
+
images: [{
|
|
641
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
642
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
643
|
+
theme: {
|
|
644
|
+
primary_color_hex: '#2E8564'
|
|
645
|
+
}
|
|
646
|
+
}],
|
|
647
|
+
traces: [{
|
|
648
|
+
type: 'ibc',
|
|
649
|
+
counterparty: {
|
|
650
|
+
channel_id: 'channel-105',
|
|
651
|
+
base_denom: 'uusdn',
|
|
652
|
+
chain_name: 'noble'
|
|
653
|
+
},
|
|
654
|
+
chain: {
|
|
655
|
+
channel_id: 'channel-9'
|
|
656
|
+
}
|
|
657
|
+
}]
|
|
658
|
+
},
|
|
621
659
|
{
|
|
622
660
|
description: 'The native token of Osmosis',
|
|
623
661
|
denom_units: [{
|
|
@@ -868,6 +906,44 @@ const assets = {
|
|
|
868
906
|
}
|
|
869
907
|
}]
|
|
870
908
|
},
|
|
909
|
+
{
|
|
910
|
+
description: 'USDN token',
|
|
911
|
+
denom_units: [{
|
|
912
|
+
denom: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
913
|
+
exponent: 0,
|
|
914
|
+
aliases: ['uusdn']
|
|
915
|
+
}, {
|
|
916
|
+
denom: 'usdn',
|
|
917
|
+
exponent: 6
|
|
918
|
+
}],
|
|
919
|
+
type_asset: 'sdk.coin',
|
|
920
|
+
base: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
921
|
+
name: 'Noble Dollar',
|
|
922
|
+
display: 'usdn',
|
|
923
|
+
symbol: 'USDN',
|
|
924
|
+
logo_URIs: {
|
|
925
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
926
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
927
|
+
},
|
|
928
|
+
images: [{
|
|
929
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
930
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
931
|
+
theme: {
|
|
932
|
+
primary_color_hex: '#2E8564'
|
|
933
|
+
}
|
|
934
|
+
}],
|
|
935
|
+
traces: [{
|
|
936
|
+
type: 'ibc',
|
|
937
|
+
counterparty: {
|
|
938
|
+
channel_id: 'channel-105',
|
|
939
|
+
base_denom: 'uusdn',
|
|
940
|
+
chain_name: 'noble'
|
|
941
|
+
},
|
|
942
|
+
chain: {
|
|
943
|
+
channel_id: 'channel-9'
|
|
944
|
+
}
|
|
945
|
+
}]
|
|
946
|
+
},
|
|
871
947
|
{
|
|
872
948
|
description: 'The native token of Osmosis',
|
|
873
949
|
denom_units: [{
|
|
@@ -852,6 +852,44 @@ const assets = {
|
|
|
852
852
|
}
|
|
853
853
|
}]
|
|
854
854
|
},
|
|
855
|
+
{
|
|
856
|
+
description: 'USDN token',
|
|
857
|
+
denom_units: [{
|
|
858
|
+
denom: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
859
|
+
exponent: 0,
|
|
860
|
+
aliases: ['uusdn']
|
|
861
|
+
}, {
|
|
862
|
+
denom: 'usdn',
|
|
863
|
+
exponent: 6
|
|
864
|
+
}],
|
|
865
|
+
type_asset: 'sdk.coin',
|
|
866
|
+
base: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
867
|
+
name: 'Noble Dollar',
|
|
868
|
+
display: 'usdn',
|
|
869
|
+
symbol: 'USDN',
|
|
870
|
+
logo_URIs: {
|
|
871
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
872
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
873
|
+
},
|
|
874
|
+
images: [{
|
|
875
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
876
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
877
|
+
theme: {
|
|
878
|
+
primary_color_hex: '#2E8564'
|
|
879
|
+
}
|
|
880
|
+
}],
|
|
881
|
+
traces: [{
|
|
882
|
+
type: 'ibc',
|
|
883
|
+
counterparty: {
|
|
884
|
+
channel_id: 'channel-101',
|
|
885
|
+
base_denom: 'uusdn',
|
|
886
|
+
chain_name: 'noble'
|
|
887
|
+
},
|
|
888
|
+
chain: {
|
|
889
|
+
channel_id: 'channel-1'
|
|
890
|
+
}
|
|
891
|
+
}]
|
|
892
|
+
},
|
|
855
893
|
{
|
|
856
894
|
description: 'The native token of Osmosis',
|
|
857
895
|
denom_units: [{
|
|
@@ -1102,6 +1140,44 @@ const assets = {
|
|
|
1102
1140
|
}
|
|
1103
1141
|
}]
|
|
1104
1142
|
},
|
|
1143
|
+
{
|
|
1144
|
+
description: 'USDN token',
|
|
1145
|
+
denom_units: [{
|
|
1146
|
+
denom: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
1147
|
+
exponent: 0,
|
|
1148
|
+
aliases: ['uusdn']
|
|
1149
|
+
}, {
|
|
1150
|
+
denom: 'usdn',
|
|
1151
|
+
exponent: 6
|
|
1152
|
+
}],
|
|
1153
|
+
type_asset: 'sdk.coin',
|
|
1154
|
+
base: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
1155
|
+
name: 'Noble Dollar',
|
|
1156
|
+
display: 'usdn',
|
|
1157
|
+
symbol: 'USDN',
|
|
1158
|
+
logo_URIs: {
|
|
1159
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1160
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1161
|
+
},
|
|
1162
|
+
images: [{
|
|
1163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1164
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1165
|
+
theme: {
|
|
1166
|
+
primary_color_hex: '#2E8564'
|
|
1167
|
+
}
|
|
1168
|
+
}],
|
|
1169
|
+
traces: [{
|
|
1170
|
+
type: 'ibc',
|
|
1171
|
+
counterparty: {
|
|
1172
|
+
channel_id: 'channel-101',
|
|
1173
|
+
base_denom: 'uusdn',
|
|
1174
|
+
chain_name: 'noble'
|
|
1175
|
+
},
|
|
1176
|
+
chain: {
|
|
1177
|
+
channel_id: 'channel-1'
|
|
1178
|
+
}
|
|
1179
|
+
}]
|
|
1180
|
+
},
|
|
1105
1181
|
{
|
|
1106
1182
|
description: 'The native token of Osmosis',
|
|
1107
1183
|
denom_units: [{
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -1906,6 +1906,44 @@ const assets = {
|
|
|
1906
1906
|
}
|
|
1907
1907
|
}]
|
|
1908
1908
|
},
|
|
1909
|
+
{
|
|
1910
|
+
description: 'USDN token',
|
|
1911
|
+
denom_units: [{
|
|
1912
|
+
denom: 'ibc/210A435E009FBDA3513CAAAF0444172A21E5DADC37760A12321AED38E9B88BF1',
|
|
1913
|
+
exponent: 0,
|
|
1914
|
+
aliases: ['uusdn']
|
|
1915
|
+
}, {
|
|
1916
|
+
denom: 'usdn',
|
|
1917
|
+
exponent: 6
|
|
1918
|
+
}],
|
|
1919
|
+
type_asset: 'sdk.coin',
|
|
1920
|
+
base: 'ibc/210A435E009FBDA3513CAAAF0444172A21E5DADC37760A12321AED38E9B88BF1',
|
|
1921
|
+
name: 'Noble Dollar',
|
|
1922
|
+
display: 'usdn',
|
|
1923
|
+
symbol: 'USDN',
|
|
1924
|
+
logo_URIs: {
|
|
1925
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1926
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1927
|
+
},
|
|
1928
|
+
images: [{
|
|
1929
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1930
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1931
|
+
theme: {
|
|
1932
|
+
primary_color_hex: '#2E8564'
|
|
1933
|
+
}
|
|
1934
|
+
}],
|
|
1935
|
+
traces: [{
|
|
1936
|
+
type: 'ibc',
|
|
1937
|
+
counterparty: {
|
|
1938
|
+
channel_id: 'channel-14',
|
|
1939
|
+
base_denom: 'uusdn',
|
|
1940
|
+
chain_name: 'noble'
|
|
1941
|
+
},
|
|
1942
|
+
chain: {
|
|
1943
|
+
channel_id: 'channel-60'
|
|
1944
|
+
}
|
|
1945
|
+
}]
|
|
1946
|
+
},
|
|
1909
1947
|
{
|
|
1910
1948
|
description: 'The native token of Osmosis',
|
|
1911
1949
|
denom_units: [{
|
|
@@ -2358,6 +2396,44 @@ const assets = {
|
|
|
2358
2396
|
}
|
|
2359
2397
|
}]
|
|
2360
2398
|
},
|
|
2399
|
+
{
|
|
2400
|
+
description: 'USDN token',
|
|
2401
|
+
denom_units: [{
|
|
2402
|
+
denom: 'ibc/210A435E009FBDA3513CAAAF0444172A21E5DADC37760A12321AED38E9B88BF1',
|
|
2403
|
+
exponent: 0,
|
|
2404
|
+
aliases: ['uusdn']
|
|
2405
|
+
}, {
|
|
2406
|
+
denom: 'usdn',
|
|
2407
|
+
exponent: 6
|
|
2408
|
+
}],
|
|
2409
|
+
type_asset: 'sdk.coin',
|
|
2410
|
+
base: 'ibc/210A435E009FBDA3513CAAAF0444172A21E5DADC37760A12321AED38E9B88BF1',
|
|
2411
|
+
name: 'Noble Dollar',
|
|
2412
|
+
display: 'usdn',
|
|
2413
|
+
symbol: 'USDN',
|
|
2414
|
+
logo_URIs: {
|
|
2415
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2416
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2417
|
+
},
|
|
2418
|
+
images: [{
|
|
2419
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2420
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2421
|
+
theme: {
|
|
2422
|
+
primary_color_hex: '#2E8564'
|
|
2423
|
+
}
|
|
2424
|
+
}],
|
|
2425
|
+
traces: [{
|
|
2426
|
+
type: 'ibc',
|
|
2427
|
+
counterparty: {
|
|
2428
|
+
channel_id: 'channel-14',
|
|
2429
|
+
base_denom: 'uusdn',
|
|
2430
|
+
chain_name: 'noble'
|
|
2431
|
+
},
|
|
2432
|
+
chain: {
|
|
2433
|
+
channel_id: 'channel-60'
|
|
2434
|
+
}
|
|
2435
|
+
}]
|
|
2436
|
+
},
|
|
2361
2437
|
{
|
|
2362
2438
|
description: 'The native token of Osmosis',
|
|
2363
2439
|
denom_units: [{
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -771,8 +771,8 @@ const assets = {
|
|
|
771
771
|
}
|
|
772
772
|
}],
|
|
773
773
|
socials: {
|
|
774
|
-
website: 'https://int3face.
|
|
775
|
-
twitter: 'https://x.com/
|
|
774
|
+
website: 'https://int3face.zone/',
|
|
775
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
776
776
|
},
|
|
777
777
|
type_asset: 'sdk.coin',
|
|
778
778
|
traces: [{
|
|
@@ -1847,8 +1847,8 @@ const assets = {
|
|
|
1847
1847
|
}
|
|
1848
1848
|
}],
|
|
1849
1849
|
socials: {
|
|
1850
|
-
website: 'https://int3face.
|
|
1851
|
-
twitter: 'https://x.com/
|
|
1850
|
+
website: 'https://int3face.zone/',
|
|
1851
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
1852
1852
|
},
|
|
1853
1853
|
type_asset: 'sdk.coin',
|
|
1854
1854
|
traces: [{
|
|
@@ -2272,6 +2272,44 @@ const assets = {
|
|
|
2272
2272
|
}
|
|
2273
2273
|
}]
|
|
2274
2274
|
},
|
|
2275
|
+
{
|
|
2276
|
+
description: 'USDN token',
|
|
2277
|
+
denom_units: [{
|
|
2278
|
+
denom: 'ibc/647A544ED631A846AFB787A9550422E782E913C46513011A48220AB13DC24D55',
|
|
2279
|
+
exponent: 0,
|
|
2280
|
+
aliases: ['uusdn']
|
|
2281
|
+
}, {
|
|
2282
|
+
denom: 'usdn',
|
|
2283
|
+
exponent: 6
|
|
2284
|
+
}],
|
|
2285
|
+
type_asset: 'sdk.coin',
|
|
2286
|
+
base: 'ibc/647A544ED631A846AFB787A9550422E782E913C46513011A48220AB13DC24D55',
|
|
2287
|
+
name: 'Noble Dollar',
|
|
2288
|
+
display: 'usdn',
|
|
2289
|
+
symbol: 'USDN',
|
|
2290
|
+
logo_URIs: {
|
|
2291
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2293
|
+
},
|
|
2294
|
+
images: [{
|
|
2295
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2296
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2297
|
+
theme: {
|
|
2298
|
+
primary_color_hex: '#2E8564'
|
|
2299
|
+
}
|
|
2300
|
+
}],
|
|
2301
|
+
traces: [{
|
|
2302
|
+
type: 'ibc',
|
|
2303
|
+
counterparty: {
|
|
2304
|
+
channel_id: 'channel-18',
|
|
2305
|
+
base_denom: 'uusdn',
|
|
2306
|
+
chain_name: 'noble'
|
|
2307
|
+
},
|
|
2308
|
+
chain: {
|
|
2309
|
+
channel_id: 'channel-30'
|
|
2310
|
+
}
|
|
2311
|
+
}]
|
|
2312
|
+
},
|
|
2275
2313
|
{
|
|
2276
2314
|
description: 'The native token of Nolus chain',
|
|
2277
2315
|
denom_units: [{
|
|
@@ -7609,6 +7647,44 @@ const assets = {
|
|
|
7609
7647
|
}
|
|
7610
7648
|
}]
|
|
7611
7649
|
},
|
|
7650
|
+
{
|
|
7651
|
+
description: 'USDN token',
|
|
7652
|
+
denom_units: [{
|
|
7653
|
+
denom: 'ibc/647A544ED631A846AFB787A9550422E782E913C46513011A48220AB13DC24D55',
|
|
7654
|
+
exponent: 0,
|
|
7655
|
+
aliases: ['uusdn']
|
|
7656
|
+
}, {
|
|
7657
|
+
denom: 'usdn',
|
|
7658
|
+
exponent: 6
|
|
7659
|
+
}],
|
|
7660
|
+
type_asset: 'sdk.coin',
|
|
7661
|
+
base: 'ibc/647A544ED631A846AFB787A9550422E782E913C46513011A48220AB13DC24D55',
|
|
7662
|
+
name: 'Noble Dollar',
|
|
7663
|
+
display: 'usdn',
|
|
7664
|
+
symbol: 'USDN',
|
|
7665
|
+
logo_URIs: {
|
|
7666
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
7667
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
7668
|
+
},
|
|
7669
|
+
images: [{
|
|
7670
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
7671
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
7672
|
+
theme: {
|
|
7673
|
+
primary_color_hex: '#2E8564'
|
|
7674
|
+
}
|
|
7675
|
+
}],
|
|
7676
|
+
traces: [{
|
|
7677
|
+
type: 'ibc',
|
|
7678
|
+
counterparty: {
|
|
7679
|
+
channel_id: 'channel-18',
|
|
7680
|
+
base_denom: 'uusdn',
|
|
7681
|
+
chain_name: 'noble'
|
|
7682
|
+
},
|
|
7683
|
+
chain: {
|
|
7684
|
+
channel_id: 'channel-30'
|
|
7685
|
+
}
|
|
7686
|
+
}]
|
|
7687
|
+
},
|
|
7612
7688
|
{
|
|
7613
7689
|
description: 'The native token of Nolus chain',
|
|
7614
7690
|
denom_units: [{
|
package/esm/mainnet/nibiru.js
CHANGED
|
@@ -206,6 +206,44 @@ const assets = {
|
|
|
206
206
|
}
|
|
207
207
|
}]
|
|
208
208
|
},
|
|
209
|
+
{
|
|
210
|
+
description: 'USDN token',
|
|
211
|
+
denom_units: [{
|
|
212
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
213
|
+
exponent: 0,
|
|
214
|
+
aliases: ['uusdn']
|
|
215
|
+
}, {
|
|
216
|
+
denom: 'usdn',
|
|
217
|
+
exponent: 6
|
|
218
|
+
}],
|
|
219
|
+
type_asset: 'sdk.coin',
|
|
220
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
221
|
+
name: 'Noble Dollar',
|
|
222
|
+
display: 'usdn',
|
|
223
|
+
symbol: 'USDN',
|
|
224
|
+
logo_URIs: {
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
227
|
+
},
|
|
228
|
+
images: [{
|
|
229
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
231
|
+
theme: {
|
|
232
|
+
primary_color_hex: '#2E8564'
|
|
233
|
+
}
|
|
234
|
+
}],
|
|
235
|
+
traces: [{
|
|
236
|
+
type: 'ibc',
|
|
237
|
+
counterparty: {
|
|
238
|
+
channel_id: 'channel-67',
|
|
239
|
+
base_denom: 'uusdn',
|
|
240
|
+
chain_name: 'noble'
|
|
241
|
+
},
|
|
242
|
+
chain: {
|
|
243
|
+
channel_id: 'channel-2'
|
|
244
|
+
}
|
|
245
|
+
}]
|
|
246
|
+
},
|
|
209
247
|
{
|
|
210
248
|
description: 'The native token of Osmosis',
|
|
211
249
|
denom_units: [{
|
|
@@ -413,6 +451,44 @@ const assets = {
|
|
|
413
451
|
}
|
|
414
452
|
}]
|
|
415
453
|
},
|
|
454
|
+
{
|
|
455
|
+
description: 'USDN token',
|
|
456
|
+
denom_units: [{
|
|
457
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
458
|
+
exponent: 0,
|
|
459
|
+
aliases: ['uusdn']
|
|
460
|
+
}, {
|
|
461
|
+
denom: 'usdn',
|
|
462
|
+
exponent: 6
|
|
463
|
+
}],
|
|
464
|
+
type_asset: 'sdk.coin',
|
|
465
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
466
|
+
name: 'Noble Dollar',
|
|
467
|
+
display: 'usdn',
|
|
468
|
+
symbol: 'USDN',
|
|
469
|
+
logo_URIs: {
|
|
470
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
471
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
472
|
+
},
|
|
473
|
+
images: [{
|
|
474
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
475
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
476
|
+
theme: {
|
|
477
|
+
primary_color_hex: '#2E8564'
|
|
478
|
+
}
|
|
479
|
+
}],
|
|
480
|
+
traces: [{
|
|
481
|
+
type: 'ibc',
|
|
482
|
+
counterparty: {
|
|
483
|
+
channel_id: 'channel-67',
|
|
484
|
+
base_denom: 'uusdn',
|
|
485
|
+
chain_name: 'noble'
|
|
486
|
+
},
|
|
487
|
+
chain: {
|
|
488
|
+
channel_id: 'channel-2'
|
|
489
|
+
}
|
|
490
|
+
}]
|
|
491
|
+
},
|
|
416
492
|
{
|
|
417
493
|
description: 'The native token of Osmosis',
|
|
418
494
|
denom_units: [{
|
|
@@ -501,6 +501,44 @@ const assets = {
|
|
|
501
501
|
}
|
|
502
502
|
}]
|
|
503
503
|
},
|
|
504
|
+
{
|
|
505
|
+
description: 'USDN token',
|
|
506
|
+
denom_units: [{
|
|
507
|
+
denom: 'ibc/21F260854DB73B07BFD4FAB4F57E9646B3590417FE6464BA36336AB21E8A89DB',
|
|
508
|
+
exponent: 0,
|
|
509
|
+
aliases: ['uusdn']
|
|
510
|
+
}, {
|
|
511
|
+
denom: 'usdn',
|
|
512
|
+
exponent: 6
|
|
513
|
+
}],
|
|
514
|
+
type_asset: 'sdk.coin',
|
|
515
|
+
base: 'ibc/21F260854DB73B07BFD4FAB4F57E9646B3590417FE6464BA36336AB21E8A89DB',
|
|
516
|
+
name: 'Noble Dollar',
|
|
517
|
+
display: 'usdn',
|
|
518
|
+
symbol: 'USDN',
|
|
519
|
+
logo_URIs: {
|
|
520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
522
|
+
},
|
|
523
|
+
images: [{
|
|
524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
525
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
526
|
+
theme: {
|
|
527
|
+
primary_color_hex: '#2E8564'
|
|
528
|
+
}
|
|
529
|
+
}],
|
|
530
|
+
traces: [{
|
|
531
|
+
type: 'ibc',
|
|
532
|
+
counterparty: {
|
|
533
|
+
channel_id: 'channel-44',
|
|
534
|
+
base_denom: 'uusdn',
|
|
535
|
+
chain_name: 'noble'
|
|
536
|
+
},
|
|
537
|
+
chain: {
|
|
538
|
+
channel_id: 'channel-38'
|
|
539
|
+
}
|
|
540
|
+
}]
|
|
541
|
+
},
|
|
504
542
|
{
|
|
505
543
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
506
544
|
denom_units: [{
|
|
@@ -1001,6 +1039,44 @@ const assets = {
|
|
|
1001
1039
|
}
|
|
1002
1040
|
}]
|
|
1003
1041
|
},
|
|
1042
|
+
{
|
|
1043
|
+
description: 'USDN token',
|
|
1044
|
+
denom_units: [{
|
|
1045
|
+
denom: 'ibc/21F260854DB73B07BFD4FAB4F57E9646B3590417FE6464BA36336AB21E8A89DB',
|
|
1046
|
+
exponent: 0,
|
|
1047
|
+
aliases: ['uusdn']
|
|
1048
|
+
}, {
|
|
1049
|
+
denom: 'usdn',
|
|
1050
|
+
exponent: 6
|
|
1051
|
+
}],
|
|
1052
|
+
type_asset: 'sdk.coin',
|
|
1053
|
+
base: 'ibc/21F260854DB73B07BFD4FAB4F57E9646B3590417FE6464BA36336AB21E8A89DB',
|
|
1054
|
+
name: 'Noble Dollar',
|
|
1055
|
+
display: 'usdn',
|
|
1056
|
+
symbol: 'USDN',
|
|
1057
|
+
logo_URIs: {
|
|
1058
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1059
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1060
|
+
},
|
|
1061
|
+
images: [{
|
|
1062
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1063
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1064
|
+
theme: {
|
|
1065
|
+
primary_color_hex: '#2E8564'
|
|
1066
|
+
}
|
|
1067
|
+
}],
|
|
1068
|
+
traces: [{
|
|
1069
|
+
type: 'ibc',
|
|
1070
|
+
counterparty: {
|
|
1071
|
+
channel_id: 'channel-44',
|
|
1072
|
+
base_denom: 'uusdn',
|
|
1073
|
+
chain_name: 'noble'
|
|
1074
|
+
},
|
|
1075
|
+
chain: {
|
|
1076
|
+
channel_id: 'channel-38'
|
|
1077
|
+
}
|
|
1078
|
+
}]
|
|
1079
|
+
},
|
|
1004
1080
|
{
|
|
1005
1081
|
description: 'The native token of Osmosis',
|
|
1006
1082
|
denom_units: [{
|
package/esm/mainnet/onex.js
CHANGED
|
@@ -324,6 +324,44 @@ const assets = {
|
|
|
324
324
|
}
|
|
325
325
|
}]
|
|
326
326
|
},
|
|
327
|
+
{
|
|
328
|
+
description: 'USDN token',
|
|
329
|
+
denom_units: [{
|
|
330
|
+
denom: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
331
|
+
exponent: 0,
|
|
332
|
+
aliases: ['uusdn']
|
|
333
|
+
}, {
|
|
334
|
+
denom: 'usdn',
|
|
335
|
+
exponent: 6
|
|
336
|
+
}],
|
|
337
|
+
type_asset: 'sdk.coin',
|
|
338
|
+
base: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
339
|
+
name: 'Noble Dollar',
|
|
340
|
+
display: 'usdn',
|
|
341
|
+
symbol: 'USDN',
|
|
342
|
+
logo_URIs: {
|
|
343
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
344
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
345
|
+
},
|
|
346
|
+
images: [{
|
|
347
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
348
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
349
|
+
theme: {
|
|
350
|
+
primary_color_hex: '#2E8564'
|
|
351
|
+
}
|
|
352
|
+
}],
|
|
353
|
+
traces: [{
|
|
354
|
+
type: 'ibc',
|
|
355
|
+
counterparty: {
|
|
356
|
+
channel_id: 'channel-78',
|
|
357
|
+
base_denom: 'uusdn',
|
|
358
|
+
chain_name: 'noble'
|
|
359
|
+
},
|
|
360
|
+
chain: {
|
|
361
|
+
channel_id: 'channel-5'
|
|
362
|
+
}
|
|
363
|
+
}]
|
|
364
|
+
},
|
|
327
365
|
{
|
|
328
366
|
description: 'Kava is a decentralized finance (DeFi) platform that provides a range of financial services, including lending, borrowing, and stablecoins, leveraging the Cosmos and Ethereum ecosystems.',
|
|
329
367
|
denom_units: [{
|
|
@@ -647,6 +685,44 @@ const assets = {
|
|
|
647
685
|
}
|
|
648
686
|
}]
|
|
649
687
|
},
|
|
688
|
+
{
|
|
689
|
+
description: 'USDN token',
|
|
690
|
+
denom_units: [{
|
|
691
|
+
denom: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
692
|
+
exponent: 0,
|
|
693
|
+
aliases: ['uusdn']
|
|
694
|
+
}, {
|
|
695
|
+
denom: 'usdn',
|
|
696
|
+
exponent: 6
|
|
697
|
+
}],
|
|
698
|
+
type_asset: 'sdk.coin',
|
|
699
|
+
base: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
700
|
+
name: 'Noble Dollar',
|
|
701
|
+
display: 'usdn',
|
|
702
|
+
symbol: 'USDN',
|
|
703
|
+
logo_URIs: {
|
|
704
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
705
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
706
|
+
},
|
|
707
|
+
images: [{
|
|
708
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
709
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
710
|
+
theme: {
|
|
711
|
+
primary_color_hex: '#2E8564'
|
|
712
|
+
}
|
|
713
|
+
}],
|
|
714
|
+
traces: [{
|
|
715
|
+
type: 'ibc',
|
|
716
|
+
counterparty: {
|
|
717
|
+
channel_id: 'channel-78',
|
|
718
|
+
base_denom: 'uusdn',
|
|
719
|
+
chain_name: 'noble'
|
|
720
|
+
},
|
|
721
|
+
chain: {
|
|
722
|
+
channel_id: 'channel-5'
|
|
723
|
+
}
|
|
724
|
+
}]
|
|
725
|
+
},
|
|
650
726
|
{
|
|
651
727
|
description: 'The native token of Onomy Protocol',
|
|
652
728
|
denom_units: [{
|