chain-registry 2.0.6 → 2.0.8
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/devnet/manifestdevnet/chain.js +2 -1
- package/esm/devnet/manifestdevnet/chain.js +2 -1
- package/esm/mainnet/akash/ibc-data.js +30 -0
- package/esm/mainnet/asset-lists.js +4 -0
- package/esm/mainnet/celestia/ibc-data.js +25 -0
- package/esm/mainnet/chains.js +4 -0
- package/esm/mainnet/cosmoshub/ibc-data.js +54 -0
- package/esm/mainnet/elys/ibc-data.js +29 -0
- package/esm/mainnet/ethereum/asset-list.js +13 -2
- package/esm/mainnet/ibc-data.js +4 -0
- package/esm/mainnet/injective/ibc-data.js +29 -0
- package/esm/mainnet/lumera/chain.js +21 -4
- package/esm/mainnet/manifest/chain.js +3 -2
- package/esm/mainnet/namada/asset-list.js +485 -0
- package/esm/mainnet/namada/chain.js +141 -0
- package/esm/mainnet/namada/ibc-data.js +203 -0
- package/esm/mainnet/namada/index.js +6 -0
- package/esm/mainnet/neutron/ibc-data.js +25 -0
- package/esm/mainnet/noble/ibc-data.js +54 -0
- package/esm/mainnet/nyx/ibc-data.js +25 -0
- package/esm/mainnet/osmosis/asset-list.js +42 -0
- package/esm/mainnet/osmosis/ibc-data.js +54 -0
- package/esm/mainnet/stargaze/ibc-data.js +30 -0
- package/esm/mainnet/stride/ibc-data.js +25 -0
- package/esm/mainnet/xrplevm/asset-list.js +54 -0
- package/esm/mainnet/xrplevm/chain.js +106 -0
- package/esm/mainnet/xrplevm/ibc-data.js +148 -0
- package/esm/mainnet/xrplevm/index.js +6 -0
- package/esm/noncosmos/asset-lists.js +0 -2
- package/esm/noncosmos/penumbra/ibc-data.js +31 -3
- package/esm/testnet/manifesttestnet/chain.js +2 -1
- package/esm/testnet/xrplevmtestnet/chain.js +5 -14
- package/mainnet/akash/ibc-data.js +30 -0
- package/mainnet/asset-lists.js +4 -0
- package/mainnet/celestia/ibc-data.js +25 -0
- package/mainnet/chains.js +4 -0
- package/mainnet/cosmoshub/ibc-data.js +54 -0
- package/mainnet/elys/ibc-data.js +29 -0
- package/mainnet/ethereum/asset-list.js +13 -2
- package/mainnet/ibc-data.js +4 -0
- package/mainnet/injective/ibc-data.js +29 -0
- package/mainnet/lumera/chain.js +21 -4
- package/mainnet/manifest/chain.js +3 -2
- package/mainnet/namada/asset-list.js +487 -0
- package/mainnet/namada/chain.d.ts +3 -0
- package/mainnet/namada/chain.js +143 -0
- package/mainnet/namada/ibc-data.d.ts +3 -0
- package/mainnet/namada/ibc-data.js +205 -0
- package/mainnet/namada/index.d.ts +3 -0
- package/{noncosmos → mainnet}/namada/index.js +5 -1
- package/mainnet/neutron/ibc-data.js +25 -0
- package/mainnet/noble/ibc-data.js +54 -0
- package/mainnet/nyx/ibc-data.js +25 -0
- package/mainnet/osmosis/asset-list.js +42 -0
- package/mainnet/osmosis/ibc-data.js +54 -0
- package/mainnet/stargaze/ibc-data.js +30 -0
- package/mainnet/stride/ibc-data.js +25 -0
- package/mainnet/xrplevm/asset-list.d.ts +3 -0
- package/mainnet/xrplevm/asset-list.js +56 -0
- package/mainnet/xrplevm/chain.d.ts +3 -0
- package/mainnet/xrplevm/chain.js +108 -0
- package/mainnet/xrplevm/ibc-data.d.ts +3 -0
- package/mainnet/xrplevm/ibc-data.js +150 -0
- package/mainnet/xrplevm/index.d.ts +3 -0
- package/mainnet/xrplevm/index.js +12 -0
- package/noncosmos/asset-lists.js +0 -2
- package/noncosmos/penumbra/ibc-data.js +31 -3
- package/package.json +3 -3
- package/testnet/manifesttestnet/chain.js +2 -1
- package/testnet/xrplevmtestnet/chain.js +5 -14
- package/esm/noncosmos/namada/asset-list.js +0 -31
- package/esm/noncosmos/namada/index.js +0 -2
- package/noncosmos/namada/asset-list.js +0 -33
- package/noncosmos/namada/index.d.ts +0 -1
- /package/{noncosmos → mainnet}/namada/asset-list.d.ts +0 -0
|
@@ -0,0 +1,485 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chainName: 'namada',
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
6
|
+
description: 'The native token of Namada.',
|
|
7
|
+
denomUnits: [{
|
|
8
|
+
denom: 'unam',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'nam',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
typeAsset: 'sdk.coin',
|
|
15
|
+
base: 'unam',
|
|
16
|
+
name: 'Namada',
|
|
17
|
+
display: 'nam',
|
|
18
|
+
symbol: 'NAM',
|
|
19
|
+
address: 'tnam1q9gr66cvu4hrzm0sd5kmlnjje82gs3xlfg3v6nu7',
|
|
20
|
+
logoURIs: {
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
description: 'Stride\'s liquid staked OSMO',
|
|
26
|
+
denomUnits: [{
|
|
27
|
+
denom: 'ibc/4263C1D1EEEA066572F679EF212BDD522ADF0E57C86819AF260C8BC82BD87602',
|
|
28
|
+
exponent: 0,
|
|
29
|
+
aliases: ['stuosmo']
|
|
30
|
+
}, {
|
|
31
|
+
denom: 'stosmo',
|
|
32
|
+
exponent: 6
|
|
33
|
+
}],
|
|
34
|
+
typeAsset: 'ics20',
|
|
35
|
+
base: 'ibc/4263C1D1EEEA066572F679EF212BDD522ADF0E57C86819AF260C8BC82BD87602',
|
|
36
|
+
name: 'Stride Staked OSMO',
|
|
37
|
+
display: 'stosmo',
|
|
38
|
+
symbol: 'stOSMO',
|
|
39
|
+
address: 'tnam1p4px8sw3am4qvetj7eu77gftm4fz4hcw2ulpldc7',
|
|
40
|
+
traces: [{
|
|
41
|
+
type: 'ibc',
|
|
42
|
+
counterparty: {
|
|
43
|
+
chainName: 'stride',
|
|
44
|
+
baseDenom: 'stuosmo',
|
|
45
|
+
channelId: 'channel-308'
|
|
46
|
+
},
|
|
47
|
+
chain: {
|
|
48
|
+
channelId: 'channel-0',
|
|
49
|
+
path: 'transfer/channel-0/stuosmo'
|
|
50
|
+
}
|
|
51
|
+
}],
|
|
52
|
+
logoURIs: {
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
|
|
54
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
|
|
55
|
+
},
|
|
56
|
+
images: [{
|
|
57
|
+
imageSync: {
|
|
58
|
+
chainName: 'stride',
|
|
59
|
+
baseDenom: 'stuosmo'
|
|
60
|
+
},
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg',
|
|
63
|
+
theme: {
|
|
64
|
+
primaryColorHex: '#e40474'
|
|
65
|
+
}
|
|
66
|
+
}]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
description: 'Stride\'s liquid staked ATOM',
|
|
70
|
+
denomUnits: [{
|
|
71
|
+
denom: 'ibc/054A44EC8D9B68B9A6F0D5708375E00A5569A28F21E0064FF12CADC3FEF1D04F',
|
|
72
|
+
exponent: 0,
|
|
73
|
+
aliases: ['stuatom']
|
|
74
|
+
}, {
|
|
75
|
+
denom: 'statom',
|
|
76
|
+
exponent: 6
|
|
77
|
+
}],
|
|
78
|
+
typeAsset: 'ics20',
|
|
79
|
+
base: 'ibc/054A44EC8D9B68B9A6F0D5708375E00A5569A28F21E0064FF12CADC3FEF1D04F',
|
|
80
|
+
name: 'Stride Staked ATOM',
|
|
81
|
+
display: 'statom',
|
|
82
|
+
symbol: 'stATOM',
|
|
83
|
+
address: 'tnam1p5z5538v3kdk3wdx7r2hpqm4uq9926dz3ughcp7n',
|
|
84
|
+
traces: [{
|
|
85
|
+
type: 'ibc',
|
|
86
|
+
counterparty: {
|
|
87
|
+
chainName: 'stride',
|
|
88
|
+
baseDenom: 'stuatom',
|
|
89
|
+
channelId: 'channel-308'
|
|
90
|
+
},
|
|
91
|
+
chain: {
|
|
92
|
+
channelId: 'channel-0',
|
|
93
|
+
path: 'transfer/channel-0/stuatom'
|
|
94
|
+
}
|
|
95
|
+
}],
|
|
96
|
+
logoURIs: {
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
98
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
99
|
+
},
|
|
100
|
+
images: [{
|
|
101
|
+
imageSync: {
|
|
102
|
+
chainName: 'stride',
|
|
103
|
+
baseDenom: 'stuatom'
|
|
104
|
+
},
|
|
105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg',
|
|
107
|
+
theme: {
|
|
108
|
+
primaryColorHex: '#e40474'
|
|
109
|
+
}
|
|
110
|
+
}]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
description: 'Stride\'s liquid staked TIA',
|
|
114
|
+
denomUnits: [{
|
|
115
|
+
denom: 'ibc/F46BA5EDCA6DAA5F7EFD3838430E03647CDC786BB1B89BC9FDD1CBE16B099645',
|
|
116
|
+
exponent: 0,
|
|
117
|
+
aliases: ['stutia']
|
|
118
|
+
}, {
|
|
119
|
+
denom: 'stTIA',
|
|
120
|
+
exponent: 6
|
|
121
|
+
}],
|
|
122
|
+
typeAsset: 'ics20',
|
|
123
|
+
base: 'ibc/F46BA5EDCA6DAA5F7EFD3838430E03647CDC786BB1B89BC9FDD1CBE16B099645',
|
|
124
|
+
name: 'Stride Staked TIA',
|
|
125
|
+
display: 'stTIA',
|
|
126
|
+
symbol: 'stTIA',
|
|
127
|
+
address: 'tnam1ph6xhf0defk65hm7l5ursscwqdj8ehrcdv300u4g',
|
|
128
|
+
traces: [{
|
|
129
|
+
type: 'ibc',
|
|
130
|
+
counterparty: {
|
|
131
|
+
chainName: 'stride',
|
|
132
|
+
baseDenom: 'stutia',
|
|
133
|
+
channelId: 'channel-308'
|
|
134
|
+
},
|
|
135
|
+
chain: {
|
|
136
|
+
channelId: 'channel-0',
|
|
137
|
+
path: 'transfer/channel-0/stutia'
|
|
138
|
+
}
|
|
139
|
+
}],
|
|
140
|
+
logoURIs: {
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg'
|
|
143
|
+
},
|
|
144
|
+
images: [{
|
|
145
|
+
imageSync: {
|
|
146
|
+
chainName: 'stride',
|
|
147
|
+
baseDenom: 'stutia'
|
|
148
|
+
},
|
|
149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png',
|
|
150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg',
|
|
151
|
+
theme: {
|
|
152
|
+
primaryColorHex: '#e40474'
|
|
153
|
+
}
|
|
154
|
+
}]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
description: 'The native token of Osmosis',
|
|
158
|
+
denomUnits: [{
|
|
159
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
160
|
+
exponent: 0,
|
|
161
|
+
aliases: ['uosmo']
|
|
162
|
+
}, {
|
|
163
|
+
denom: 'osmo',
|
|
164
|
+
exponent: 6
|
|
165
|
+
}],
|
|
166
|
+
typeAsset: 'ics20',
|
|
167
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
168
|
+
name: 'Osmosis',
|
|
169
|
+
display: 'osmo',
|
|
170
|
+
symbol: 'OSMO',
|
|
171
|
+
address: 'tnam1p5z8ruwyu7ha8urhq2l0dhpk2f5dv3ts7uyf2n75',
|
|
172
|
+
traces: [{
|
|
173
|
+
type: 'ibc',
|
|
174
|
+
counterparty: {
|
|
175
|
+
chainName: 'osmosis',
|
|
176
|
+
baseDenom: 'uosmo',
|
|
177
|
+
channelId: 'channel-98451'
|
|
178
|
+
},
|
|
179
|
+
chain: {
|
|
180
|
+
channelId: 'channel-1',
|
|
181
|
+
path: 'transfer/channel-1/uosmo'
|
|
182
|
+
}
|
|
183
|
+
}],
|
|
184
|
+
logoURIs: {
|
|
185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
187
|
+
},
|
|
188
|
+
images: [{
|
|
189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
191
|
+
theme: {
|
|
192
|
+
primaryColorHex: '#760dbb'
|
|
193
|
+
}
|
|
194
|
+
}]
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
198
|
+
denomUnits: [{
|
|
199
|
+
denom: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
200
|
+
exponent: 0,
|
|
201
|
+
aliases: ['uatom']
|
|
202
|
+
}, {
|
|
203
|
+
denom: 'atom',
|
|
204
|
+
exponent: 6
|
|
205
|
+
}],
|
|
206
|
+
typeAsset: 'ics20',
|
|
207
|
+
base: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
208
|
+
name: 'Cosmos Hub',
|
|
209
|
+
display: 'atom',
|
|
210
|
+
symbol: 'ATOM',
|
|
211
|
+
address: 'tnam1pkg30gnt4q0zn7j00r6hms4ajrxn6f5ysyyl7w9m',
|
|
212
|
+
traces: [{
|
|
213
|
+
type: 'ibc',
|
|
214
|
+
counterparty: {
|
|
215
|
+
chainName: 'cosmoshub',
|
|
216
|
+
baseDenom: 'uatom',
|
|
217
|
+
channelId: 'channel-1317'
|
|
218
|
+
},
|
|
219
|
+
chain: {
|
|
220
|
+
channelId: 'channel-2',
|
|
221
|
+
path: 'transfer/channel-2/uatom'
|
|
222
|
+
}
|
|
223
|
+
}],
|
|
224
|
+
logoURIs: {
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
227
|
+
},
|
|
228
|
+
images: [{
|
|
229
|
+
imageSync: {
|
|
230
|
+
chainName: 'cosmoshub',
|
|
231
|
+
baseDenom: 'uatom'
|
|
232
|
+
},
|
|
233
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
234
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
235
|
+
theme: {
|
|
236
|
+
primaryColorHex: '#272d45'
|
|
237
|
+
}
|
|
238
|
+
}]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
description: 'The native token of the Celestia blockchain.',
|
|
242
|
+
denomUnits: [{
|
|
243
|
+
denom: 'ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676',
|
|
244
|
+
exponent: 0,
|
|
245
|
+
aliases: ['utia']
|
|
246
|
+
}, {
|
|
247
|
+
denom: 'tia',
|
|
248
|
+
exponent: 6
|
|
249
|
+
}],
|
|
250
|
+
typeAsset: 'ics20',
|
|
251
|
+
base: 'ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676',
|
|
252
|
+
name: 'Celestia',
|
|
253
|
+
display: 'tia',
|
|
254
|
+
symbol: 'TIA',
|
|
255
|
+
address: 'tnam1pklj3kwp0cpsdvv56584rsajty974527qsp8n0nm',
|
|
256
|
+
traces: [{
|
|
257
|
+
type: 'ibc',
|
|
258
|
+
counterparty: {
|
|
259
|
+
chainName: 'celestia',
|
|
260
|
+
baseDenom: 'utia',
|
|
261
|
+
channelId: 'channel-73'
|
|
262
|
+
},
|
|
263
|
+
chain: {
|
|
264
|
+
channelId: 'channel-3',
|
|
265
|
+
path: 'transfer/channel-3/utia'
|
|
266
|
+
}
|
|
267
|
+
}],
|
|
268
|
+
logoURIs: {
|
|
269
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
270
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
271
|
+
},
|
|
272
|
+
images: [{
|
|
273
|
+
imageSync: {
|
|
274
|
+
chainName: 'celestia',
|
|
275
|
+
baseDenom: 'utia'
|
|
276
|
+
},
|
|
277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
278
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
|
|
279
|
+
theme: {
|
|
280
|
+
primaryColorHex: '#7c2cfb'
|
|
281
|
+
}
|
|
282
|
+
}]
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
description: 'The native token of Penumbra.',
|
|
286
|
+
denomUnits: [{
|
|
287
|
+
denom: 'ibc/9473AE955A0A5E6EFDDB8C529E777814DBE3D0FE2FD2ECB9D7208920E0FD62D3',
|
|
288
|
+
exponent: 0,
|
|
289
|
+
aliases: ['upenumbra']
|
|
290
|
+
}, {
|
|
291
|
+
denom: 'penumbra',
|
|
292
|
+
exponent: 6
|
|
293
|
+
}],
|
|
294
|
+
typeAsset: 'ics20',
|
|
295
|
+
base: 'ibc/9473AE955A0A5E6EFDDB8C529E777814DBE3D0FE2FD2ECB9D7208920E0FD62D3',
|
|
296
|
+
name: 'Penumbra',
|
|
297
|
+
display: 'penumbra',
|
|
298
|
+
symbol: 'UM',
|
|
299
|
+
address: 'tnam1pk288t54tg99umhamwx998nh0q2dhc7slch45sqy',
|
|
300
|
+
traces: [{
|
|
301
|
+
type: 'ibc',
|
|
302
|
+
counterparty: {
|
|
303
|
+
chainName: 'penumbra',
|
|
304
|
+
baseDenom: 'upenumbra',
|
|
305
|
+
channelId: 'channel-13'
|
|
306
|
+
},
|
|
307
|
+
chain: {
|
|
308
|
+
channelId: 'channel-4',
|
|
309
|
+
path: 'transfer/channel-4/upenumbra'
|
|
310
|
+
}
|
|
311
|
+
}],
|
|
312
|
+
logoURIs: {
|
|
313
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
314
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg'
|
|
315
|
+
},
|
|
316
|
+
images: [{
|
|
317
|
+
imageSync: {
|
|
318
|
+
chainName: 'penumbra',
|
|
319
|
+
baseDenom: 'upenumbra'
|
|
320
|
+
},
|
|
321
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
322
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
|
|
323
|
+
theme: {
|
|
324
|
+
circle: true,
|
|
325
|
+
primaryColorHex: '#c7b07f'
|
|
326
|
+
}
|
|
327
|
+
}]
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
description: 'USD Coin',
|
|
331
|
+
denomUnits: [{
|
|
332
|
+
denom: 'ibc/BFAAB7870A9AAABF64A7366DAAA0B8E5065EAA1FCE762F45677DC24BE796EF65',
|
|
333
|
+
exponent: 0,
|
|
334
|
+
aliases: ['microusdc', 'uusdc']
|
|
335
|
+
}, {
|
|
336
|
+
denom: 'usdc',
|
|
337
|
+
exponent: 6
|
|
338
|
+
}],
|
|
339
|
+
typeAsset: 'ics20',
|
|
340
|
+
base: 'ibc/BFAAB7870A9AAABF64A7366DAAA0B8E5065EAA1FCE762F45677DC24BE796EF65',
|
|
341
|
+
name: 'USDC',
|
|
342
|
+
display: 'usdc',
|
|
343
|
+
symbol: 'USDC',
|
|
344
|
+
address: 'tnam1pkl64du8p2d240my5umxm24qhrjsvh42ruc98f97',
|
|
345
|
+
traces: [{
|
|
346
|
+
type: 'ibc',
|
|
347
|
+
counterparty: {
|
|
348
|
+
chainName: 'noble',
|
|
349
|
+
baseDenom: 'uusdc',
|
|
350
|
+
channelId: 'channel-136'
|
|
351
|
+
},
|
|
352
|
+
chain: {
|
|
353
|
+
channelId: 'channel-5',
|
|
354
|
+
path: 'transfer/channel-5/uusdc'
|
|
355
|
+
}
|
|
356
|
+
}],
|
|
357
|
+
logoURIs: {
|
|
358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
360
|
+
},
|
|
361
|
+
images: [{
|
|
362
|
+
imageSync: {
|
|
363
|
+
chainName: 'ethereum',
|
|
364
|
+
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
365
|
+
},
|
|
366
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
367
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
368
|
+
theme: {
|
|
369
|
+
circle: true,
|
|
370
|
+
primaryColorHex: '#2775CA'
|
|
371
|
+
}
|
|
372
|
+
}]
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
376
|
+
denomUnits: [{
|
|
377
|
+
denom: 'ibc/D956638E52570976F762354757863F60F2AFE4879E849CB1C77B163F0BF11C64',
|
|
378
|
+
exponent: 0,
|
|
379
|
+
aliases: ['unym']
|
|
380
|
+
}, {
|
|
381
|
+
denom: 'nym',
|
|
382
|
+
exponent: 6
|
|
383
|
+
}],
|
|
384
|
+
typeAsset: 'ics20',
|
|
385
|
+
base: 'ibc/D956638E52570976F762354757863F60F2AFE4879E849CB1C77B163F0BF11C64',
|
|
386
|
+
name: 'NYM',
|
|
387
|
+
display: 'nym',
|
|
388
|
+
symbol: 'NYM',
|
|
389
|
+
address: 'tnam1phv4vcuw2ftsjahhvg65w4ux8as09tlysuhvzqje',
|
|
390
|
+
traces: [{
|
|
391
|
+
type: 'ibc',
|
|
392
|
+
counterparty: {
|
|
393
|
+
chainName: 'nyx',
|
|
394
|
+
baseDenom: 'unym',
|
|
395
|
+
channelId: 'channel-13'
|
|
396
|
+
},
|
|
397
|
+
chain: {
|
|
398
|
+
channelId: 'channel-6',
|
|
399
|
+
path: 'transfer/channel-6/unym'
|
|
400
|
+
}
|
|
401
|
+
}],
|
|
402
|
+
logoURIs: {
|
|
403
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
404
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
405
|
+
},
|
|
406
|
+
images: [
|
|
407
|
+
{
|
|
408
|
+
imageSync: {
|
|
409
|
+
chainName: 'nyx',
|
|
410
|
+
baseDenom: 'unym'
|
|
411
|
+
},
|
|
412
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
413
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
|
|
414
|
+
theme: {
|
|
415
|
+
darkMode: false,
|
|
416
|
+
circle: true,
|
|
417
|
+
primaryColorHex: '#151525'
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
|
|
422
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
|
|
423
|
+
theme: {
|
|
424
|
+
darkMode: true,
|
|
425
|
+
circle: true,
|
|
426
|
+
primaryColorHex: '#141424'
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym.png',
|
|
431
|
+
theme: {
|
|
432
|
+
primaryColorHex: '#293a5d'
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
]
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
description: 'The native token of Neutron chain.',
|
|
439
|
+
denomUnits: [{
|
|
440
|
+
denom: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
441
|
+
exponent: 0,
|
|
442
|
+
aliases: ['untrn']
|
|
443
|
+
}, {
|
|
444
|
+
denom: 'ntrn',
|
|
445
|
+
exponent: 6
|
|
446
|
+
}],
|
|
447
|
+
typeAsset: 'ics20',
|
|
448
|
+
base: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
449
|
+
name: 'Neutron',
|
|
450
|
+
display: 'ntrn',
|
|
451
|
+
symbol: 'NTRN',
|
|
452
|
+
address: 'tnam1pk6pgu4cpqeu4hqjkt6s724eufu64svpqgu52m3g',
|
|
453
|
+
traces: [{
|
|
454
|
+
type: 'ibc',
|
|
455
|
+
counterparty: {
|
|
456
|
+
chainName: 'neutron',
|
|
457
|
+
baseDenom: 'untrn',
|
|
458
|
+
channelId: 'channel-7024'
|
|
459
|
+
},
|
|
460
|
+
chain: {
|
|
461
|
+
channelId: 'channel-7',
|
|
462
|
+
path: 'transfer/channel-7/untrn'
|
|
463
|
+
}
|
|
464
|
+
}],
|
|
465
|
+
logoURIs: {
|
|
466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
468
|
+
},
|
|
469
|
+
images: [{
|
|
470
|
+
imageSync: {
|
|
471
|
+
chainName: 'neutron',
|
|
472
|
+
baseDenom: 'untrn'
|
|
473
|
+
},
|
|
474
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
475
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
476
|
+
theme: {
|
|
477
|
+
primaryColorHex: '#040404',
|
|
478
|
+
backgroundColorHex: '#000000',
|
|
479
|
+
circle: true
|
|
480
|
+
}
|
|
481
|
+
}]
|
|
482
|
+
}
|
|
483
|
+
]
|
|
484
|
+
};
|
|
485
|
+
export default info;
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../chain.schema.json',
|
|
3
|
+
chainName: 'namada',
|
|
4
|
+
status: 'live',
|
|
5
|
+
networkType: 'mainnet',
|
|
6
|
+
website: 'https://namada.net',
|
|
7
|
+
prettyName: 'Namada',
|
|
8
|
+
chainType: 'unknown',
|
|
9
|
+
chainId: 'namada.5f5de2dd1b88cba30586420',
|
|
10
|
+
slip44: 877,
|
|
11
|
+
bech32Prefix: 'tnam',
|
|
12
|
+
daemonName: 'unam',
|
|
13
|
+
keyAlgos: ['ed25519'],
|
|
14
|
+
fees: {
|
|
15
|
+
feeTokens: [{
|
|
16
|
+
denom: 'unam',
|
|
17
|
+
fixedMinGasPrice: 0.0025,
|
|
18
|
+
lowGasPrice: 0.0025,
|
|
19
|
+
averageGasPrice: 0.025,
|
|
20
|
+
highGasPrice: 0.04
|
|
21
|
+
}]
|
|
22
|
+
},
|
|
23
|
+
staking: {
|
|
24
|
+
stakingTokens: [{
|
|
25
|
+
denom: 'unam'
|
|
26
|
+
}],
|
|
27
|
+
lockDuration: {
|
|
28
|
+
time: '1209600s'
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
gitRepo: 'https://github.com/anoma/namada'
|
|
33
|
+
},
|
|
34
|
+
apis: {
|
|
35
|
+
rpc: [
|
|
36
|
+
{
|
|
37
|
+
provider: 'TuDudes',
|
|
38
|
+
address: 'https://rpc.namada.tududes.com'
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
provider: 'Mandragora',
|
|
42
|
+
address: 'https://namada-rpc.mandragora.io'
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
provider: 'PowerStaking',
|
|
46
|
+
address: 'https://namadam.powerstaking.tech'
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
provider: 'stake.systems',
|
|
50
|
+
address: 'https://namada-main.stakesystems.io'
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
provider: '5ElementsNodes',
|
|
54
|
+
address: 'https://rpc-namada.5elementsnodes.com'
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
provider: 'itrocket-team',
|
|
58
|
+
address: 'https://namada-mainnet-rpc.itrocket.net'
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
provider: 'Sproutstake',
|
|
62
|
+
address: 'https://namada-rpc.sproutstake.space'
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
provider: 'Papadritta',
|
|
66
|
+
address: 'https://rpc.papadritta.com'
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
provider: 'Decentrio',
|
|
70
|
+
address: 'https://namada.rpc.decentrio.ventures'
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
provider: 'StakePool',
|
|
74
|
+
address: 'https://rpc.namada.stakepool.dev.br'
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
provider: 'TNSO',
|
|
78
|
+
address: 'https://rpc.namadascan.io'
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
provider: 'Synergy',
|
|
82
|
+
address: 'https://namada-rpc.synergynodes.com'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
provider: 'L0vd',
|
|
86
|
+
address: 'https://namada-mainnet.rpc.l0vd.com:443'
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
provider: 'Loser',
|
|
90
|
+
address: 'https://namada.loserboy.xyz'
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
provider: 'jacky1988',
|
|
94
|
+
address: 'https://namada.itudou.xyz'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
provider: 'Validatus',
|
|
98
|
+
address: 'https://rpc.namada.validatus.com'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
provider: 'anodeofzen',
|
|
102
|
+
address: 'https://namada-rpc.zenode.app'
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
},
|
|
106
|
+
explorers: [
|
|
107
|
+
{
|
|
108
|
+
kind: 'Explorer75',
|
|
109
|
+
url: 'https://explorer75.org/namada',
|
|
110
|
+
txPage: 'https://explorer75.org/namada/tx/${txHash}',
|
|
111
|
+
accountPage: 'https://explorer75.org/namada/accounts/${accountAddress}'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
kind: 'Valopers',
|
|
115
|
+
url: 'https://namada.valopers.com/',
|
|
116
|
+
txPage: 'https://namada.valopers.com/transactions/${txHash}',
|
|
117
|
+
accountPage: 'https://namada.valopers.com/account/${accountAddress}'
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
kind: 'Shielded.Live',
|
|
121
|
+
url: 'https://shielded.live',
|
|
122
|
+
txPage: 'https://shielded.live/txs/${txHash}',
|
|
123
|
+
accountPage: 'https://shielded.live/address/${accountAddress}'
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
kind: 'Sproutstake',
|
|
127
|
+
url: 'https://namada-explorer.sproutstake.space',
|
|
128
|
+
txPage: 'https://namada-explorer.sproutstake.space/main/transactions/${txHash}',
|
|
129
|
+
accountPage: 'https://namada-explorer.sproutstake.space/main/accounts/${accountAddress}'
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
kind: 'Coverlet',
|
|
133
|
+
url: 'https://namada.coverlet.io/',
|
|
134
|
+
txPage: 'https://namada.coverlet.io/tx/${txHash}'
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
logoURIs: {
|
|
138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
export default info;
|