@chain-registry/assets 1.70.604 → 1.70.606
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 +512 -0
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/celestia.js +0 -2
- package/esm/mainnet/cosmoshub.js +0 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/initia.js +512 -0
- package/esm/mainnet/injective.js +308 -0
- package/esm/mainnet/neutron.js +0 -2
- package/esm/mainnet/noble.js +0 -2
- package/esm/mainnet/nyx.js +0 -2
- package/esm/mainnet/osmosis.js +66 -2
- package/esm/mainnet/penumbra.js +0 -2
- package/esm/mainnet/stride.js +0 -2
- package/esm/mainnet/turkchain.js +170 -0
- package/esm/mainnet/zigchain.js +512 -0
- package/mainnet/agoric.js +512 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/celestia.js +0 -2
- package/mainnet/cosmoshub.js +0 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/initia.js +512 -0
- package/mainnet/injective.js +308 -0
- package/mainnet/neutron.js +0 -2
- package/mainnet/noble.js +0 -2
- package/mainnet/nyx.js +0 -2
- package/mainnet/osmosis.js +66 -2
- package/mainnet/penumbra.js +0 -2
- package/mainnet/stride.js +0 -2
- package/mainnet/turkchain.d.ts +3 -0
- package/mainnet/turkchain.js +172 -0
- package/mainnet/zigchain.js +512 -0
- package/package.json +5 -5
package/mainnet/initia.js
CHANGED
|
@@ -3,6 +3,262 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'initia',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/E5683E03EA5E5D825A4775E23F91D283506F9170FFB61B6527689D945C953A04',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['inj']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'INJ',
|
|
14
|
+
exponent: 18
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/E5683E03EA5E5D825A4775E23F91D283506F9170FFB61B6527689D945C953A04',
|
|
17
|
+
name: 'Injective',
|
|
18
|
+
display: 'INJ',
|
|
19
|
+
symbol: 'INJ',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'injective-protocol',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://injective.com/',
|
|
31
|
+
x: 'https://x.com/Injective_'
|
|
32
|
+
},
|
|
33
|
+
type_asset: 'sdk.coin',
|
|
34
|
+
traces: [{
|
|
35
|
+
type: 'ibc',
|
|
36
|
+
counterparty: {
|
|
37
|
+
channel_id: 'channel-455',
|
|
38
|
+
base_denom: 'inj',
|
|
39
|
+
chain_name: 'injective'
|
|
40
|
+
},
|
|
41
|
+
chain: {
|
|
42
|
+
channel_id: 'channel-112'
|
|
43
|
+
}
|
|
44
|
+
}]
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
description: 'The second meme coin on Injective.',
|
|
48
|
+
denom_units: [{
|
|
49
|
+
denom: 'ibc/897498B38ED30F95CA4D58DF18D11E2D2FFAB001867B6F9E01F5784D213C9DEA',
|
|
50
|
+
exponent: 0,
|
|
51
|
+
aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88']
|
|
52
|
+
}, {
|
|
53
|
+
denom: 'NINPO',
|
|
54
|
+
exponent: 6
|
|
55
|
+
}],
|
|
56
|
+
base: 'ibc/897498B38ED30F95CA4D58DF18D11E2D2FFAB001867B6F9E01F5784D213C9DEA',
|
|
57
|
+
name: 'Ninpo',
|
|
58
|
+
display: 'NINPO',
|
|
59
|
+
symbol: 'NINPO',
|
|
60
|
+
logo_URIs: {
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png'
|
|
62
|
+
},
|
|
63
|
+
images: [{
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png'
|
|
65
|
+
}],
|
|
66
|
+
type_asset: 'sdk.coin',
|
|
67
|
+
traces: [{
|
|
68
|
+
type: 'ibc',
|
|
69
|
+
counterparty: {
|
|
70
|
+
channel_id: 'channel-455',
|
|
71
|
+
base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88',
|
|
72
|
+
chain_name: 'injective'
|
|
73
|
+
},
|
|
74
|
+
chain: {
|
|
75
|
+
channel_id: 'channel-112'
|
|
76
|
+
}
|
|
77
|
+
}]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
description: 'JUDO is a very futuristic meme token.',
|
|
81
|
+
denom_units: [{
|
|
82
|
+
denom: 'ibc/2B56636162A3753FA7484C7A49D752475FE2428BF524C162CB00DA7370217EE2',
|
|
83
|
+
exponent: 0,
|
|
84
|
+
aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h']
|
|
85
|
+
}, {
|
|
86
|
+
denom: 'JUDO',
|
|
87
|
+
exponent: 6
|
|
88
|
+
}],
|
|
89
|
+
base: 'ibc/2B56636162A3753FA7484C7A49D752475FE2428BF524C162CB00DA7370217EE2',
|
|
90
|
+
name: 'Judo',
|
|
91
|
+
display: 'JUDO',
|
|
92
|
+
symbol: 'JUDO',
|
|
93
|
+
logo_URIs: {
|
|
94
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png'
|
|
95
|
+
},
|
|
96
|
+
images: [{
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png'
|
|
98
|
+
}],
|
|
99
|
+
type_asset: 'sdk.coin',
|
|
100
|
+
traces: [{
|
|
101
|
+
type: 'ibc',
|
|
102
|
+
counterparty: {
|
|
103
|
+
channel_id: 'channel-455',
|
|
104
|
+
base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h',
|
|
105
|
+
chain_name: 'injective'
|
|
106
|
+
},
|
|
107
|
+
chain: {
|
|
108
|
+
channel_id: 'channel-112'
|
|
109
|
+
}
|
|
110
|
+
}]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
|
|
114
|
+
denom_units: [{
|
|
115
|
+
denom: 'ibc/A8B2944D22DD97D9D99B97DC339E4C93EDCF3031EB33E2F6579DAB70F63E484B',
|
|
116
|
+
exponent: 0,
|
|
117
|
+
aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
|
|
118
|
+
}, {
|
|
119
|
+
denom: 'nINJ',
|
|
120
|
+
exponent: 18
|
|
121
|
+
}],
|
|
122
|
+
base: 'ibc/A8B2944D22DD97D9D99B97DC339E4C93EDCF3031EB33E2F6579DAB70F63E484B',
|
|
123
|
+
name: 'Neptune Receipt INJ',
|
|
124
|
+
display: 'nINJ',
|
|
125
|
+
symbol: 'nINJ',
|
|
126
|
+
images: [{
|
|
127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
|
|
128
|
+
}],
|
|
129
|
+
type_asset: 'sdk.coin',
|
|
130
|
+
traces: [{
|
|
131
|
+
type: 'ibc',
|
|
132
|
+
counterparty: {
|
|
133
|
+
channel_id: 'channel-455',
|
|
134
|
+
base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
|
|
135
|
+
chain_name: 'injective'
|
|
136
|
+
},
|
|
137
|
+
chain: {
|
|
138
|
+
channel_id: 'channel-112'
|
|
139
|
+
}
|
|
140
|
+
}]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
|
|
144
|
+
denom_units: [{
|
|
145
|
+
denom: 'ibc/5C28E0CF1039D8B59ED9E56934E89089667400AA05ED4E74DFF8AAA03CE26A05',
|
|
146
|
+
exponent: 0,
|
|
147
|
+
aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
|
|
148
|
+
}, {
|
|
149
|
+
denom: 'nATOM',
|
|
150
|
+
exponent: 6
|
|
151
|
+
}],
|
|
152
|
+
base: 'ibc/5C28E0CF1039D8B59ED9E56934E89089667400AA05ED4E74DFF8AAA03CE26A05',
|
|
153
|
+
name: 'Neptune Receipt ATOM',
|
|
154
|
+
display: 'nATOM',
|
|
155
|
+
symbol: 'nATOM',
|
|
156
|
+
images: [{
|
|
157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
|
|
158
|
+
}],
|
|
159
|
+
type_asset: 'sdk.coin',
|
|
160
|
+
traces: [{
|
|
161
|
+
type: 'ibc',
|
|
162
|
+
counterparty: {
|
|
163
|
+
channel_id: 'channel-455',
|
|
164
|
+
base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
|
|
165
|
+
chain_name: 'injective'
|
|
166
|
+
},
|
|
167
|
+
chain: {
|
|
168
|
+
channel_id: 'channel-112'
|
|
169
|
+
}
|
|
170
|
+
}]
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
|
|
174
|
+
denom_units: [{
|
|
175
|
+
denom: 'ibc/DF5C3A6AD294CF94BDE5B809FBD7CB72D279961EA56AFAB4015A65855F5296CE',
|
|
176
|
+
exponent: 0,
|
|
177
|
+
aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
|
|
178
|
+
}, {
|
|
179
|
+
denom: 'nWETH',
|
|
180
|
+
exponent: 18
|
|
181
|
+
}],
|
|
182
|
+
base: 'ibc/DF5C3A6AD294CF94BDE5B809FBD7CB72D279961EA56AFAB4015A65855F5296CE',
|
|
183
|
+
name: 'Neptune Receipt WETH',
|
|
184
|
+
display: 'nWETH',
|
|
185
|
+
symbol: 'nWETH',
|
|
186
|
+
images: [{
|
|
187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
|
|
188
|
+
}],
|
|
189
|
+
type_asset: 'sdk.coin',
|
|
190
|
+
traces: [{
|
|
191
|
+
type: 'ibc',
|
|
192
|
+
counterparty: {
|
|
193
|
+
channel_id: 'channel-455',
|
|
194
|
+
base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
|
|
195
|
+
chain_name: 'injective'
|
|
196
|
+
},
|
|
197
|
+
chain: {
|
|
198
|
+
channel_id: 'channel-112'
|
|
199
|
+
}
|
|
200
|
+
}]
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
|
|
204
|
+
denom_units: [{
|
|
205
|
+
denom: 'ibc/FB84654853C663F6331285D822AA34A1C52AAF44417482D5C40A0C66C20C53C2',
|
|
206
|
+
exponent: 0,
|
|
207
|
+
aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
|
|
208
|
+
}, {
|
|
209
|
+
denom: 'nUSDT',
|
|
210
|
+
exponent: 6
|
|
211
|
+
}],
|
|
212
|
+
base: 'ibc/FB84654853C663F6331285D822AA34A1C52AAF44417482D5C40A0C66C20C53C2',
|
|
213
|
+
name: 'Neptune Receipt USDT',
|
|
214
|
+
display: 'nUSDT',
|
|
215
|
+
symbol: 'nUSDT',
|
|
216
|
+
images: [{
|
|
217
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
|
|
218
|
+
}],
|
|
219
|
+
type_asset: 'sdk.coin',
|
|
220
|
+
traces: [{
|
|
221
|
+
type: 'ibc',
|
|
222
|
+
counterparty: {
|
|
223
|
+
channel_id: 'channel-455',
|
|
224
|
+
base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
|
|
225
|
+
chain_name: 'injective'
|
|
226
|
+
},
|
|
227
|
+
chain: {
|
|
228
|
+
channel_id: 'channel-112'
|
|
229
|
+
}
|
|
230
|
+
}]
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
|
|
234
|
+
denom_units: [{
|
|
235
|
+
denom: 'ibc/C543F7192933E4756E8F42BC5C012595136C8CD86FE55395D76F74C1455FC6EC',
|
|
236
|
+
exponent: 0,
|
|
237
|
+
aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
|
|
238
|
+
}, {
|
|
239
|
+
denom: 'nTIA',
|
|
240
|
+
exponent: 6
|
|
241
|
+
}],
|
|
242
|
+
base: 'ibc/C543F7192933E4756E8F42BC5C012595136C8CD86FE55395D76F74C1455FC6EC',
|
|
243
|
+
name: 'Neptune Receipt TIA',
|
|
244
|
+
display: 'nTIA',
|
|
245
|
+
symbol: 'nTIA',
|
|
246
|
+
images: [{
|
|
247
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
|
|
248
|
+
}],
|
|
249
|
+
type_asset: 'sdk.coin',
|
|
250
|
+
traces: [{
|
|
251
|
+
type: 'ibc',
|
|
252
|
+
counterparty: {
|
|
253
|
+
channel_id: 'channel-455',
|
|
254
|
+
base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
|
|
255
|
+
chain_name: 'injective'
|
|
256
|
+
},
|
|
257
|
+
chain: {
|
|
258
|
+
channel_id: 'channel-112'
|
|
259
|
+
}
|
|
260
|
+
}]
|
|
261
|
+
},
|
|
6
262
|
{
|
|
7
263
|
description: 'The native token of MilkyWay',
|
|
8
264
|
denom_units: [{
|
|
@@ -267,6 +523,262 @@ const assets = {
|
|
|
267
523
|
}
|
|
268
524
|
}]
|
|
269
525
|
},
|
|
526
|
+
{
|
|
527
|
+
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
528
|
+
denom_units: [{
|
|
529
|
+
denom: 'ibc/E5683E03EA5E5D825A4775E23F91D283506F9170FFB61B6527689D945C953A04',
|
|
530
|
+
exponent: 0,
|
|
531
|
+
aliases: ['inj']
|
|
532
|
+
}, {
|
|
533
|
+
denom: 'INJ',
|
|
534
|
+
exponent: 18
|
|
535
|
+
}],
|
|
536
|
+
base: 'ibc/E5683E03EA5E5D825A4775E23F91D283506F9170FFB61B6527689D945C953A04',
|
|
537
|
+
name: 'Injective',
|
|
538
|
+
display: 'INJ',
|
|
539
|
+
symbol: 'INJ',
|
|
540
|
+
logo_URIs: {
|
|
541
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
542
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
543
|
+
},
|
|
544
|
+
coingecko_id: 'injective-protocol',
|
|
545
|
+
images: [{
|
|
546
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
547
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
548
|
+
}],
|
|
549
|
+
socials: {
|
|
550
|
+
website: 'https://injective.com/',
|
|
551
|
+
x: 'https://x.com/Injective_'
|
|
552
|
+
},
|
|
553
|
+
type_asset: 'sdk.coin',
|
|
554
|
+
traces: [{
|
|
555
|
+
type: 'ibc',
|
|
556
|
+
counterparty: {
|
|
557
|
+
channel_id: 'channel-455',
|
|
558
|
+
base_denom: 'inj',
|
|
559
|
+
chain_name: 'injective'
|
|
560
|
+
},
|
|
561
|
+
chain: {
|
|
562
|
+
channel_id: 'channel-112'
|
|
563
|
+
}
|
|
564
|
+
}]
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
description: 'The second meme coin on Injective.',
|
|
568
|
+
denom_units: [{
|
|
569
|
+
denom: 'ibc/897498B38ED30F95CA4D58DF18D11E2D2FFAB001867B6F9E01F5784D213C9DEA',
|
|
570
|
+
exponent: 0,
|
|
571
|
+
aliases: ['inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88']
|
|
572
|
+
}, {
|
|
573
|
+
denom: 'NINPO',
|
|
574
|
+
exponent: 6
|
|
575
|
+
}],
|
|
576
|
+
base: 'ibc/897498B38ED30F95CA4D58DF18D11E2D2FFAB001867B6F9E01F5784D213C9DEA',
|
|
577
|
+
name: 'Ninpo',
|
|
578
|
+
display: 'NINPO',
|
|
579
|
+
symbol: 'NINPO',
|
|
580
|
+
logo_URIs: {
|
|
581
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png'
|
|
582
|
+
},
|
|
583
|
+
images: [{
|
|
584
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png'
|
|
585
|
+
}],
|
|
586
|
+
type_asset: 'sdk.coin',
|
|
587
|
+
traces: [{
|
|
588
|
+
type: 'ibc',
|
|
589
|
+
counterparty: {
|
|
590
|
+
channel_id: 'channel-455',
|
|
591
|
+
base_denom: 'inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88',
|
|
592
|
+
chain_name: 'injective'
|
|
593
|
+
},
|
|
594
|
+
chain: {
|
|
595
|
+
channel_id: 'channel-112'
|
|
596
|
+
}
|
|
597
|
+
}]
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
description: 'JUDO is a very futuristic meme token.',
|
|
601
|
+
denom_units: [{
|
|
602
|
+
denom: 'ibc/2B56636162A3753FA7484C7A49D752475FE2428BF524C162CB00DA7370217EE2',
|
|
603
|
+
exponent: 0,
|
|
604
|
+
aliases: ['inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h']
|
|
605
|
+
}, {
|
|
606
|
+
denom: 'JUDO',
|
|
607
|
+
exponent: 6
|
|
608
|
+
}],
|
|
609
|
+
base: 'ibc/2B56636162A3753FA7484C7A49D752475FE2428BF524C162CB00DA7370217EE2',
|
|
610
|
+
name: 'Judo',
|
|
611
|
+
display: 'JUDO',
|
|
612
|
+
symbol: 'JUDO',
|
|
613
|
+
logo_URIs: {
|
|
614
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png'
|
|
615
|
+
},
|
|
616
|
+
images: [{
|
|
617
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png'
|
|
618
|
+
}],
|
|
619
|
+
type_asset: 'sdk.coin',
|
|
620
|
+
traces: [{
|
|
621
|
+
type: 'ibc',
|
|
622
|
+
counterparty: {
|
|
623
|
+
channel_id: 'channel-455',
|
|
624
|
+
base_denom: 'inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h',
|
|
625
|
+
chain_name: 'injective'
|
|
626
|
+
},
|
|
627
|
+
chain: {
|
|
628
|
+
channel_id: 'channel-112'
|
|
629
|
+
}
|
|
630
|
+
}]
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
|
|
634
|
+
denom_units: [{
|
|
635
|
+
denom: 'ibc/A8B2944D22DD97D9D99B97DC339E4C93EDCF3031EB33E2F6579DAB70F63E484B',
|
|
636
|
+
exponent: 0,
|
|
637
|
+
aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
|
|
638
|
+
}, {
|
|
639
|
+
denom: 'nINJ',
|
|
640
|
+
exponent: 18
|
|
641
|
+
}],
|
|
642
|
+
base: 'ibc/A8B2944D22DD97D9D99B97DC339E4C93EDCF3031EB33E2F6579DAB70F63E484B',
|
|
643
|
+
name: 'Neptune Receipt INJ',
|
|
644
|
+
display: 'nINJ',
|
|
645
|
+
symbol: 'nINJ',
|
|
646
|
+
images: [{
|
|
647
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
|
|
648
|
+
}],
|
|
649
|
+
type_asset: 'sdk.coin',
|
|
650
|
+
traces: [{
|
|
651
|
+
type: 'ibc',
|
|
652
|
+
counterparty: {
|
|
653
|
+
channel_id: 'channel-455',
|
|
654
|
+
base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
|
|
655
|
+
chain_name: 'injective'
|
|
656
|
+
},
|
|
657
|
+
chain: {
|
|
658
|
+
channel_id: 'channel-112'
|
|
659
|
+
}
|
|
660
|
+
}]
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
|
|
664
|
+
denom_units: [{
|
|
665
|
+
denom: 'ibc/5C28E0CF1039D8B59ED9E56934E89089667400AA05ED4E74DFF8AAA03CE26A05',
|
|
666
|
+
exponent: 0,
|
|
667
|
+
aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
|
|
668
|
+
}, {
|
|
669
|
+
denom: 'nATOM',
|
|
670
|
+
exponent: 6
|
|
671
|
+
}],
|
|
672
|
+
base: 'ibc/5C28E0CF1039D8B59ED9E56934E89089667400AA05ED4E74DFF8AAA03CE26A05',
|
|
673
|
+
name: 'Neptune Receipt ATOM',
|
|
674
|
+
display: 'nATOM',
|
|
675
|
+
symbol: 'nATOM',
|
|
676
|
+
images: [{
|
|
677
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
|
|
678
|
+
}],
|
|
679
|
+
type_asset: 'sdk.coin',
|
|
680
|
+
traces: [{
|
|
681
|
+
type: 'ibc',
|
|
682
|
+
counterparty: {
|
|
683
|
+
channel_id: 'channel-455',
|
|
684
|
+
base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
|
|
685
|
+
chain_name: 'injective'
|
|
686
|
+
},
|
|
687
|
+
chain: {
|
|
688
|
+
channel_id: 'channel-112'
|
|
689
|
+
}
|
|
690
|
+
}]
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
|
|
694
|
+
denom_units: [{
|
|
695
|
+
denom: 'ibc/DF5C3A6AD294CF94BDE5B809FBD7CB72D279961EA56AFAB4015A65855F5296CE',
|
|
696
|
+
exponent: 0,
|
|
697
|
+
aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
|
|
698
|
+
}, {
|
|
699
|
+
denom: 'nWETH',
|
|
700
|
+
exponent: 18
|
|
701
|
+
}],
|
|
702
|
+
base: 'ibc/DF5C3A6AD294CF94BDE5B809FBD7CB72D279961EA56AFAB4015A65855F5296CE',
|
|
703
|
+
name: 'Neptune Receipt WETH',
|
|
704
|
+
display: 'nWETH',
|
|
705
|
+
symbol: 'nWETH',
|
|
706
|
+
images: [{
|
|
707
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
|
|
708
|
+
}],
|
|
709
|
+
type_asset: 'sdk.coin',
|
|
710
|
+
traces: [{
|
|
711
|
+
type: 'ibc',
|
|
712
|
+
counterparty: {
|
|
713
|
+
channel_id: 'channel-455',
|
|
714
|
+
base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
|
|
715
|
+
chain_name: 'injective'
|
|
716
|
+
},
|
|
717
|
+
chain: {
|
|
718
|
+
channel_id: 'channel-112'
|
|
719
|
+
}
|
|
720
|
+
}]
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
|
|
724
|
+
denom_units: [{
|
|
725
|
+
denom: 'ibc/FB84654853C663F6331285D822AA34A1C52AAF44417482D5C40A0C66C20C53C2',
|
|
726
|
+
exponent: 0,
|
|
727
|
+
aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
|
|
728
|
+
}, {
|
|
729
|
+
denom: 'nUSDT',
|
|
730
|
+
exponent: 6
|
|
731
|
+
}],
|
|
732
|
+
base: 'ibc/FB84654853C663F6331285D822AA34A1C52AAF44417482D5C40A0C66C20C53C2',
|
|
733
|
+
name: 'Neptune Receipt USDT',
|
|
734
|
+
display: 'nUSDT',
|
|
735
|
+
symbol: 'nUSDT',
|
|
736
|
+
images: [{
|
|
737
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
|
|
738
|
+
}],
|
|
739
|
+
type_asset: 'sdk.coin',
|
|
740
|
+
traces: [{
|
|
741
|
+
type: 'ibc',
|
|
742
|
+
counterparty: {
|
|
743
|
+
channel_id: 'channel-455',
|
|
744
|
+
base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
|
|
745
|
+
chain_name: 'injective'
|
|
746
|
+
},
|
|
747
|
+
chain: {
|
|
748
|
+
channel_id: 'channel-112'
|
|
749
|
+
}
|
|
750
|
+
}]
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
|
|
754
|
+
denom_units: [{
|
|
755
|
+
denom: 'ibc/C543F7192933E4756E8F42BC5C012595136C8CD86FE55395D76F74C1455FC6EC',
|
|
756
|
+
exponent: 0,
|
|
757
|
+
aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
|
|
758
|
+
}, {
|
|
759
|
+
denom: 'nTIA',
|
|
760
|
+
exponent: 6
|
|
761
|
+
}],
|
|
762
|
+
base: 'ibc/C543F7192933E4756E8F42BC5C012595136C8CD86FE55395D76F74C1455FC6EC',
|
|
763
|
+
name: 'Neptune Receipt TIA',
|
|
764
|
+
display: 'nTIA',
|
|
765
|
+
symbol: 'nTIA',
|
|
766
|
+
images: [{
|
|
767
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
|
|
768
|
+
}],
|
|
769
|
+
type_asset: 'sdk.coin',
|
|
770
|
+
traces: [{
|
|
771
|
+
type: 'ibc',
|
|
772
|
+
counterparty: {
|
|
773
|
+
channel_id: 'channel-455',
|
|
774
|
+
base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
|
|
775
|
+
chain_name: 'injective'
|
|
776
|
+
},
|
|
777
|
+
chain: {
|
|
778
|
+
channel_id: 'channel-112'
|
|
779
|
+
}
|
|
780
|
+
}]
|
|
781
|
+
},
|
|
270
782
|
{
|
|
271
783
|
description: 'The native token of MilkyWay',
|
|
272
784
|
denom_units: [{
|