@chain-registry/assets 1.70.148 → 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
|
@@ -323,12 +323,12 @@ const assets = {
|
|
|
323
323
|
display: 'mfx',
|
|
324
324
|
symbol: 'MFX',
|
|
325
325
|
logo_URIs: {
|
|
326
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
327
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
328
328
|
},
|
|
329
329
|
images: [{
|
|
330
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
331
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
332
332
|
}],
|
|
333
333
|
type_asset: 'sdk.coin',
|
|
334
334
|
traces: [{
|
|
@@ -358,12 +358,12 @@ const assets = {
|
|
|
358
358
|
display: 'poa',
|
|
359
359
|
symbol: 'POA',
|
|
360
360
|
logo_URIs: {
|
|
361
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
362
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
361
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
362
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
363
363
|
},
|
|
364
364
|
images: [{
|
|
365
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
366
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
366
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
367
367
|
}],
|
|
368
368
|
type_asset: 'sdk.coin',
|
|
369
369
|
traces: [{
|
|
@@ -963,12 +963,12 @@ const assets = {
|
|
|
963
963
|
display: 'mfx',
|
|
964
964
|
symbol: 'MFX',
|
|
965
965
|
logo_URIs: {
|
|
966
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
967
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
966
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
967
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
968
968
|
},
|
|
969
969
|
images: [{
|
|
970
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
971
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
970
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
971
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
972
972
|
}],
|
|
973
973
|
type_asset: 'sdk.coin',
|
|
974
974
|
traces: [{
|
|
@@ -998,12 +998,12 @@ const assets = {
|
|
|
998
998
|
display: 'poa',
|
|
999
999
|
symbol: 'POA',
|
|
1000
1000
|
logo_URIs: {
|
|
1001
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1002
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1001
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
1002
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
1003
1003
|
},
|
|
1004
1004
|
images: [{
|
|
1005
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1006
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1005
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
1006
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
1007
1007
|
}],
|
|
1008
1008
|
type_asset: 'sdk.coin',
|
|
1009
1009
|
traces: [{
|
|
@@ -1972,6 +1972,40 @@ const assets = {
|
|
|
1972
1972
|
}
|
|
1973
1973
|
}]
|
|
1974
1974
|
},
|
|
1975
|
+
{
|
|
1976
|
+
description: 'The native staking token of the Xion network.',
|
|
1977
|
+
denom_units: [{
|
|
1978
|
+
denom: 'ibc/C34D578ABDA051E1CB3AC2C24834E7E43E0F7FA37DB8EE114FB5F263AF545622',
|
|
1979
|
+
exponent: 0,
|
|
1980
|
+
aliases: ['uxion']
|
|
1981
|
+
}, {
|
|
1982
|
+
denom: 'XION',
|
|
1983
|
+
exponent: 6,
|
|
1984
|
+
aliases: ['xion']
|
|
1985
|
+
}],
|
|
1986
|
+
base: 'ibc/C34D578ABDA051E1CB3AC2C24834E7E43E0F7FA37DB8EE114FB5F263AF545622',
|
|
1987
|
+
display: 'XION',
|
|
1988
|
+
name: 'xion',
|
|
1989
|
+
symbol: 'XION',
|
|
1990
|
+
logo_URIs: {
|
|
1991
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
1992
|
+
},
|
|
1993
|
+
images: [{
|
|
1994
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
1995
|
+
}],
|
|
1996
|
+
type_asset: 'sdk.coin',
|
|
1997
|
+
traces: [{
|
|
1998
|
+
type: 'ibc',
|
|
1999
|
+
counterparty: {
|
|
2000
|
+
channel_id: 'channel-2',
|
|
2001
|
+
base_denom: 'uxion',
|
|
2002
|
+
chain_name: 'xiontestnet2'
|
|
2003
|
+
},
|
|
2004
|
+
chain: {
|
|
2005
|
+
channel_id: 'channel-10231'
|
|
2006
|
+
}
|
|
2007
|
+
}]
|
|
2008
|
+
},
|
|
1975
2009
|
{
|
|
1976
2010
|
description: 'PSTAKE Liquid-Staked ATOM',
|
|
1977
2011
|
denom_units: [{
|
|
@@ -2662,6 +2696,40 @@ const assets = {
|
|
|
2662
2696
|
channel_id: 'channel-6668'
|
|
2663
2697
|
}
|
|
2664
2698
|
}]
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
description: 'The native staking token of the Xion network.',
|
|
2702
|
+
denom_units: [{
|
|
2703
|
+
denom: 'ibc/C34D578ABDA051E1CB3AC2C24834E7E43E0F7FA37DB8EE114FB5F263AF545622',
|
|
2704
|
+
exponent: 0,
|
|
2705
|
+
aliases: ['uxion']
|
|
2706
|
+
}, {
|
|
2707
|
+
denom: 'XION',
|
|
2708
|
+
exponent: 6,
|
|
2709
|
+
aliases: ['xion']
|
|
2710
|
+
}],
|
|
2711
|
+
base: 'ibc/C34D578ABDA051E1CB3AC2C24834E7E43E0F7FA37DB8EE114FB5F263AF545622',
|
|
2712
|
+
display: 'XION',
|
|
2713
|
+
name: 'xion',
|
|
2714
|
+
symbol: 'XION',
|
|
2715
|
+
logo_URIs: {
|
|
2716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
2717
|
+
},
|
|
2718
|
+
images: [{
|
|
2719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
2720
|
+
}],
|
|
2721
|
+
type_asset: 'sdk.coin',
|
|
2722
|
+
traces: [{
|
|
2723
|
+
type: 'ibc',
|
|
2724
|
+
counterparty: {
|
|
2725
|
+
channel_id: 'channel-2',
|
|
2726
|
+
base_denom: 'uxion',
|
|
2727
|
+
chain_name: 'xiontestnet2'
|
|
2728
|
+
},
|
|
2729
|
+
chain: {
|
|
2730
|
+
channel_id: 'channel-10231'
|
|
2731
|
+
}
|
|
2732
|
+
}]
|
|
2665
2733
|
}
|
|
2666
2734
|
]
|
|
2667
2735
|
};
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'xiontestnet2',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ustake']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'stake',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
15
|
+
name: 'Stake',
|
|
16
|
+
display: 'stake',
|
|
17
|
+
symbol: 'STAKE',
|
|
18
|
+
type_asset: 'sdk.coin',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'ibc',
|
|
21
|
+
counterparty: {
|
|
22
|
+
channel_id: 'channel-333',
|
|
23
|
+
base_denom: 'ustake',
|
|
24
|
+
chain_name: 'nobletestnet'
|
|
25
|
+
},
|
|
26
|
+
chain: {
|
|
27
|
+
channel_id: 'channel-3'
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
33
|
+
denom_units: [{
|
|
34
|
+
denom: 'ibc/A4DB4D17B664D8D4EE8FEE7C4B94CBA11BE6C2220CFD17D38B177623B4405144',
|
|
35
|
+
exponent: 0,
|
|
36
|
+
aliases: ['ulove']
|
|
37
|
+
}, {
|
|
38
|
+
denom: 'love',
|
|
39
|
+
exponent: 6
|
|
40
|
+
}],
|
|
41
|
+
base: 'ibc/A4DB4D17B664D8D4EE8FEE7C4B94CBA11BE6C2220CFD17D38B177623B4405144',
|
|
42
|
+
display: 'love',
|
|
43
|
+
name: 'Love',
|
|
44
|
+
symbol: 'LOVE',
|
|
45
|
+
type_asset: 'sdk.coin',
|
|
46
|
+
traces: [{
|
|
47
|
+
type: 'ibc',
|
|
48
|
+
counterparty: {
|
|
49
|
+
channel_id: 'channel-333',
|
|
50
|
+
base_denom: 'ulove',
|
|
51
|
+
chain_name: 'nobletestnet'
|
|
52
|
+
},
|
|
53
|
+
chain: {
|
|
54
|
+
channel_id: 'channel-3'
|
|
55
|
+
}
|
|
56
|
+
}]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
description: 'Ondo US Dollar Yield',
|
|
60
|
+
denom_units: [{
|
|
61
|
+
denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
62
|
+
exponent: 0,
|
|
63
|
+
aliases: ['ausdy']
|
|
64
|
+
}, {
|
|
65
|
+
denom: 'usdy',
|
|
66
|
+
exponent: 18
|
|
67
|
+
}],
|
|
68
|
+
base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
69
|
+
display: 'usdy',
|
|
70
|
+
name: 'Ondo US Dollar Yield',
|
|
71
|
+
symbol: 'USDY',
|
|
72
|
+
logo_URIs: {
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
74
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
75
|
+
},
|
|
76
|
+
images: [{
|
|
77
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
78
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
79
|
+
}],
|
|
80
|
+
type_asset: 'sdk.coin',
|
|
81
|
+
traces: [{
|
|
82
|
+
type: 'ibc',
|
|
83
|
+
counterparty: {
|
|
84
|
+
channel_id: 'channel-333',
|
|
85
|
+
base_denom: 'ausdy',
|
|
86
|
+
chain_name: 'nobletestnet'
|
|
87
|
+
},
|
|
88
|
+
chain: {
|
|
89
|
+
channel_id: 'channel-3'
|
|
90
|
+
}
|
|
91
|
+
}]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
95
|
+
denom_units: [{
|
|
96
|
+
denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
97
|
+
exponent: 0,
|
|
98
|
+
aliases: ['ustake']
|
|
99
|
+
}, {
|
|
100
|
+
denom: 'stake',
|
|
101
|
+
exponent: 6
|
|
102
|
+
}],
|
|
103
|
+
base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
104
|
+
name: 'Stake',
|
|
105
|
+
display: 'stake',
|
|
106
|
+
symbol: 'STAKE',
|
|
107
|
+
type_asset: 'sdk.coin',
|
|
108
|
+
traces: [{
|
|
109
|
+
type: 'ibc',
|
|
110
|
+
counterparty: {
|
|
111
|
+
channel_id: 'channel-333',
|
|
112
|
+
base_denom: 'ustake',
|
|
113
|
+
chain_name: 'nobletestnet'
|
|
114
|
+
},
|
|
115
|
+
chain: {
|
|
116
|
+
channel_id: 'channel-3'
|
|
117
|
+
}
|
|
118
|
+
}]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
122
|
+
denom_units: [{
|
|
123
|
+
denom: 'ibc/A4DB4D17B664D8D4EE8FEE7C4B94CBA11BE6C2220CFD17D38B177623B4405144',
|
|
124
|
+
exponent: 0,
|
|
125
|
+
aliases: ['ulove']
|
|
126
|
+
}, {
|
|
127
|
+
denom: 'love',
|
|
128
|
+
exponent: 6
|
|
129
|
+
}],
|
|
130
|
+
base: 'ibc/A4DB4D17B664D8D4EE8FEE7C4B94CBA11BE6C2220CFD17D38B177623B4405144',
|
|
131
|
+
display: 'love',
|
|
132
|
+
name: 'Love',
|
|
133
|
+
symbol: 'LOVE',
|
|
134
|
+
type_asset: 'sdk.coin',
|
|
135
|
+
traces: [{
|
|
136
|
+
type: 'ibc',
|
|
137
|
+
counterparty: {
|
|
138
|
+
channel_id: 'channel-333',
|
|
139
|
+
base_denom: 'ulove',
|
|
140
|
+
chain_name: 'nobletestnet'
|
|
141
|
+
},
|
|
142
|
+
chain: {
|
|
143
|
+
channel_id: 'channel-3'
|
|
144
|
+
}
|
|
145
|
+
}]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
description: 'Ondo US Dollar Yield',
|
|
149
|
+
denom_units: [{
|
|
150
|
+
denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
151
|
+
exponent: 0,
|
|
152
|
+
aliases: ['ausdy']
|
|
153
|
+
}, {
|
|
154
|
+
denom: 'usdy',
|
|
155
|
+
exponent: 18
|
|
156
|
+
}],
|
|
157
|
+
base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
158
|
+
display: 'usdy',
|
|
159
|
+
name: 'Ondo US Dollar Yield',
|
|
160
|
+
symbol: 'USDY',
|
|
161
|
+
logo_URIs: {
|
|
162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
164
|
+
},
|
|
165
|
+
images: [{
|
|
166
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
167
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
168
|
+
}],
|
|
169
|
+
type_asset: 'sdk.coin',
|
|
170
|
+
traces: [{
|
|
171
|
+
type: 'ibc',
|
|
172
|
+
counterparty: {
|
|
173
|
+
channel_id: 'channel-333',
|
|
174
|
+
base_denom: 'ausdy',
|
|
175
|
+
chain_name: 'nobletestnet'
|
|
176
|
+
},
|
|
177
|
+
chain: {
|
|
178
|
+
channel_id: 'channel-3'
|
|
179
|
+
}
|
|
180
|
+
}]
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
};
|
|
184
|
+
export default assets;
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists: AssetList[];
|
|
7
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/mainnet/agoric.js
CHANGED
|
@@ -974,6 +974,44 @@ const assets = {
|
|
|
974
974
|
}
|
|
975
975
|
}]
|
|
976
976
|
},
|
|
977
|
+
{
|
|
978
|
+
description: 'USDN token',
|
|
979
|
+
denom_units: [{
|
|
980
|
+
denom: 'ibc/E138C75F912A6BAEBFA0975424644FC9C4769C656782FE470A8E5ADAD496B8CD',
|
|
981
|
+
exponent: 0,
|
|
982
|
+
aliases: ['uusdn']
|
|
983
|
+
}, {
|
|
984
|
+
denom: 'usdn',
|
|
985
|
+
exponent: 6
|
|
986
|
+
}],
|
|
987
|
+
type_asset: 'sdk.coin',
|
|
988
|
+
base: 'ibc/E138C75F912A6BAEBFA0975424644FC9C4769C656782FE470A8E5ADAD496B8CD',
|
|
989
|
+
name: 'Noble Dollar',
|
|
990
|
+
display: 'usdn',
|
|
991
|
+
symbol: 'USDN',
|
|
992
|
+
logo_URIs: {
|
|
993
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
994
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
995
|
+
},
|
|
996
|
+
images: [{
|
|
997
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
998
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
999
|
+
theme: {
|
|
1000
|
+
primary_color_hex: '#2E8564'
|
|
1001
|
+
}
|
|
1002
|
+
}],
|
|
1003
|
+
traces: [{
|
|
1004
|
+
type: 'ibc',
|
|
1005
|
+
counterparty: {
|
|
1006
|
+
channel_id: 'channel-21',
|
|
1007
|
+
base_denom: 'uusdn',
|
|
1008
|
+
chain_name: 'noble'
|
|
1009
|
+
},
|
|
1010
|
+
chain: {
|
|
1011
|
+
channel_id: 'channel-62'
|
|
1012
|
+
}
|
|
1013
|
+
}]
|
|
1014
|
+
},
|
|
977
1015
|
{
|
|
978
1016
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
979
1017
|
denom_units: [{
|
|
@@ -2285,6 +2323,44 @@ const assets = {
|
|
|
2285
2323
|
}
|
|
2286
2324
|
}]
|
|
2287
2325
|
},
|
|
2326
|
+
{
|
|
2327
|
+
description: 'USDN token',
|
|
2328
|
+
denom_units: [{
|
|
2329
|
+
denom: 'ibc/E138C75F912A6BAEBFA0975424644FC9C4769C656782FE470A8E5ADAD496B8CD',
|
|
2330
|
+
exponent: 0,
|
|
2331
|
+
aliases: ['uusdn']
|
|
2332
|
+
}, {
|
|
2333
|
+
denom: 'usdn',
|
|
2334
|
+
exponent: 6
|
|
2335
|
+
}],
|
|
2336
|
+
type_asset: 'sdk.coin',
|
|
2337
|
+
base: 'ibc/E138C75F912A6BAEBFA0975424644FC9C4769C656782FE470A8E5ADAD496B8CD',
|
|
2338
|
+
name: 'Noble Dollar',
|
|
2339
|
+
display: 'usdn',
|
|
2340
|
+
symbol: 'USDN',
|
|
2341
|
+
logo_URIs: {
|
|
2342
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2343
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2344
|
+
},
|
|
2345
|
+
images: [{
|
|
2346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2347
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2348
|
+
theme: {
|
|
2349
|
+
primary_color_hex: '#2E8564'
|
|
2350
|
+
}
|
|
2351
|
+
}],
|
|
2352
|
+
traces: [{
|
|
2353
|
+
type: 'ibc',
|
|
2354
|
+
counterparty: {
|
|
2355
|
+
channel_id: 'channel-21',
|
|
2356
|
+
base_denom: 'uusdn',
|
|
2357
|
+
chain_name: 'noble'
|
|
2358
|
+
},
|
|
2359
|
+
chain: {
|
|
2360
|
+
channel_id: 'channel-62'
|
|
2361
|
+
}
|
|
2362
|
+
}]
|
|
2363
|
+
},
|
|
2288
2364
|
{
|
|
2289
2365
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
2290
2366
|
denom_units: [{
|
package/mainnet/archway.js
CHANGED
|
@@ -1141,6 +1141,44 @@ const assets = {
|
|
|
1141
1141
|
}
|
|
1142
1142
|
}]
|
|
1143
1143
|
},
|
|
1144
|
+
{
|
|
1145
|
+
description: 'USDN token',
|
|
1146
|
+
denom_units: [{
|
|
1147
|
+
denom: 'ibc/DE06D805E802E6960D31EBE62435BFA69E4B539AD8A7DDBA04F84EF3CEB1960C',
|
|
1148
|
+
exponent: 0,
|
|
1149
|
+
aliases: ['uusdn']
|
|
1150
|
+
}, {
|
|
1151
|
+
denom: 'usdn',
|
|
1152
|
+
exponent: 6
|
|
1153
|
+
}],
|
|
1154
|
+
type_asset: 'sdk.coin',
|
|
1155
|
+
base: 'ibc/DE06D805E802E6960D31EBE62435BFA69E4B539AD8A7DDBA04F84EF3CEB1960C',
|
|
1156
|
+
name: 'Noble Dollar',
|
|
1157
|
+
display: 'usdn',
|
|
1158
|
+
symbol: 'USDN',
|
|
1159
|
+
logo_URIs: {
|
|
1160
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1161
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1162
|
+
},
|
|
1163
|
+
images: [{
|
|
1164
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1165
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1166
|
+
theme: {
|
|
1167
|
+
primary_color_hex: '#2E8564'
|
|
1168
|
+
}
|
|
1169
|
+
}],
|
|
1170
|
+
traces: [{
|
|
1171
|
+
type: 'ibc',
|
|
1172
|
+
counterparty: {
|
|
1173
|
+
channel_id: 'channel-12',
|
|
1174
|
+
base_denom: 'uusdn',
|
|
1175
|
+
chain_name: 'noble'
|
|
1176
|
+
},
|
|
1177
|
+
chain: {
|
|
1178
|
+
channel_id: 'channel-29'
|
|
1179
|
+
}
|
|
1180
|
+
}]
|
|
1181
|
+
},
|
|
1144
1182
|
{
|
|
1145
1183
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
1146
1184
|
denom_units: [{
|
|
@@ -2374,6 +2412,44 @@ const assets = {
|
|
|
2374
2412
|
}
|
|
2375
2413
|
}]
|
|
2376
2414
|
},
|
|
2415
|
+
{
|
|
2416
|
+
description: 'USDN token',
|
|
2417
|
+
denom_units: [{
|
|
2418
|
+
denom: 'ibc/DE06D805E802E6960D31EBE62435BFA69E4B539AD8A7DDBA04F84EF3CEB1960C',
|
|
2419
|
+
exponent: 0,
|
|
2420
|
+
aliases: ['uusdn']
|
|
2421
|
+
}, {
|
|
2422
|
+
denom: 'usdn',
|
|
2423
|
+
exponent: 6
|
|
2424
|
+
}],
|
|
2425
|
+
type_asset: 'sdk.coin',
|
|
2426
|
+
base: 'ibc/DE06D805E802E6960D31EBE62435BFA69E4B539AD8A7DDBA04F84EF3CEB1960C',
|
|
2427
|
+
name: 'Noble Dollar',
|
|
2428
|
+
display: 'usdn',
|
|
2429
|
+
symbol: 'USDN',
|
|
2430
|
+
logo_URIs: {
|
|
2431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2433
|
+
},
|
|
2434
|
+
images: [{
|
|
2435
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2436
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2437
|
+
theme: {
|
|
2438
|
+
primary_color_hex: '#2E8564'
|
|
2439
|
+
}
|
|
2440
|
+
}],
|
|
2441
|
+
traces: [{
|
|
2442
|
+
type: 'ibc',
|
|
2443
|
+
counterparty: {
|
|
2444
|
+
channel_id: 'channel-12',
|
|
2445
|
+
base_denom: 'uusdn',
|
|
2446
|
+
chain_name: 'noble'
|
|
2447
|
+
},
|
|
2448
|
+
chain: {
|
|
2449
|
+
channel_id: 'channel-29'
|
|
2450
|
+
}
|
|
2451
|
+
}]
|
|
2452
|
+
},
|
|
2377
2453
|
{
|
|
2378
2454
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
2379
2455
|
denom_units: [{
|
package/mainnet/aura.js
CHANGED
|
@@ -412,6 +412,44 @@ const assets = {
|
|
|
412
412
|
}
|
|
413
413
|
}]
|
|
414
414
|
},
|
|
415
|
+
{
|
|
416
|
+
description: 'USDN token',
|
|
417
|
+
denom_units: [{
|
|
418
|
+
denom: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
419
|
+
exponent: 0,
|
|
420
|
+
aliases: ['uusdn']
|
|
421
|
+
}, {
|
|
422
|
+
denom: 'usdn',
|
|
423
|
+
exponent: 6
|
|
424
|
+
}],
|
|
425
|
+
type_asset: 'sdk.coin',
|
|
426
|
+
base: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
427
|
+
name: 'Noble Dollar',
|
|
428
|
+
display: 'usdn',
|
|
429
|
+
symbol: 'USDN',
|
|
430
|
+
logo_URIs: {
|
|
431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
433
|
+
},
|
|
434
|
+
images: [{
|
|
435
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
436
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
437
|
+
theme: {
|
|
438
|
+
primary_color_hex: '#2E8564'
|
|
439
|
+
}
|
|
440
|
+
}],
|
|
441
|
+
traces: [{
|
|
442
|
+
type: 'ibc',
|
|
443
|
+
counterparty: {
|
|
444
|
+
channel_id: 'channel-41',
|
|
445
|
+
base_denom: 'uusdn',
|
|
446
|
+
chain_name: 'noble'
|
|
447
|
+
},
|
|
448
|
+
chain: {
|
|
449
|
+
channel_id: 'channel-9'
|
|
450
|
+
}
|
|
451
|
+
}]
|
|
452
|
+
},
|
|
415
453
|
{
|
|
416
454
|
description: 'The native token of Osmosis',
|
|
417
455
|
denom_units: [{
|
|
@@ -952,6 +990,44 @@ const assets = {
|
|
|
952
990
|
}
|
|
953
991
|
}]
|
|
954
992
|
},
|
|
993
|
+
{
|
|
994
|
+
description: 'USDN token',
|
|
995
|
+
denom_units: [{
|
|
996
|
+
denom: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
997
|
+
exponent: 0,
|
|
998
|
+
aliases: ['uusdn']
|
|
999
|
+
}, {
|
|
1000
|
+
denom: 'usdn',
|
|
1001
|
+
exponent: 6
|
|
1002
|
+
}],
|
|
1003
|
+
type_asset: 'sdk.coin',
|
|
1004
|
+
base: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
1005
|
+
name: 'Noble Dollar',
|
|
1006
|
+
display: 'usdn',
|
|
1007
|
+
symbol: 'USDN',
|
|
1008
|
+
logo_URIs: {
|
|
1009
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1010
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1011
|
+
},
|
|
1012
|
+
images: [{
|
|
1013
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1014
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1015
|
+
theme: {
|
|
1016
|
+
primary_color_hex: '#2E8564'
|
|
1017
|
+
}
|
|
1018
|
+
}],
|
|
1019
|
+
traces: [{
|
|
1020
|
+
type: 'ibc',
|
|
1021
|
+
counterparty: {
|
|
1022
|
+
channel_id: 'channel-41',
|
|
1023
|
+
base_denom: 'uusdn',
|
|
1024
|
+
chain_name: 'noble'
|
|
1025
|
+
},
|
|
1026
|
+
chain: {
|
|
1027
|
+
channel_id: 'channel-9'
|
|
1028
|
+
}
|
|
1029
|
+
}]
|
|
1030
|
+
},
|
|
955
1031
|
{
|
|
956
1032
|
description: 'The native token of Osmosis',
|
|
957
1033
|
denom_units: [{
|