@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/mainnet/juno.js
CHANGED
|
@@ -2049,6 +2049,44 @@ const assets = {
|
|
|
2049
2049
|
}
|
|
2050
2050
|
}]
|
|
2051
2051
|
},
|
|
2052
|
+
{
|
|
2053
|
+
description: 'USDN token',
|
|
2054
|
+
denom_units: [{
|
|
2055
|
+
denom: 'ibc/FFA74E65A6A06F7AC7EF9A19536985D3DC7A138C79086BA002AF2658A7A48A69',
|
|
2056
|
+
exponent: 0,
|
|
2057
|
+
aliases: ['uusdn']
|
|
2058
|
+
}, {
|
|
2059
|
+
denom: 'usdn',
|
|
2060
|
+
exponent: 6
|
|
2061
|
+
}],
|
|
2062
|
+
type_asset: 'sdk.coin',
|
|
2063
|
+
base: 'ibc/FFA74E65A6A06F7AC7EF9A19536985D3DC7A138C79086BA002AF2658A7A48A69',
|
|
2064
|
+
name: 'Noble Dollar',
|
|
2065
|
+
display: 'usdn',
|
|
2066
|
+
symbol: 'USDN',
|
|
2067
|
+
logo_URIs: {
|
|
2068
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2069
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2070
|
+
},
|
|
2071
|
+
images: [{
|
|
2072
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2073
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2074
|
+
theme: {
|
|
2075
|
+
primary_color_hex: '#2E8564'
|
|
2076
|
+
}
|
|
2077
|
+
}],
|
|
2078
|
+
traces: [{
|
|
2079
|
+
type: 'ibc',
|
|
2080
|
+
counterparty: {
|
|
2081
|
+
channel_id: 'channel-3',
|
|
2082
|
+
base_denom: 'uusdn',
|
|
2083
|
+
chain_name: 'noble'
|
|
2084
|
+
},
|
|
2085
|
+
chain: {
|
|
2086
|
+
channel_id: 'channel-224'
|
|
2087
|
+
}
|
|
2088
|
+
}]
|
|
2089
|
+
},
|
|
2052
2090
|
{
|
|
2053
2091
|
description: 'The native token of OKExChain',
|
|
2054
2092
|
denom_units: [{
|
|
@@ -3906,6 +3944,44 @@ const assets = {
|
|
|
3906
3944
|
}
|
|
3907
3945
|
}]
|
|
3908
3946
|
},
|
|
3947
|
+
{
|
|
3948
|
+
description: 'USDN token',
|
|
3949
|
+
denom_units: [{
|
|
3950
|
+
denom: 'ibc/FFA74E65A6A06F7AC7EF9A19536985D3DC7A138C79086BA002AF2658A7A48A69',
|
|
3951
|
+
exponent: 0,
|
|
3952
|
+
aliases: ['uusdn']
|
|
3953
|
+
}, {
|
|
3954
|
+
denom: 'usdn',
|
|
3955
|
+
exponent: 6
|
|
3956
|
+
}],
|
|
3957
|
+
type_asset: 'sdk.coin',
|
|
3958
|
+
base: 'ibc/FFA74E65A6A06F7AC7EF9A19536985D3DC7A138C79086BA002AF2658A7A48A69',
|
|
3959
|
+
name: 'Noble Dollar',
|
|
3960
|
+
display: 'usdn',
|
|
3961
|
+
symbol: 'USDN',
|
|
3962
|
+
logo_URIs: {
|
|
3963
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3964
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
3965
|
+
},
|
|
3966
|
+
images: [{
|
|
3967
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3968
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
3969
|
+
theme: {
|
|
3970
|
+
primary_color_hex: '#2E8564'
|
|
3971
|
+
}
|
|
3972
|
+
}],
|
|
3973
|
+
traces: [{
|
|
3974
|
+
type: 'ibc',
|
|
3975
|
+
counterparty: {
|
|
3976
|
+
channel_id: 'channel-3',
|
|
3977
|
+
base_denom: 'uusdn',
|
|
3978
|
+
chain_name: 'noble'
|
|
3979
|
+
},
|
|
3980
|
+
chain: {
|
|
3981
|
+
channel_id: 'channel-224'
|
|
3982
|
+
}
|
|
3983
|
+
}]
|
|
3984
|
+
},
|
|
3909
3985
|
{
|
|
3910
3986
|
description: 'The native token of OKExChain',
|
|
3911
3987
|
denom_units: [{
|
package/mainnet/kava.js
CHANGED
|
@@ -2309,6 +2309,44 @@ const assets = {
|
|
|
2309
2309
|
}
|
|
2310
2310
|
}]
|
|
2311
2311
|
},
|
|
2312
|
+
{
|
|
2313
|
+
description: 'USDN token',
|
|
2314
|
+
denom_units: [{
|
|
2315
|
+
denom: 'ibc/74CA7AC8D00C28B0C1CF2E2F24661FC15C662C31C77B2FB6C5F1A982C3F9C4AE',
|
|
2316
|
+
exponent: 0,
|
|
2317
|
+
aliases: ['uusdn']
|
|
2318
|
+
}, {
|
|
2319
|
+
denom: 'usdn',
|
|
2320
|
+
exponent: 6
|
|
2321
|
+
}],
|
|
2322
|
+
type_asset: 'sdk.coin',
|
|
2323
|
+
base: 'ibc/74CA7AC8D00C28B0C1CF2E2F24661FC15C662C31C77B2FB6C5F1A982C3F9C4AE',
|
|
2324
|
+
name: 'Noble Dollar',
|
|
2325
|
+
display: 'usdn',
|
|
2326
|
+
symbol: 'USDN',
|
|
2327
|
+
logo_URIs: {
|
|
2328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2330
|
+
},
|
|
2331
|
+
images: [{
|
|
2332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2333
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2334
|
+
theme: {
|
|
2335
|
+
primary_color_hex: '#2E8564'
|
|
2336
|
+
}
|
|
2337
|
+
}],
|
|
2338
|
+
traces: [{
|
|
2339
|
+
type: 'ibc',
|
|
2340
|
+
counterparty: {
|
|
2341
|
+
channel_id: 'channel-88',
|
|
2342
|
+
base_denom: 'uusdn',
|
|
2343
|
+
chain_name: 'noble'
|
|
2344
|
+
},
|
|
2345
|
+
chain: {
|
|
2346
|
+
channel_id: 'channel-151'
|
|
2347
|
+
}
|
|
2348
|
+
}]
|
|
2349
|
+
},
|
|
2312
2350
|
{
|
|
2313
2351
|
description: 'The native token of ONEX',
|
|
2314
2352
|
denom_units: [{
|
|
@@ -2994,6 +3032,44 @@ const assets = {
|
|
|
2994
3032
|
}
|
|
2995
3033
|
}]
|
|
2996
3034
|
},
|
|
3035
|
+
{
|
|
3036
|
+
description: 'USDN token',
|
|
3037
|
+
denom_units: [{
|
|
3038
|
+
denom: 'ibc/74CA7AC8D00C28B0C1CF2E2F24661FC15C662C31C77B2FB6C5F1A982C3F9C4AE',
|
|
3039
|
+
exponent: 0,
|
|
3040
|
+
aliases: ['uusdn']
|
|
3041
|
+
}, {
|
|
3042
|
+
denom: 'usdn',
|
|
3043
|
+
exponent: 6
|
|
3044
|
+
}],
|
|
3045
|
+
type_asset: 'sdk.coin',
|
|
3046
|
+
base: 'ibc/74CA7AC8D00C28B0C1CF2E2F24661FC15C662C31C77B2FB6C5F1A982C3F9C4AE',
|
|
3047
|
+
name: 'Noble Dollar',
|
|
3048
|
+
display: 'usdn',
|
|
3049
|
+
symbol: 'USDN',
|
|
3050
|
+
logo_URIs: {
|
|
3051
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3052
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
3053
|
+
},
|
|
3054
|
+
images: [{
|
|
3055
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3056
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
3057
|
+
theme: {
|
|
3058
|
+
primary_color_hex: '#2E8564'
|
|
3059
|
+
}
|
|
3060
|
+
}],
|
|
3061
|
+
traces: [{
|
|
3062
|
+
type: 'ibc',
|
|
3063
|
+
counterparty: {
|
|
3064
|
+
channel_id: 'channel-88',
|
|
3065
|
+
base_denom: 'uusdn',
|
|
3066
|
+
chain_name: 'noble'
|
|
3067
|
+
},
|
|
3068
|
+
chain: {
|
|
3069
|
+
channel_id: 'channel-151'
|
|
3070
|
+
}
|
|
3071
|
+
}]
|
|
3072
|
+
},
|
|
2997
3073
|
{
|
|
2998
3074
|
description: 'The native token of ONEX',
|
|
2999
3075
|
denom_units: [{
|
package/mainnet/kopi.js
CHANGED
|
@@ -768,6 +768,44 @@ const assets = {
|
|
|
768
768
|
}
|
|
769
769
|
}]
|
|
770
770
|
},
|
|
771
|
+
{
|
|
772
|
+
description: 'USDN token',
|
|
773
|
+
denom_units: [{
|
|
774
|
+
denom: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
775
|
+
exponent: 0,
|
|
776
|
+
aliases: ['uusdn']
|
|
777
|
+
}, {
|
|
778
|
+
denom: 'usdn',
|
|
779
|
+
exponent: 6
|
|
780
|
+
}],
|
|
781
|
+
type_asset: 'sdk.coin',
|
|
782
|
+
base: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
783
|
+
name: 'Noble Dollar',
|
|
784
|
+
display: 'usdn',
|
|
785
|
+
symbol: 'USDN',
|
|
786
|
+
logo_URIs: {
|
|
787
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
789
|
+
},
|
|
790
|
+
images: [{
|
|
791
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
792
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
793
|
+
theme: {
|
|
794
|
+
primary_color_hex: '#2E8564'
|
|
795
|
+
}
|
|
796
|
+
}],
|
|
797
|
+
traces: [{
|
|
798
|
+
type: 'ibc',
|
|
799
|
+
counterparty: {
|
|
800
|
+
channel_id: 'channel-122',
|
|
801
|
+
base_denom: 'uusdn',
|
|
802
|
+
chain_name: 'noble'
|
|
803
|
+
},
|
|
804
|
+
chain: {
|
|
805
|
+
channel_id: 'channel-9'
|
|
806
|
+
}
|
|
807
|
+
}]
|
|
808
|
+
},
|
|
771
809
|
{
|
|
772
810
|
description: 'The native token of Osmosis',
|
|
773
811
|
denom_units: [{
|
|
@@ -1018,6 +1056,44 @@ const assets = {
|
|
|
1018
1056
|
}
|
|
1019
1057
|
}]
|
|
1020
1058
|
},
|
|
1059
|
+
{
|
|
1060
|
+
description: 'USDN token',
|
|
1061
|
+
denom_units: [{
|
|
1062
|
+
denom: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
1063
|
+
exponent: 0,
|
|
1064
|
+
aliases: ['uusdn']
|
|
1065
|
+
}, {
|
|
1066
|
+
denom: 'usdn',
|
|
1067
|
+
exponent: 6
|
|
1068
|
+
}],
|
|
1069
|
+
type_asset: 'sdk.coin',
|
|
1070
|
+
base: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
1071
|
+
name: 'Noble Dollar',
|
|
1072
|
+
display: 'usdn',
|
|
1073
|
+
symbol: 'USDN',
|
|
1074
|
+
logo_URIs: {
|
|
1075
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1076
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1077
|
+
},
|
|
1078
|
+
images: [{
|
|
1079
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1080
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1081
|
+
theme: {
|
|
1082
|
+
primary_color_hex: '#2E8564'
|
|
1083
|
+
}
|
|
1084
|
+
}],
|
|
1085
|
+
traces: [{
|
|
1086
|
+
type: 'ibc',
|
|
1087
|
+
counterparty: {
|
|
1088
|
+
channel_id: 'channel-122',
|
|
1089
|
+
base_denom: 'uusdn',
|
|
1090
|
+
chain_name: 'noble'
|
|
1091
|
+
},
|
|
1092
|
+
chain: {
|
|
1093
|
+
channel_id: 'channel-9'
|
|
1094
|
+
}
|
|
1095
|
+
}]
|
|
1096
|
+
},
|
|
1021
1097
|
{
|
|
1022
1098
|
description: 'The native token of Osmosis',
|
|
1023
1099
|
denom_units: [{
|
package/mainnet/kujira.js
CHANGED
|
@@ -4142,6 +4142,44 @@ const assets = {
|
|
|
4142
4142
|
}
|
|
4143
4143
|
}]
|
|
4144
4144
|
},
|
|
4145
|
+
{
|
|
4146
|
+
description: 'USDN token',
|
|
4147
|
+
denom_units: [{
|
|
4148
|
+
denom: 'ibc/E138C75F912A6BAEBFA0975424644FC9C4769C656782FE470A8E5ADAD496B8CD',
|
|
4149
|
+
exponent: 0,
|
|
4150
|
+
aliases: ['uusdn']
|
|
4151
|
+
}, {
|
|
4152
|
+
denom: 'usdn',
|
|
4153
|
+
exponent: 6
|
|
4154
|
+
}],
|
|
4155
|
+
type_asset: 'sdk.coin',
|
|
4156
|
+
base: 'ibc/E138C75F912A6BAEBFA0975424644FC9C4769C656782FE470A8E5ADAD496B8CD',
|
|
4157
|
+
name: 'Noble Dollar',
|
|
4158
|
+
display: 'usdn',
|
|
4159
|
+
symbol: 'USDN',
|
|
4160
|
+
logo_URIs: {
|
|
4161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
4162
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
4163
|
+
},
|
|
4164
|
+
images: [{
|
|
4165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
4166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
4167
|
+
theme: {
|
|
4168
|
+
primary_color_hex: '#2E8564'
|
|
4169
|
+
}
|
|
4170
|
+
}],
|
|
4171
|
+
traces: [{
|
|
4172
|
+
type: 'ibc',
|
|
4173
|
+
counterparty: {
|
|
4174
|
+
channel_id: 'channel-2',
|
|
4175
|
+
base_denom: 'uusdn',
|
|
4176
|
+
chain_name: 'noble'
|
|
4177
|
+
},
|
|
4178
|
+
chain: {
|
|
4179
|
+
channel_id: 'channel-62'
|
|
4180
|
+
}
|
|
4181
|
+
}]
|
|
4182
|
+
},
|
|
4145
4183
|
{
|
|
4146
4184
|
description: 'Nomic\'s native token.',
|
|
4147
4185
|
denom_units: [{
|
|
@@ -5406,6 +5444,44 @@ const assets = {
|
|
|
5406
5444
|
}
|
|
5407
5445
|
}]
|
|
5408
5446
|
},
|
|
5447
|
+
{
|
|
5448
|
+
description: 'USDN token',
|
|
5449
|
+
denom_units: [{
|
|
5450
|
+
denom: 'ibc/E138C75F912A6BAEBFA0975424644FC9C4769C656782FE470A8E5ADAD496B8CD',
|
|
5451
|
+
exponent: 0,
|
|
5452
|
+
aliases: ['uusdn']
|
|
5453
|
+
}, {
|
|
5454
|
+
denom: 'usdn',
|
|
5455
|
+
exponent: 6
|
|
5456
|
+
}],
|
|
5457
|
+
type_asset: 'sdk.coin',
|
|
5458
|
+
base: 'ibc/E138C75F912A6BAEBFA0975424644FC9C4769C656782FE470A8E5ADAD496B8CD',
|
|
5459
|
+
name: 'Noble Dollar',
|
|
5460
|
+
display: 'usdn',
|
|
5461
|
+
symbol: 'USDN',
|
|
5462
|
+
logo_URIs: {
|
|
5463
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
5464
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
5465
|
+
},
|
|
5466
|
+
images: [{
|
|
5467
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
5468
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
5469
|
+
theme: {
|
|
5470
|
+
primary_color_hex: '#2E8564'
|
|
5471
|
+
}
|
|
5472
|
+
}],
|
|
5473
|
+
traces: [{
|
|
5474
|
+
type: 'ibc',
|
|
5475
|
+
counterparty: {
|
|
5476
|
+
channel_id: 'channel-2',
|
|
5477
|
+
base_denom: 'uusdn',
|
|
5478
|
+
chain_name: 'noble'
|
|
5479
|
+
},
|
|
5480
|
+
chain: {
|
|
5481
|
+
channel_id: 'channel-62'
|
|
5482
|
+
}
|
|
5483
|
+
}]
|
|
5484
|
+
},
|
|
5409
5485
|
{
|
|
5410
5486
|
description: 'Nomic\'s native token.',
|
|
5411
5487
|
denom_units: [{
|
package/mainnet/lava.js
CHANGED
|
@@ -620,6 +620,44 @@ const assets = {
|
|
|
620
620
|
}
|
|
621
621
|
}]
|
|
622
622
|
},
|
|
623
|
+
{
|
|
624
|
+
description: 'USDN token',
|
|
625
|
+
denom_units: [{
|
|
626
|
+
denom: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
627
|
+
exponent: 0,
|
|
628
|
+
aliases: ['uusdn']
|
|
629
|
+
}, {
|
|
630
|
+
denom: 'usdn',
|
|
631
|
+
exponent: 6
|
|
632
|
+
}],
|
|
633
|
+
type_asset: 'sdk.coin',
|
|
634
|
+
base: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
635
|
+
name: 'Noble Dollar',
|
|
636
|
+
display: 'usdn',
|
|
637
|
+
symbol: 'USDN',
|
|
638
|
+
logo_URIs: {
|
|
639
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
640
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
641
|
+
},
|
|
642
|
+
images: [{
|
|
643
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
644
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
645
|
+
theme: {
|
|
646
|
+
primary_color_hex: '#2E8564'
|
|
647
|
+
}
|
|
648
|
+
}],
|
|
649
|
+
traces: [{
|
|
650
|
+
type: 'ibc',
|
|
651
|
+
counterparty: {
|
|
652
|
+
channel_id: 'channel-105',
|
|
653
|
+
base_denom: 'uusdn',
|
|
654
|
+
chain_name: 'noble'
|
|
655
|
+
},
|
|
656
|
+
chain: {
|
|
657
|
+
channel_id: 'channel-9'
|
|
658
|
+
}
|
|
659
|
+
}]
|
|
660
|
+
},
|
|
623
661
|
{
|
|
624
662
|
description: 'The native token of Osmosis',
|
|
625
663
|
denom_units: [{
|
|
@@ -870,6 +908,44 @@ const assets = {
|
|
|
870
908
|
}
|
|
871
909
|
}]
|
|
872
910
|
},
|
|
911
|
+
{
|
|
912
|
+
description: 'USDN token',
|
|
913
|
+
denom_units: [{
|
|
914
|
+
denom: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
915
|
+
exponent: 0,
|
|
916
|
+
aliases: ['uusdn']
|
|
917
|
+
}, {
|
|
918
|
+
denom: 'usdn',
|
|
919
|
+
exponent: 6
|
|
920
|
+
}],
|
|
921
|
+
type_asset: 'sdk.coin',
|
|
922
|
+
base: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
923
|
+
name: 'Noble Dollar',
|
|
924
|
+
display: 'usdn',
|
|
925
|
+
symbol: 'USDN',
|
|
926
|
+
logo_URIs: {
|
|
927
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
928
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
929
|
+
},
|
|
930
|
+
images: [{
|
|
931
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
932
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
933
|
+
theme: {
|
|
934
|
+
primary_color_hex: '#2E8564'
|
|
935
|
+
}
|
|
936
|
+
}],
|
|
937
|
+
traces: [{
|
|
938
|
+
type: 'ibc',
|
|
939
|
+
counterparty: {
|
|
940
|
+
channel_id: 'channel-105',
|
|
941
|
+
base_denom: 'uusdn',
|
|
942
|
+
chain_name: 'noble'
|
|
943
|
+
},
|
|
944
|
+
chain: {
|
|
945
|
+
channel_id: 'channel-9'
|
|
946
|
+
}
|
|
947
|
+
}]
|
|
948
|
+
},
|
|
873
949
|
{
|
|
874
950
|
description: 'The native token of Osmosis',
|
|
875
951
|
denom_units: [{
|
package/mainnet/mantrachain.js
CHANGED
|
@@ -854,6 +854,44 @@ const assets = {
|
|
|
854
854
|
}
|
|
855
855
|
}]
|
|
856
856
|
},
|
|
857
|
+
{
|
|
858
|
+
description: 'USDN token',
|
|
859
|
+
denom_units: [{
|
|
860
|
+
denom: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
861
|
+
exponent: 0,
|
|
862
|
+
aliases: ['uusdn']
|
|
863
|
+
}, {
|
|
864
|
+
denom: 'usdn',
|
|
865
|
+
exponent: 6
|
|
866
|
+
}],
|
|
867
|
+
type_asset: 'sdk.coin',
|
|
868
|
+
base: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
869
|
+
name: 'Noble Dollar',
|
|
870
|
+
display: 'usdn',
|
|
871
|
+
symbol: 'USDN',
|
|
872
|
+
logo_URIs: {
|
|
873
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
874
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
875
|
+
},
|
|
876
|
+
images: [{
|
|
877
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
878
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
879
|
+
theme: {
|
|
880
|
+
primary_color_hex: '#2E8564'
|
|
881
|
+
}
|
|
882
|
+
}],
|
|
883
|
+
traces: [{
|
|
884
|
+
type: 'ibc',
|
|
885
|
+
counterparty: {
|
|
886
|
+
channel_id: 'channel-101',
|
|
887
|
+
base_denom: 'uusdn',
|
|
888
|
+
chain_name: 'noble'
|
|
889
|
+
},
|
|
890
|
+
chain: {
|
|
891
|
+
channel_id: 'channel-1'
|
|
892
|
+
}
|
|
893
|
+
}]
|
|
894
|
+
},
|
|
857
895
|
{
|
|
858
896
|
description: 'The native token of Osmosis',
|
|
859
897
|
denom_units: [{
|
|
@@ -1104,6 +1142,44 @@ const assets = {
|
|
|
1104
1142
|
}
|
|
1105
1143
|
}]
|
|
1106
1144
|
},
|
|
1145
|
+
{
|
|
1146
|
+
description: 'USDN token',
|
|
1147
|
+
denom_units: [{
|
|
1148
|
+
denom: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
1149
|
+
exponent: 0,
|
|
1150
|
+
aliases: ['uusdn']
|
|
1151
|
+
}, {
|
|
1152
|
+
denom: 'usdn',
|
|
1153
|
+
exponent: 6
|
|
1154
|
+
}],
|
|
1155
|
+
type_asset: 'sdk.coin',
|
|
1156
|
+
base: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
1157
|
+
name: 'Noble Dollar',
|
|
1158
|
+
display: 'usdn',
|
|
1159
|
+
symbol: 'USDN',
|
|
1160
|
+
logo_URIs: {
|
|
1161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1162
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1163
|
+
},
|
|
1164
|
+
images: [{
|
|
1165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1167
|
+
theme: {
|
|
1168
|
+
primary_color_hex: '#2E8564'
|
|
1169
|
+
}
|
|
1170
|
+
}],
|
|
1171
|
+
traces: [{
|
|
1172
|
+
type: 'ibc',
|
|
1173
|
+
counterparty: {
|
|
1174
|
+
channel_id: 'channel-101',
|
|
1175
|
+
base_denom: 'uusdn',
|
|
1176
|
+
chain_name: 'noble'
|
|
1177
|
+
},
|
|
1178
|
+
chain: {
|
|
1179
|
+
channel_id: 'channel-1'
|
|
1180
|
+
}
|
|
1181
|
+
}]
|
|
1182
|
+
},
|
|
1107
1183
|
{
|
|
1108
1184
|
description: 'The native token of Osmosis',
|
|
1109
1185
|
denom_units: [{
|
package/mainnet/migaloo.js
CHANGED
|
@@ -1908,6 +1908,44 @@ const assets = {
|
|
|
1908
1908
|
}
|
|
1909
1909
|
}]
|
|
1910
1910
|
},
|
|
1911
|
+
{
|
|
1912
|
+
description: 'USDN token',
|
|
1913
|
+
denom_units: [{
|
|
1914
|
+
denom: 'ibc/210A435E009FBDA3513CAAAF0444172A21E5DADC37760A12321AED38E9B88BF1',
|
|
1915
|
+
exponent: 0,
|
|
1916
|
+
aliases: ['uusdn']
|
|
1917
|
+
}, {
|
|
1918
|
+
denom: 'usdn',
|
|
1919
|
+
exponent: 6
|
|
1920
|
+
}],
|
|
1921
|
+
type_asset: 'sdk.coin',
|
|
1922
|
+
base: 'ibc/210A435E009FBDA3513CAAAF0444172A21E5DADC37760A12321AED38E9B88BF1',
|
|
1923
|
+
name: 'Noble Dollar',
|
|
1924
|
+
display: 'usdn',
|
|
1925
|
+
symbol: 'USDN',
|
|
1926
|
+
logo_URIs: {
|
|
1927
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1928
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1929
|
+
},
|
|
1930
|
+
images: [{
|
|
1931
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1932
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1933
|
+
theme: {
|
|
1934
|
+
primary_color_hex: '#2E8564'
|
|
1935
|
+
}
|
|
1936
|
+
}],
|
|
1937
|
+
traces: [{
|
|
1938
|
+
type: 'ibc',
|
|
1939
|
+
counterparty: {
|
|
1940
|
+
channel_id: 'channel-14',
|
|
1941
|
+
base_denom: 'uusdn',
|
|
1942
|
+
chain_name: 'noble'
|
|
1943
|
+
},
|
|
1944
|
+
chain: {
|
|
1945
|
+
channel_id: 'channel-60'
|
|
1946
|
+
}
|
|
1947
|
+
}]
|
|
1948
|
+
},
|
|
1911
1949
|
{
|
|
1912
1950
|
description: 'The native token of Osmosis',
|
|
1913
1951
|
denom_units: [{
|
|
@@ -2360,6 +2398,44 @@ const assets = {
|
|
|
2360
2398
|
}
|
|
2361
2399
|
}]
|
|
2362
2400
|
},
|
|
2401
|
+
{
|
|
2402
|
+
description: 'USDN token',
|
|
2403
|
+
denom_units: [{
|
|
2404
|
+
denom: 'ibc/210A435E009FBDA3513CAAAF0444172A21E5DADC37760A12321AED38E9B88BF1',
|
|
2405
|
+
exponent: 0,
|
|
2406
|
+
aliases: ['uusdn']
|
|
2407
|
+
}, {
|
|
2408
|
+
denom: 'usdn',
|
|
2409
|
+
exponent: 6
|
|
2410
|
+
}],
|
|
2411
|
+
type_asset: 'sdk.coin',
|
|
2412
|
+
base: 'ibc/210A435E009FBDA3513CAAAF0444172A21E5DADC37760A12321AED38E9B88BF1',
|
|
2413
|
+
name: 'Noble Dollar',
|
|
2414
|
+
display: 'usdn',
|
|
2415
|
+
symbol: 'USDN',
|
|
2416
|
+
logo_URIs: {
|
|
2417
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2418
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2419
|
+
},
|
|
2420
|
+
images: [{
|
|
2421
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2422
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2423
|
+
theme: {
|
|
2424
|
+
primary_color_hex: '#2E8564'
|
|
2425
|
+
}
|
|
2426
|
+
}],
|
|
2427
|
+
traces: [{
|
|
2428
|
+
type: 'ibc',
|
|
2429
|
+
counterparty: {
|
|
2430
|
+
channel_id: 'channel-14',
|
|
2431
|
+
base_denom: 'uusdn',
|
|
2432
|
+
chain_name: 'noble'
|
|
2433
|
+
},
|
|
2434
|
+
chain: {
|
|
2435
|
+
channel_id: 'channel-60'
|
|
2436
|
+
}
|
|
2437
|
+
}]
|
|
2438
|
+
},
|
|
2363
2439
|
{
|
|
2364
2440
|
description: 'The native token of Osmosis',
|
|
2365
2441
|
denom_units: [{
|