@chain-registry/assets 1.64.79 → 1.64.80
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 +6 -2
- package/esm/mainnet/akash.js +6 -2
- package/esm/mainnet/axelar.js +20 -88
- package/esm/mainnet/chihuahua.js +6 -2
- package/esm/mainnet/comdex.js +6 -2
- package/esm/mainnet/cosmoshub.js +6 -2
- package/esm/mainnet/crescent.js +6 -2
- package/esm/mainnet/cryptoorgchain.js +6 -2
- package/esm/mainnet/dydx.js +6 -2
- package/esm/mainnet/gravitybridge.js +6 -2
- package/esm/mainnet/injective.js +6 -2
- package/esm/mainnet/irisnet.js +6 -2
- package/esm/mainnet/juno.js +6 -2
- package/esm/mainnet/kava.js +6 -2
- package/esm/mainnet/kujira.js +6 -2
- package/esm/mainnet/neutron.js +6 -2
- package/esm/mainnet/noble.js +26 -90
- package/esm/mainnet/osmosis.js +26 -90
- package/esm/mainnet/quicksilver.js +6 -2
- package/esm/mainnet/regen.js +6 -2
- package/esm/mainnet/secretnetwork.js +6 -2
- package/esm/mainnet/sentinel.js +6 -2
- package/esm/mainnet/sifchain.js +6 -2
- package/esm/mainnet/stargaze.js +6 -2
- package/esm/mainnet/starname.js +6 -2
- package/esm/mainnet/stride.js +6 -2
- package/esm/mainnet/umee.js +6 -2
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/nobletestnet.js +64 -0
- package/esm/testnet/seitestnet2.js +178 -0
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +6 -2
- package/mainnet/akash.js +6 -2
- package/mainnet/axelar.js +20 -88
- package/mainnet/chihuahua.js +6 -2
- package/mainnet/comdex.js +6 -2
- package/mainnet/cosmoshub.js +6 -2
- package/mainnet/crescent.js +6 -2
- package/mainnet/cryptoorgchain.js +6 -2
- package/mainnet/dydx.js +6 -2
- package/mainnet/gravitybridge.js +6 -2
- package/mainnet/injective.js +6 -2
- package/mainnet/irisnet.js +6 -2
- package/mainnet/juno.js +6 -2
- package/mainnet/kava.js +6 -2
- package/mainnet/kujira.js +6 -2
- package/mainnet/neutron.js +6 -2
- package/mainnet/noble.js +26 -90
- package/mainnet/osmosis.js +26 -90
- package/mainnet/quicksilver.js +6 -2
- package/mainnet/regen.js +6 -2
- package/mainnet/secretnetwork.js +6 -2
- package/mainnet/sentinel.js +6 -2
- package/mainnet/sifchain.js +6 -2
- package/mainnet/stargaze.js +6 -2
- package/mainnet/starname.js +6 -2
- package/mainnet/stride.js +6 -2
- package/mainnet/umee.js +6 -2
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/nobletestnet.js +64 -0
- package/testnet/seitestnet2.d.ts +3 -0
- package/testnet/seitestnet2.js +180 -0
package/testnet/nobletestnet.js
CHANGED
|
@@ -315,6 +315,38 @@ const assets = {
|
|
|
315
315
|
}
|
|
316
316
|
}]
|
|
317
317
|
},
|
|
318
|
+
{
|
|
319
|
+
description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
|
|
320
|
+
denom_units: [{
|
|
321
|
+
denom: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
|
|
322
|
+
exponent: 0,
|
|
323
|
+
aliases: ['usei']
|
|
324
|
+
}, {
|
|
325
|
+
denom: 'sei',
|
|
326
|
+
exponent: 6
|
|
327
|
+
}],
|
|
328
|
+
base: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
|
|
329
|
+
name: 'Sei',
|
|
330
|
+
display: 'sei',
|
|
331
|
+
symbol: 'SEI',
|
|
332
|
+
logo_URIs: {
|
|
333
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
|
|
334
|
+
},
|
|
335
|
+
images: [{
|
|
336
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
|
|
337
|
+
}],
|
|
338
|
+
traces: [{
|
|
339
|
+
type: 'ibc',
|
|
340
|
+
counterparty: {
|
|
341
|
+
channel_id: 'channel-75',
|
|
342
|
+
base_denom: 'usei',
|
|
343
|
+
chain_name: 'seitestnet2'
|
|
344
|
+
},
|
|
345
|
+
chain: {
|
|
346
|
+
channel_id: 'channel-23'
|
|
347
|
+
}
|
|
348
|
+
}]
|
|
349
|
+
},
|
|
318
350
|
{
|
|
319
351
|
description: 'The native token of the Titan network.',
|
|
320
352
|
denom_units: [
|
|
@@ -541,6 +573,38 @@ const assets = {
|
|
|
541
573
|
}
|
|
542
574
|
}]
|
|
543
575
|
},
|
|
576
|
+
{
|
|
577
|
+
description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
|
|
578
|
+
denom_units: [{
|
|
579
|
+
denom: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
|
|
580
|
+
exponent: 0,
|
|
581
|
+
aliases: ['usei']
|
|
582
|
+
}, {
|
|
583
|
+
denom: 'sei',
|
|
584
|
+
exponent: 6
|
|
585
|
+
}],
|
|
586
|
+
base: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
|
|
587
|
+
name: 'Sei',
|
|
588
|
+
display: 'sei',
|
|
589
|
+
symbol: 'SEI',
|
|
590
|
+
logo_URIs: {
|
|
591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
|
|
592
|
+
},
|
|
593
|
+
images: [{
|
|
594
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
|
|
595
|
+
}],
|
|
596
|
+
traces: [{
|
|
597
|
+
type: 'ibc',
|
|
598
|
+
counterparty: {
|
|
599
|
+
channel_id: 'channel-75',
|
|
600
|
+
base_denom: 'usei',
|
|
601
|
+
chain_name: 'seitestnet2'
|
|
602
|
+
},
|
|
603
|
+
chain: {
|
|
604
|
+
channel_id: 'channel-23'
|
|
605
|
+
}
|
|
606
|
+
}]
|
|
607
|
+
},
|
|
544
608
|
{
|
|
545
609
|
description: 'The native token of the Titan network.',
|
|
546
610
|
denom_units: [
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'seitestnet2',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/8441CDD982532F04D01A7FCFA2BCC71A7452FB4B104A783807A3BD45D48C2829',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['ustake']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'stake',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/8441CDD982532F04D01A7FCFA2BCC71A7452FB4B104A783807A3BD45D48C2829',
|
|
17
|
+
name: 'Stake',
|
|
18
|
+
display: 'stake',
|
|
19
|
+
symbol: 'STAKE',
|
|
20
|
+
traces: [{
|
|
21
|
+
type: 'ibc',
|
|
22
|
+
counterparty: {
|
|
23
|
+
channel_id: 'channel-23',
|
|
24
|
+
base_denom: 'ustake',
|
|
25
|
+
chain_name: 'nobletestnet'
|
|
26
|
+
},
|
|
27
|
+
chain: {
|
|
28
|
+
channel_id: 'channel-75'
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
34
|
+
denom_units: [{
|
|
35
|
+
denom: 'ibc/B8B7519F1012740D01B7DE5B307CC927F6107E9F19382E64E55BDE061D9B29D8',
|
|
36
|
+
exponent: 0,
|
|
37
|
+
aliases: ['ulove']
|
|
38
|
+
}, {
|
|
39
|
+
denom: 'love',
|
|
40
|
+
exponent: 6
|
|
41
|
+
}],
|
|
42
|
+
base: 'ibc/B8B7519F1012740D01B7DE5B307CC927F6107E9F19382E64E55BDE061D9B29D8',
|
|
43
|
+
display: 'love',
|
|
44
|
+
name: 'Love',
|
|
45
|
+
symbol: 'LOVE',
|
|
46
|
+
traces: [{
|
|
47
|
+
type: 'ibc',
|
|
48
|
+
counterparty: {
|
|
49
|
+
channel_id: 'channel-23',
|
|
50
|
+
base_denom: 'ulove',
|
|
51
|
+
chain_name: 'nobletestnet'
|
|
52
|
+
},
|
|
53
|
+
chain: {
|
|
54
|
+
channel_id: 'channel-75'
|
|
55
|
+
}
|
|
56
|
+
}]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
description: 'Ondo US Dollar Yield',
|
|
60
|
+
denom_units: [{
|
|
61
|
+
denom: 'ibc/51E101F17A1B096FF26F5A972BCB58771ED5DB0FADE92E62C84BD830083A1139',
|
|
62
|
+
exponent: 0,
|
|
63
|
+
aliases: ['ausdy']
|
|
64
|
+
}, {
|
|
65
|
+
denom: 'usdy',
|
|
66
|
+
exponent: 18
|
|
67
|
+
}],
|
|
68
|
+
base: 'ibc/51E101F17A1B096FF26F5A972BCB58771ED5DB0FADE92E62C84BD830083A1139',
|
|
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
|
+
traces: [{
|
|
81
|
+
type: 'ibc',
|
|
82
|
+
counterparty: {
|
|
83
|
+
channel_id: 'channel-23',
|
|
84
|
+
base_denom: 'ausdy',
|
|
85
|
+
chain_name: 'nobletestnet'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-75'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/8441CDD982532F04D01A7FCFA2BCC71A7452FB4B104A783807A3BD45D48C2829',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['ustake']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'stake',
|
|
100
|
+
exponent: 6
|
|
101
|
+
}],
|
|
102
|
+
base: 'ibc/8441CDD982532F04D01A7FCFA2BCC71A7452FB4B104A783807A3BD45D48C2829',
|
|
103
|
+
name: 'Stake',
|
|
104
|
+
display: 'stake',
|
|
105
|
+
symbol: 'STAKE',
|
|
106
|
+
traces: [{
|
|
107
|
+
type: 'ibc',
|
|
108
|
+
counterparty: {
|
|
109
|
+
channel_id: 'channel-23',
|
|
110
|
+
base_denom: 'ustake',
|
|
111
|
+
chain_name: 'nobletestnet'
|
|
112
|
+
},
|
|
113
|
+
chain: {
|
|
114
|
+
channel_id: 'channel-75'
|
|
115
|
+
}
|
|
116
|
+
}]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
120
|
+
denom_units: [{
|
|
121
|
+
denom: 'ibc/B8B7519F1012740D01B7DE5B307CC927F6107E9F19382E64E55BDE061D9B29D8',
|
|
122
|
+
exponent: 0,
|
|
123
|
+
aliases: ['ulove']
|
|
124
|
+
}, {
|
|
125
|
+
denom: 'love',
|
|
126
|
+
exponent: 6
|
|
127
|
+
}],
|
|
128
|
+
base: 'ibc/B8B7519F1012740D01B7DE5B307CC927F6107E9F19382E64E55BDE061D9B29D8',
|
|
129
|
+
display: 'love',
|
|
130
|
+
name: 'Love',
|
|
131
|
+
symbol: 'LOVE',
|
|
132
|
+
traces: [{
|
|
133
|
+
type: 'ibc',
|
|
134
|
+
counterparty: {
|
|
135
|
+
channel_id: 'channel-23',
|
|
136
|
+
base_denom: 'ulove',
|
|
137
|
+
chain_name: 'nobletestnet'
|
|
138
|
+
},
|
|
139
|
+
chain: {
|
|
140
|
+
channel_id: 'channel-75'
|
|
141
|
+
}
|
|
142
|
+
}]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
description: 'Ondo US Dollar Yield',
|
|
146
|
+
denom_units: [{
|
|
147
|
+
denom: 'ibc/51E101F17A1B096FF26F5A972BCB58771ED5DB0FADE92E62C84BD830083A1139',
|
|
148
|
+
exponent: 0,
|
|
149
|
+
aliases: ['ausdy']
|
|
150
|
+
}, {
|
|
151
|
+
denom: 'usdy',
|
|
152
|
+
exponent: 18
|
|
153
|
+
}],
|
|
154
|
+
base: 'ibc/51E101F17A1B096FF26F5A972BCB58771ED5DB0FADE92E62C84BD830083A1139',
|
|
155
|
+
display: 'usdy',
|
|
156
|
+
name: 'Ondo US Dollar Yield',
|
|
157
|
+
symbol: 'USDY',
|
|
158
|
+
logo_URIs: {
|
|
159
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
160
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
161
|
+
},
|
|
162
|
+
images: [{
|
|
163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
164
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
165
|
+
}],
|
|
166
|
+
traces: [{
|
|
167
|
+
type: 'ibc',
|
|
168
|
+
counterparty: {
|
|
169
|
+
channel_id: 'channel-23',
|
|
170
|
+
base_denom: 'ausdy',
|
|
171
|
+
chain_name: 'nobletestnet'
|
|
172
|
+
},
|
|
173
|
+
chain: {
|
|
174
|
+
channel_id: 'channel-75'
|
|
175
|
+
}
|
|
176
|
+
}]
|
|
177
|
+
}
|
|
178
|
+
]
|
|
179
|
+
};
|
|
180
|
+
exports.default = assets;
|