@chain-registry/assets 1.70.135 → 1.70.137
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/axelar.js +84 -0
- package/esm/mainnet/kopi.js +24 -24
- package/esm/mainnet/noble.js +48 -48
- package/esm/mainnet/sidechain.js +86 -0
- package/esm/testnet/assets.js +3 -1
- package/esm/testnet/cosmosicsprovidertestnet.js +141 -0
- package/esm/testnet/index.js +2 -0
- package/esm/testnet/mantrachaintestnet2.js +254 -0
- package/esm/testnet/nobletestnet.js +138 -0
- package/esm/testnet/osmosistestnet.js +138 -0
- package/mainnet/axelar.js +84 -0
- package/mainnet/kopi.js +24 -24
- package/mainnet/noble.js +48 -48
- package/mainnet/sidechain.js +86 -0
- package/package.json +5 -5
- package/testnet/assets.js +3 -1
- package/testnet/cosmosicsprovidertestnet.d.ts +3 -0
- package/testnet/cosmosicsprovidertestnet.js +143 -0
- package/testnet/index.d.ts +2 -0
- package/testnet/index.js +3 -1
- package/testnet/mantrachaintestnet2.d.ts +3 -0
- package/testnet/mantrachaintestnet2.js +256 -0
- package/testnet/nobletestnet.js +138 -0
- package/testnet/osmosistestnet.js +138 -0
package/esm/mainnet/sidechain.js
CHANGED
|
@@ -1,6 +1,49 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'sidechain',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uaxl']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'axl',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
15
|
+
name: 'Axelar',
|
|
16
|
+
display: 'axl',
|
|
17
|
+
symbol: 'AXL',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'axelar',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#040404'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
socials: {
|
|
31
|
+
website: 'https://axelar.network/',
|
|
32
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
33
|
+
},
|
|
34
|
+
type_asset: 'sdk.coin',
|
|
35
|
+
traces: [{
|
|
36
|
+
type: 'ibc',
|
|
37
|
+
counterparty: {
|
|
38
|
+
channel_id: 'channel-173',
|
|
39
|
+
base_denom: 'uaxl',
|
|
40
|
+
chain_name: 'axelar'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-5'
|
|
44
|
+
}
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
4
47
|
{
|
|
5
48
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
6
49
|
denom_units: [{
|
|
@@ -684,6 +727,49 @@ const assets = {
|
|
|
684
727
|
}
|
|
685
728
|
}]
|
|
686
729
|
},
|
|
730
|
+
{
|
|
731
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
732
|
+
denom_units: [{
|
|
733
|
+
denom: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
734
|
+
exponent: 0,
|
|
735
|
+
aliases: ['uaxl']
|
|
736
|
+
}, {
|
|
737
|
+
denom: 'axl',
|
|
738
|
+
exponent: 6
|
|
739
|
+
}],
|
|
740
|
+
base: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
741
|
+
name: 'Axelar',
|
|
742
|
+
display: 'axl',
|
|
743
|
+
symbol: 'AXL',
|
|
744
|
+
logo_URIs: {
|
|
745
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
746
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
747
|
+
},
|
|
748
|
+
coingecko_id: 'axelar',
|
|
749
|
+
images: [{
|
|
750
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
751
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
752
|
+
theme: {
|
|
753
|
+
primary_color_hex: '#040404'
|
|
754
|
+
}
|
|
755
|
+
}],
|
|
756
|
+
socials: {
|
|
757
|
+
website: 'https://axelar.network/',
|
|
758
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
759
|
+
},
|
|
760
|
+
type_asset: 'sdk.coin',
|
|
761
|
+
traces: [{
|
|
762
|
+
type: 'ibc',
|
|
763
|
+
counterparty: {
|
|
764
|
+
channel_id: 'channel-173',
|
|
765
|
+
base_denom: 'uaxl',
|
|
766
|
+
chain_name: 'axelar'
|
|
767
|
+
},
|
|
768
|
+
chain: {
|
|
769
|
+
channel_id: 'channel-5'
|
|
770
|
+
}
|
|
771
|
+
}]
|
|
772
|
+
},
|
|
687
773
|
{
|
|
688
774
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
689
775
|
denom_units: [{
|
package/esm/testnet/assets.js
CHANGED
|
@@ -6,6 +6,7 @@ import _chain4energytestnet from './chain4energytestnet';
|
|
|
6
6
|
import _composabletestnet from './composabletestnet';
|
|
7
7
|
import _coreumtestnet from './coreumtestnet';
|
|
8
8
|
import _cosmoshubtestnet from './cosmoshubtestnet';
|
|
9
|
+
import _cosmosicsprovidertestnet from './cosmosicsprovidertestnet';
|
|
9
10
|
import _doravotatestnet from './doravotatestnet';
|
|
10
11
|
import _dydxtestnet from './dydxtestnet';
|
|
11
12
|
import _elystestnet from './elystestnet';
|
|
@@ -21,6 +22,7 @@ import _lavatestnet from './lavatestnet';
|
|
|
21
22
|
import _likecointestnet from './likecointestnet';
|
|
22
23
|
import _manifesttestnet from './manifesttestnet';
|
|
23
24
|
import _mantrachaintestnet from './mantrachaintestnet';
|
|
25
|
+
import _mantrachaintestnet2 from './mantrachaintestnet2';
|
|
24
26
|
import _marstestnet from './marstestnet';
|
|
25
27
|
import _neutrontestnet from './neutrontestnet';
|
|
26
28
|
import _nobletestnet from './nobletestnet';
|
|
@@ -41,5 +43,5 @@ import _terra2testnet from './terra2testnet';
|
|
|
41
43
|
import _titannettestnet from './titannettestnet';
|
|
42
44
|
import _titantestnet from './titantestnet';
|
|
43
45
|
import _xiontestnet from './xiontestnet';
|
|
44
|
-
const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _manifesttestnet, _mantrachaintestnet, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _symphonytestnet3, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _xiontestnet];
|
|
46
|
+
const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _cosmosicsprovidertestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _manifesttestnet, _mantrachaintestnet, _mantrachaintestnet2, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _symphonytestnet3, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _xiontestnet];
|
|
45
47
|
export default assets;
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'cosmosicsprovidertestnet',
|
|
3
|
+
assets: [{
|
|
4
|
+
description: 'The native token of MANTRA',
|
|
5
|
+
denom_units: [{
|
|
6
|
+
denom: 'ibc/21619233C9A7288683ECFC5056CA31BBA63A8769C38C1F4DC992EA533DCD8EDE',
|
|
7
|
+
exponent: 0,
|
|
8
|
+
aliases: ['uom']
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'om',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
type_asset: 'sdk.coin',
|
|
14
|
+
base: 'ibc/21619233C9A7288683ECFC5056CA31BBA63A8769C38C1F4DC992EA533DCD8EDE',
|
|
15
|
+
name: 'MANTRA Chain Dukong',
|
|
16
|
+
display: 'om',
|
|
17
|
+
symbol: 'OM',
|
|
18
|
+
keywords: [
|
|
19
|
+
'rwa',
|
|
20
|
+
'wasm',
|
|
21
|
+
'staking',
|
|
22
|
+
'testnet'
|
|
23
|
+
],
|
|
24
|
+
logo_URIs: {
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
27
|
+
},
|
|
28
|
+
images: [
|
|
29
|
+
{
|
|
30
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
32
|
+
theme: {
|
|
33
|
+
circle: true,
|
|
34
|
+
primary_color_hex: '#fba0c1'
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
39
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
40
|
+
theme: {
|
|
41
|
+
dark_mode: true,
|
|
42
|
+
circle: true,
|
|
43
|
+
primary_color_hex: '#342c2c'
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
48
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
49
|
+
theme: {
|
|
50
|
+
dark_mode: false,
|
|
51
|
+
circle: true,
|
|
52
|
+
primary_color_hex: '#342c2c'
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
socials: {
|
|
57
|
+
website: 'https://www.mantrachain.io/',
|
|
58
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
59
|
+
},
|
|
60
|
+
traces: [{
|
|
61
|
+
type: 'ibc',
|
|
62
|
+
counterparty: {
|
|
63
|
+
channel_id: 'channel-3',
|
|
64
|
+
base_denom: 'uom',
|
|
65
|
+
chain_name: 'mantrachaintestnet2'
|
|
66
|
+
},
|
|
67
|
+
chain: {
|
|
68
|
+
channel_id: 'channel-241'
|
|
69
|
+
}
|
|
70
|
+
}]
|
|
71
|
+
}, {
|
|
72
|
+
description: 'The native token of MANTRA',
|
|
73
|
+
denom_units: [{
|
|
74
|
+
denom: 'ibc/21619233C9A7288683ECFC5056CA31BBA63A8769C38C1F4DC992EA533DCD8EDE',
|
|
75
|
+
exponent: 0,
|
|
76
|
+
aliases: ['uom']
|
|
77
|
+
}, {
|
|
78
|
+
denom: 'om',
|
|
79
|
+
exponent: 6
|
|
80
|
+
}],
|
|
81
|
+
type_asset: 'sdk.coin',
|
|
82
|
+
base: 'ibc/21619233C9A7288683ECFC5056CA31BBA63A8769C38C1F4DC992EA533DCD8EDE',
|
|
83
|
+
name: 'MANTRA Chain Dukong',
|
|
84
|
+
display: 'om',
|
|
85
|
+
symbol: 'OM',
|
|
86
|
+
keywords: [
|
|
87
|
+
'rwa',
|
|
88
|
+
'wasm',
|
|
89
|
+
'staking',
|
|
90
|
+
'testnet'
|
|
91
|
+
],
|
|
92
|
+
logo_URIs: {
|
|
93
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
94
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
95
|
+
},
|
|
96
|
+
images: [
|
|
97
|
+
{
|
|
98
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
99
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
100
|
+
theme: {
|
|
101
|
+
circle: true,
|
|
102
|
+
primary_color_hex: '#fba0c1'
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
108
|
+
theme: {
|
|
109
|
+
dark_mode: true,
|
|
110
|
+
circle: true,
|
|
111
|
+
primary_color_hex: '#342c2c'
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
117
|
+
theme: {
|
|
118
|
+
dark_mode: false,
|
|
119
|
+
circle: true,
|
|
120
|
+
primary_color_hex: '#342c2c'
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
socials: {
|
|
125
|
+
website: 'https://www.mantrachain.io/',
|
|
126
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
127
|
+
},
|
|
128
|
+
traces: [{
|
|
129
|
+
type: 'ibc',
|
|
130
|
+
counterparty: {
|
|
131
|
+
channel_id: 'channel-3',
|
|
132
|
+
base_denom: 'uom',
|
|
133
|
+
chain_name: 'mantrachaintestnet2'
|
|
134
|
+
},
|
|
135
|
+
chain: {
|
|
136
|
+
channel_id: 'channel-241'
|
|
137
|
+
}
|
|
138
|
+
}]
|
|
139
|
+
}]
|
|
140
|
+
};
|
|
141
|
+
export default assets;
|
package/esm/testnet/index.js
CHANGED
|
@@ -6,6 +6,7 @@ export * as chain4energytestnet from './chain4energytestnet';
|
|
|
6
6
|
export * as composabletestnet from './composabletestnet';
|
|
7
7
|
export * as coreumtestnet from './coreumtestnet';
|
|
8
8
|
export * as cosmoshubtestnet from './cosmoshubtestnet';
|
|
9
|
+
export * as cosmosicsprovidertestnet from './cosmosicsprovidertestnet';
|
|
9
10
|
export * as doravotatestnet from './doravotatestnet';
|
|
10
11
|
export * as dydxtestnet from './dydxtestnet';
|
|
11
12
|
export * as elystestnet from './elystestnet';
|
|
@@ -21,6 +22,7 @@ export * as lavatestnet from './lavatestnet';
|
|
|
21
22
|
export * as likecointestnet from './likecointestnet';
|
|
22
23
|
export * as manifesttestnet from './manifesttestnet';
|
|
23
24
|
export * as mantrachaintestnet from './mantrachaintestnet';
|
|
25
|
+
export * as mantrachaintestnet2 from './mantrachaintestnet2';
|
|
24
26
|
export * as marstestnet from './marstestnet';
|
|
25
27
|
export * as neutrontestnet from './neutrontestnet';
|
|
26
28
|
export * as nobletestnet from './nobletestnet';
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'mantrachaintestnet2',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uatom']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'atom',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
15
|
+
name: 'Cosmos',
|
|
16
|
+
display: 'atom',
|
|
17
|
+
symbol: 'ATOM',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
25
|
+
}],
|
|
26
|
+
type_asset: 'sdk.coin',
|
|
27
|
+
traces: [{
|
|
28
|
+
type: 'ibc',
|
|
29
|
+
counterparty: {
|
|
30
|
+
channel_id: 'channel-241',
|
|
31
|
+
base_denom: 'uatom',
|
|
32
|
+
chain_name: 'cosmosicsprovidertestnet'
|
|
33
|
+
},
|
|
34
|
+
chain: {
|
|
35
|
+
channel_id: 'channel-3'
|
|
36
|
+
}
|
|
37
|
+
}]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
|
|
41
|
+
denom_units: [{
|
|
42
|
+
denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
43
|
+
exponent: 0,
|
|
44
|
+
aliases: ['uatom']
|
|
45
|
+
}, {
|
|
46
|
+
denom: 'atom',
|
|
47
|
+
exponent: 6
|
|
48
|
+
}],
|
|
49
|
+
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
50
|
+
name: 'Cosmos',
|
|
51
|
+
display: 'atom',
|
|
52
|
+
symbol: 'ATOM',
|
|
53
|
+
logo_URIs: {
|
|
54
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
55
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
56
|
+
},
|
|
57
|
+
images: [{
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
59
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
60
|
+
}],
|
|
61
|
+
type_asset: 'sdk.coin',
|
|
62
|
+
traces: [{
|
|
63
|
+
type: 'ibc',
|
|
64
|
+
counterparty: {
|
|
65
|
+
channel_id: 'channel-241',
|
|
66
|
+
base_denom: 'uatom',
|
|
67
|
+
chain_name: 'cosmosicsprovidertestnet'
|
|
68
|
+
},
|
|
69
|
+
chain: {
|
|
70
|
+
channel_id: 'channel-3'
|
|
71
|
+
}
|
|
72
|
+
}]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
76
|
+
denom_units: [{
|
|
77
|
+
denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
78
|
+
exponent: 0,
|
|
79
|
+
aliases: ['ustake']
|
|
80
|
+
}, {
|
|
81
|
+
denom: 'stake',
|
|
82
|
+
exponent: 6
|
|
83
|
+
}],
|
|
84
|
+
base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
85
|
+
name: 'Stake',
|
|
86
|
+
display: 'stake',
|
|
87
|
+
symbol: 'STAKE',
|
|
88
|
+
type_asset: 'sdk.coin',
|
|
89
|
+
traces: [{
|
|
90
|
+
type: 'ibc',
|
|
91
|
+
counterparty: {
|
|
92
|
+
channel_id: 'channel-237',
|
|
93
|
+
base_denom: 'ustake',
|
|
94
|
+
chain_name: 'nobletestnet'
|
|
95
|
+
},
|
|
96
|
+
chain: {
|
|
97
|
+
channel_id: 'channel-2'
|
|
98
|
+
}
|
|
99
|
+
}]
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
103
|
+
denom_units: [{
|
|
104
|
+
denom: 'ibc/6DE66F8E0A1545D77A2C95E07094221584D086D54FFB081F14035716B96E4CFE',
|
|
105
|
+
exponent: 0,
|
|
106
|
+
aliases: ['ulove']
|
|
107
|
+
}, {
|
|
108
|
+
denom: 'love',
|
|
109
|
+
exponent: 6
|
|
110
|
+
}],
|
|
111
|
+
base: 'ibc/6DE66F8E0A1545D77A2C95E07094221584D086D54FFB081F14035716B96E4CFE',
|
|
112
|
+
display: 'love',
|
|
113
|
+
name: 'Love',
|
|
114
|
+
symbol: 'LOVE',
|
|
115
|
+
type_asset: 'sdk.coin',
|
|
116
|
+
traces: [{
|
|
117
|
+
type: 'ibc',
|
|
118
|
+
counterparty: {
|
|
119
|
+
channel_id: 'channel-237',
|
|
120
|
+
base_denom: 'ulove',
|
|
121
|
+
chain_name: 'nobletestnet'
|
|
122
|
+
},
|
|
123
|
+
chain: {
|
|
124
|
+
channel_id: 'channel-2'
|
|
125
|
+
}
|
|
126
|
+
}]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
description: 'Ondo US Dollar Yield',
|
|
130
|
+
denom_units: [{
|
|
131
|
+
denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
132
|
+
exponent: 0,
|
|
133
|
+
aliases: ['ausdy']
|
|
134
|
+
}, {
|
|
135
|
+
denom: 'usdy',
|
|
136
|
+
exponent: 18
|
|
137
|
+
}],
|
|
138
|
+
base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
139
|
+
display: 'usdy',
|
|
140
|
+
name: 'Ondo US Dollar Yield',
|
|
141
|
+
symbol: 'USDY',
|
|
142
|
+
logo_URIs: {
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
145
|
+
},
|
|
146
|
+
images: [{
|
|
147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
149
|
+
}],
|
|
150
|
+
type_asset: 'sdk.coin',
|
|
151
|
+
traces: [{
|
|
152
|
+
type: 'ibc',
|
|
153
|
+
counterparty: {
|
|
154
|
+
channel_id: 'channel-237',
|
|
155
|
+
base_denom: 'ausdy',
|
|
156
|
+
chain_name: 'nobletestnet'
|
|
157
|
+
},
|
|
158
|
+
chain: {
|
|
159
|
+
channel_id: 'channel-2'
|
|
160
|
+
}
|
|
161
|
+
}]
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
165
|
+
denom_units: [{
|
|
166
|
+
denom: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
167
|
+
exponent: 0,
|
|
168
|
+
aliases: ['ustake']
|
|
169
|
+
}, {
|
|
170
|
+
denom: 'stake',
|
|
171
|
+
exponent: 6
|
|
172
|
+
}],
|
|
173
|
+
base: 'ibc/825446D2FFB7DD0FE55C78C9C6D4855F253136BE596FE20E3AFCB856A86340AE',
|
|
174
|
+
name: 'Stake',
|
|
175
|
+
display: 'stake',
|
|
176
|
+
symbol: 'STAKE',
|
|
177
|
+
type_asset: 'sdk.coin',
|
|
178
|
+
traces: [{
|
|
179
|
+
type: 'ibc',
|
|
180
|
+
counterparty: {
|
|
181
|
+
channel_id: 'channel-237',
|
|
182
|
+
base_denom: 'ustake',
|
|
183
|
+
chain_name: 'nobletestnet'
|
|
184
|
+
},
|
|
185
|
+
chain: {
|
|
186
|
+
channel_id: 'channel-2'
|
|
187
|
+
}
|
|
188
|
+
}]
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
192
|
+
denom_units: [{
|
|
193
|
+
denom: 'ibc/6DE66F8E0A1545D77A2C95E07094221584D086D54FFB081F14035716B96E4CFE',
|
|
194
|
+
exponent: 0,
|
|
195
|
+
aliases: ['ulove']
|
|
196
|
+
}, {
|
|
197
|
+
denom: 'love',
|
|
198
|
+
exponent: 6
|
|
199
|
+
}],
|
|
200
|
+
base: 'ibc/6DE66F8E0A1545D77A2C95E07094221584D086D54FFB081F14035716B96E4CFE',
|
|
201
|
+
display: 'love',
|
|
202
|
+
name: 'Love',
|
|
203
|
+
symbol: 'LOVE',
|
|
204
|
+
type_asset: 'sdk.coin',
|
|
205
|
+
traces: [{
|
|
206
|
+
type: 'ibc',
|
|
207
|
+
counterparty: {
|
|
208
|
+
channel_id: 'channel-237',
|
|
209
|
+
base_denom: 'ulove',
|
|
210
|
+
chain_name: 'nobletestnet'
|
|
211
|
+
},
|
|
212
|
+
chain: {
|
|
213
|
+
channel_id: 'channel-2'
|
|
214
|
+
}
|
|
215
|
+
}]
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
description: 'Ondo US Dollar Yield',
|
|
219
|
+
denom_units: [{
|
|
220
|
+
denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
221
|
+
exponent: 0,
|
|
222
|
+
aliases: ['ausdy']
|
|
223
|
+
}, {
|
|
224
|
+
denom: 'usdy',
|
|
225
|
+
exponent: 18
|
|
226
|
+
}],
|
|
227
|
+
base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
|
|
228
|
+
display: 'usdy',
|
|
229
|
+
name: 'Ondo US Dollar Yield',
|
|
230
|
+
symbol: 'USDY',
|
|
231
|
+
logo_URIs: {
|
|
232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
233
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
234
|
+
},
|
|
235
|
+
images: [{
|
|
236
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
237
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
238
|
+
}],
|
|
239
|
+
type_asset: 'sdk.coin',
|
|
240
|
+
traces: [{
|
|
241
|
+
type: 'ibc',
|
|
242
|
+
counterparty: {
|
|
243
|
+
channel_id: 'channel-237',
|
|
244
|
+
base_denom: 'ausdy',
|
|
245
|
+
chain_name: 'nobletestnet'
|
|
246
|
+
},
|
|
247
|
+
chain: {
|
|
248
|
+
channel_id: 'channel-2'
|
|
249
|
+
}
|
|
250
|
+
}]
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
};
|
|
254
|
+
export default assets;
|