chain-registry 1.69.46 → 1.69.48
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/archway/chain.js +18 -0
- package/esm/mainnet/axelar/assets.js +43 -0
- package/esm/mainnet/comdex/chain.js +18 -0
- package/esm/mainnet/coreum/chain.js +18 -0
- package/esm/mainnet/cosmoshub/assets.js +43 -0
- package/esm/mainnet/juno/assets.js +43 -0
- package/esm/mainnet/juno/chain.js +18 -0
- package/esm/mainnet/kava/assets.js +43 -0
- package/esm/mainnet/neutron/assets.js +27 -0
- package/esm/mainnet/noble/assets.js +43 -0
- package/esm/mainnet/osmosis/assets.js +25 -0
- package/esm/mainnet/osmosis/chain.js +18 -0
- package/esm/mainnet/pryzm/chain.js +18 -0
- package/esm/mainnet/quasar/chain.js +18 -0
- package/esm/mainnet/saga/chain.js +18 -0
- package/esm/mainnet/shentu/chain.js +18 -0
- package/esm/mainnet/stargaze/assets.js +43 -0
- package/esm/mainnet/stargaze/chain.js +18 -0
- package/esm/mainnet/teritori/chain.js +18 -0
- package/mainnet/archway/chain.js +18 -0
- package/mainnet/axelar/assets.js +43 -0
- package/mainnet/comdex/chain.js +18 -0
- package/mainnet/coreum/chain.js +18 -0
- package/mainnet/cosmoshub/assets.js +43 -0
- package/mainnet/juno/assets.js +43 -0
- package/mainnet/juno/chain.js +18 -0
- package/mainnet/kava/assets.js +43 -0
- package/mainnet/neutron/assets.js +27 -0
- package/mainnet/noble/assets.js +43 -0
- package/mainnet/osmosis/assets.js +25 -0
- package/mainnet/osmosis/chain.js +18 -0
- package/mainnet/pryzm/chain.js +18 -0
- package/mainnet/quasar/chain.js +18 -0
- package/mainnet/saga/chain.js +18 -0
- package/mainnet/shentu/chain.js +18 -0
- package/mainnet/stargaze/assets.js +43 -0
- package/mainnet/stargaze/chain.js +18 -0
- package/mainnet/teritori/chain.js +18 -0
- package/package.json +4 -4
|
@@ -140,6 +140,10 @@ const info = {
|
|
|
140
140
|
{
|
|
141
141
|
address: 'https://archway-rpc.noders.services',
|
|
142
142
|
provider: '[NODERS]TEAM'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
address: 'https://archway-rpc.chainroot.io',
|
|
146
|
+
provider: 'Chainroot'
|
|
143
147
|
}
|
|
144
148
|
],
|
|
145
149
|
rest: [
|
|
@@ -238,6 +242,10 @@ const info = {
|
|
|
238
242
|
{
|
|
239
243
|
address: 'https://archway-api.noders.services',
|
|
240
244
|
provider: '[NODERS]TEAM'
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
address: 'https://archway-api.chainroot.io',
|
|
248
|
+
provider: 'Chainroot'
|
|
241
249
|
}
|
|
242
250
|
],
|
|
243
251
|
grpc: [
|
|
@@ -328,6 +336,10 @@ const info = {
|
|
|
328
336
|
{
|
|
329
337
|
address: 'archway-grpc.noders.services:13090',
|
|
330
338
|
provider: '[NODERS]TEAM'
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
address: 'archway-grpc.chainroot.io:443',
|
|
342
|
+
provider: 'Chainroot'
|
|
331
343
|
}
|
|
332
344
|
]
|
|
333
345
|
},
|
|
@@ -390,6 +402,12 @@ const info = {
|
|
|
390
402
|
url: 'https://mainnet.whispernode.com/archway',
|
|
391
403
|
tx_page: 'https://mainnet.whispernode.com/archway/tx/${txHash}',
|
|
392
404
|
account_page: 'https://mainnet.whispernode.com/archway/account/${accountAddress}'
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
kind: 'Chainroot',
|
|
408
|
+
url: 'https://explorer.chainroot.io/archway',
|
|
409
|
+
tx_page: 'https://explorer.chainroot.io/archway/transactions/${txHash}',
|
|
410
|
+
account_page: 'https://explorer.chainroot.io/archway/accounts/${accountAddress}'
|
|
393
411
|
}
|
|
394
412
|
],
|
|
395
413
|
images: [{
|
|
@@ -1608,6 +1608,49 @@ const info = {
|
|
|
1608
1608
|
primary_color_hex: '#162E2F'
|
|
1609
1609
|
}
|
|
1610
1610
|
}]
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
description: 'The token of Crowdpunk DAO',
|
|
1614
|
+
denom_units: [{
|
|
1615
|
+
denom: 'ibc/53046FFF6CAD109D8F9B2C7C9913853AD241928CD05CDDE419343D176025DA74',
|
|
1616
|
+
exponent: 0,
|
|
1617
|
+
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
1618
|
+
}, {
|
|
1619
|
+
denom: 'crowdp',
|
|
1620
|
+
exponent: 18
|
|
1621
|
+
}],
|
|
1622
|
+
type_asset: 'ics20',
|
|
1623
|
+
base: 'ibc/53046FFF6CAD109D8F9B2C7C9913853AD241928CD05CDDE419343D176025DA74',
|
|
1624
|
+
name: 'Crowdpunk DAO',
|
|
1625
|
+
display: 'crowdp',
|
|
1626
|
+
symbol: 'CROWDP',
|
|
1627
|
+
traces: [{
|
|
1628
|
+
type: 'ibc',
|
|
1629
|
+
counterparty: {
|
|
1630
|
+
chain_name: 'evmos',
|
|
1631
|
+
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
1632
|
+
channel_id: 'channel-21'
|
|
1633
|
+
},
|
|
1634
|
+
chain: {
|
|
1635
|
+
channel_id: 'channel-22',
|
|
1636
|
+
path: 'transfer/channel-22/erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
|
|
1637
|
+
}
|
|
1638
|
+
}],
|
|
1639
|
+
logo_URIs: {
|
|
1640
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
1641
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
1642
|
+
},
|
|
1643
|
+
images: [{
|
|
1644
|
+
image_sync: {
|
|
1645
|
+
chain_name: 'evmos',
|
|
1646
|
+
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
|
|
1647
|
+
},
|
|
1648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
1649
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg',
|
|
1650
|
+
theme: {
|
|
1651
|
+
primary_color_hex: '#04fbfb'
|
|
1652
|
+
}
|
|
1653
|
+
}]
|
|
1611
1654
|
}
|
|
1612
1655
|
]
|
|
1613
1656
|
};
|
|
@@ -88,6 +88,10 @@ const info = {
|
|
|
88
88
|
{
|
|
89
89
|
address: 'https://comdex-rpc.bluestake.net:443',
|
|
90
90
|
provider: 'BlueStake 🚀'
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
address: 'https://comdex-rpc.chainroot.io',
|
|
94
|
+
provider: 'Chainroot'
|
|
91
95
|
}
|
|
92
96
|
],
|
|
93
97
|
rest: [
|
|
@@ -146,6 +150,10 @@ const info = {
|
|
|
146
150
|
{
|
|
147
151
|
address: 'https://comdex-api.bluestake.net',
|
|
148
152
|
provider: 'BlueStake 🚀'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
address: 'https://comdex-api.chainroot.io',
|
|
156
|
+
provider: 'Chainroot'
|
|
149
157
|
}
|
|
150
158
|
],
|
|
151
159
|
grpc: [
|
|
@@ -196,6 +204,10 @@ const info = {
|
|
|
196
204
|
{
|
|
197
205
|
address: 'https://grpc-comdex.blockval.io:443',
|
|
198
206
|
provider: 'Blockval'
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
address: 'comdex-grpc.chainroot.io:443',
|
|
210
|
+
provider: 'Chainroot'
|
|
199
211
|
}
|
|
200
212
|
]
|
|
201
213
|
},
|
|
@@ -255,6 +267,12 @@ const info = {
|
|
|
255
267
|
url: 'https://mainnet.whispernode.com/comdex',
|
|
256
268
|
tx_page: 'https://mainnet.whispernode.com/comdex/tx/${txHash}',
|
|
257
269
|
account_page: 'https://mainnet.whispernode.com/comdex/account/${accountAddress}'
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
kind: 'Chainroot',
|
|
273
|
+
url: 'https://explorer.chainroot.io/comdex',
|
|
274
|
+
tx_page: 'https://explorer.chainroot.io/comdex/transactions/${txHash}',
|
|
275
|
+
account_page: 'https://explorer.chainroot.io/comdex/accounts/${accountAddress}'
|
|
258
276
|
}
|
|
259
277
|
],
|
|
260
278
|
images: [{
|
|
@@ -90,6 +90,10 @@ const info = {
|
|
|
90
90
|
{
|
|
91
91
|
address: 'https://public.stakewolle.com/cosmos/coreum/rpc',
|
|
92
92
|
provider: 'Stakewolle'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://coreum-rpc.chainroot.io',
|
|
96
|
+
provider: 'Chainroot'
|
|
93
97
|
}
|
|
94
98
|
],
|
|
95
99
|
grpc: [
|
|
@@ -120,6 +124,10 @@ const info = {
|
|
|
120
124
|
{
|
|
121
125
|
address: 'coreum-grpc.genznodes.dev:35090',
|
|
122
126
|
provider: 'genznodes'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
address: 'coreum-grpc.chainroot.io:443',
|
|
130
|
+
provider: 'Chainroot'
|
|
123
131
|
}
|
|
124
132
|
],
|
|
125
133
|
rest: [
|
|
@@ -154,6 +162,10 @@ const info = {
|
|
|
154
162
|
{
|
|
155
163
|
address: 'https://public.stakewolle.com/cosmos/coreum/rest',
|
|
156
164
|
provider: 'Stakewolle'
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
address: 'https://coreum-api.chainroot.io',
|
|
168
|
+
provider: 'Chainroot'
|
|
157
169
|
}
|
|
158
170
|
]
|
|
159
171
|
},
|
|
@@ -205,6 +217,12 @@ const info = {
|
|
|
205
217
|
url: 'https://ezstaking.app/coreum',
|
|
206
218
|
tx_page: 'https://ezstaking.app/coreum/txs/${txHash}',
|
|
207
219
|
account_page: 'https://ezstaking.app/coreum/account/${accountAddress}'
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
kind: 'Chainroot',
|
|
223
|
+
url: 'https://explorer.chainroot.io/coreum',
|
|
224
|
+
tx_page: 'https://explorer.chainroot.io/coreum/transactions/${txHash}',
|
|
225
|
+
account_page: 'https://explorer.chainroot.io/coreum/accounts/${accountAddress}'
|
|
208
226
|
}
|
|
209
227
|
],
|
|
210
228
|
keywords: [
|
|
@@ -117,6 +117,49 @@ const info = {
|
|
|
117
117
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
|
|
118
118
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
|
|
119
119
|
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
description: 'The token of Crowdpunk DAO',
|
|
123
|
+
denom_units: [{
|
|
124
|
+
denom: 'ibc/74C4FE1EC3BDD66B02C691496371DDBB86DDE512C5BC072D76262C6C9B4B20D1',
|
|
125
|
+
exponent: 0,
|
|
126
|
+
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
127
|
+
}, {
|
|
128
|
+
denom: 'crowdp',
|
|
129
|
+
exponent: 18
|
|
130
|
+
}],
|
|
131
|
+
type_asset: 'ics20',
|
|
132
|
+
base: 'ibc/74C4FE1EC3BDD66B02C691496371DDBB86DDE512C5BC072D76262C6C9B4B20D1',
|
|
133
|
+
name: 'Crowdpunk DAO',
|
|
134
|
+
display: 'crowdp',
|
|
135
|
+
symbol: 'CROWDP',
|
|
136
|
+
traces: [{
|
|
137
|
+
type: 'ibc',
|
|
138
|
+
counterparty: {
|
|
139
|
+
chain_name: 'evmos',
|
|
140
|
+
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
141
|
+
channel_id: 'channel-3'
|
|
142
|
+
},
|
|
143
|
+
chain: {
|
|
144
|
+
channel_id: 'channel-292',
|
|
145
|
+
path: 'transfer/channel-292/erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
|
|
146
|
+
}
|
|
147
|
+
}],
|
|
148
|
+
logo_URIs: {
|
|
149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
151
|
+
},
|
|
152
|
+
images: [{
|
|
153
|
+
image_sync: {
|
|
154
|
+
chain_name: 'evmos',
|
|
155
|
+
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
|
|
156
|
+
},
|
|
157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg',
|
|
159
|
+
theme: {
|
|
160
|
+
primary_color_hex: '#04fbfb'
|
|
161
|
+
}
|
|
162
|
+
}]
|
|
120
163
|
}
|
|
121
164
|
]
|
|
122
165
|
};
|
|
@@ -2115,6 +2115,49 @@ const info = {
|
|
|
2115
2115
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png'
|
|
2116
2116
|
}],
|
|
2117
2117
|
type_asset: 'sdk.coin'
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
description: 'The token of Crowdpunk DAO',
|
|
2121
|
+
denom_units: [{
|
|
2122
|
+
denom: 'ibc/B4B81727559DC69159ED8BECD4452D555235CA0D11FADD3ADE121395A7E2833E',
|
|
2123
|
+
exponent: 0,
|
|
2124
|
+
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
2125
|
+
}, {
|
|
2126
|
+
denom: 'crowdp',
|
|
2127
|
+
exponent: 18
|
|
2128
|
+
}],
|
|
2129
|
+
type_asset: 'ics20',
|
|
2130
|
+
base: 'ibc/B4B81727559DC69159ED8BECD4452D555235CA0D11FADD3ADE121395A7E2833E',
|
|
2131
|
+
name: 'Crowdpunk DAO',
|
|
2132
|
+
display: 'crowdp',
|
|
2133
|
+
symbol: 'CROWDP',
|
|
2134
|
+
traces: [{
|
|
2135
|
+
type: 'ibc',
|
|
2136
|
+
counterparty: {
|
|
2137
|
+
chain_name: 'evmos',
|
|
2138
|
+
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
2139
|
+
channel_id: 'channel-5'
|
|
2140
|
+
},
|
|
2141
|
+
chain: {
|
|
2142
|
+
channel_id: 'channel-70',
|
|
2143
|
+
path: 'transfer/channel-70/erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
|
|
2144
|
+
}
|
|
2145
|
+
}],
|
|
2146
|
+
logo_URIs: {
|
|
2147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
2148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
2149
|
+
},
|
|
2150
|
+
images: [{
|
|
2151
|
+
image_sync: {
|
|
2152
|
+
chain_name: 'evmos',
|
|
2153
|
+
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
|
|
2154
|
+
},
|
|
2155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
2156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg',
|
|
2157
|
+
theme: {
|
|
2158
|
+
primary_color_hex: '#04fbfb'
|
|
2159
|
+
}
|
|
2160
|
+
}]
|
|
2118
2161
|
}
|
|
2119
2162
|
]
|
|
2120
2163
|
};
|
|
@@ -147,6 +147,10 @@ const info = {
|
|
|
147
147
|
{
|
|
148
148
|
address: 'https://juno.rpc.nodeshub.online:443',
|
|
149
149
|
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
address: 'https://juno-rpc.chainroot.io',
|
|
153
|
+
provider: 'Chainroot'
|
|
150
154
|
}
|
|
151
155
|
],
|
|
152
156
|
rest: [
|
|
@@ -245,6 +249,10 @@ const info = {
|
|
|
245
249
|
{
|
|
246
250
|
address: 'https://juno.api.nodeshub.online:443',
|
|
247
251
|
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
address: 'https://juno-api.chainroot.io',
|
|
255
|
+
provider: 'Chainroot'
|
|
248
256
|
}
|
|
249
257
|
],
|
|
250
258
|
grpc: [
|
|
@@ -331,6 +339,10 @@ const info = {
|
|
|
331
339
|
{
|
|
332
340
|
address: 'https://juno.grpc.nodeshub.online',
|
|
333
341
|
provider: 'Nodes Hub'
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
address: 'juno-grpc.chainroot.io:443',
|
|
345
|
+
provider: 'Chainroot'
|
|
334
346
|
}
|
|
335
347
|
]
|
|
336
348
|
},
|
|
@@ -401,6 +413,12 @@ const info = {
|
|
|
401
413
|
url: 'https://mainnet.whispernode.com/juno',
|
|
402
414
|
tx_page: 'https://mainnet.whispernode.com/juno/tx/${txHash}',
|
|
403
415
|
account_page: 'https://mainnet.whispernode.com/juno/account/${accountAddress}'
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
kind: 'Chainroot',
|
|
419
|
+
url: 'https://explorer.chainroot.io/juno',
|
|
420
|
+
tx_page: 'https://explorer.chainroot.io/juno/transactions/${txHash}',
|
|
421
|
+
account_page: 'https://explorer.chainroot.io/juno/accounts/${accountAddress}'
|
|
404
422
|
}
|
|
405
423
|
],
|
|
406
424
|
images: [{
|
|
@@ -154,6 +154,49 @@ const info = {
|
|
|
154
154
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
155
155
|
},
|
|
156
156
|
type_asset: 'sdk.coin'
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
description: 'The token of Crowdpunk DAO',
|
|
160
|
+
denom_units: [{
|
|
161
|
+
denom: 'ibc/D4F1F74C6B90168E05B974F2EBB5938D18704B73DE273CAACF7E96F7821B2C3D',
|
|
162
|
+
exponent: 0,
|
|
163
|
+
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
164
|
+
}, {
|
|
165
|
+
denom: 'crowdp',
|
|
166
|
+
exponent: 18
|
|
167
|
+
}],
|
|
168
|
+
type_asset: 'ics20',
|
|
169
|
+
base: 'ibc/D4F1F74C6B90168E05B974F2EBB5938D18704B73DE273CAACF7E96F7821B2C3D',
|
|
170
|
+
name: 'Crowdpunk DAO',
|
|
171
|
+
display: 'crowdp',
|
|
172
|
+
symbol: 'CROWDP',
|
|
173
|
+
traces: [{
|
|
174
|
+
type: 'ibc',
|
|
175
|
+
counterparty: {
|
|
176
|
+
chain_name: 'evmos',
|
|
177
|
+
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
178
|
+
channel_id: 'channel-83'
|
|
179
|
+
},
|
|
180
|
+
chain: {
|
|
181
|
+
channel_id: 'channel-117',
|
|
182
|
+
path: 'transfer/channel-117/erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
|
|
183
|
+
}
|
|
184
|
+
}],
|
|
185
|
+
logo_URIs: {
|
|
186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
188
|
+
},
|
|
189
|
+
images: [{
|
|
190
|
+
image_sync: {
|
|
191
|
+
chain_name: 'evmos',
|
|
192
|
+
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
|
|
193
|
+
},
|
|
194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
195
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg',
|
|
196
|
+
theme: {
|
|
197
|
+
primary_color_hex: '#04fbfb'
|
|
198
|
+
}
|
|
199
|
+
}]
|
|
157
200
|
}
|
|
158
201
|
]
|
|
159
202
|
};
|
|
@@ -1305,6 +1305,33 @@ const info = {
|
|
|
1305
1305
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
|
|
1306
1306
|
}],
|
|
1307
1307
|
type_asset: 'sdk.coin'
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
description: 'Liquid Staked USDC',
|
|
1311
|
+
denom_units: [{
|
|
1312
|
+
denom: 'factory/neutron1mdy5fhtwdjagp5eallsdhlx6gxylm8rxqk72wjzg6y5d5kt44ysqprkduw/JSD',
|
|
1313
|
+
exponent: 0
|
|
1314
|
+
}, {
|
|
1315
|
+
denom: 'JSD',
|
|
1316
|
+
exponent: 6
|
|
1317
|
+
}],
|
|
1318
|
+
base: 'factory/neutron1mdy5fhtwdjagp5eallsdhlx6gxylm8rxqk72wjzg6y5d5kt44ysqprkduw/JSD',
|
|
1319
|
+
name: 'Jade',
|
|
1320
|
+
display: 'JSD',
|
|
1321
|
+
symbol: 'JSD',
|
|
1322
|
+
logo_URIs: {
|
|
1323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jsd.png',
|
|
1324
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jsd.svg'
|
|
1325
|
+
},
|
|
1326
|
+
images: [{
|
|
1327
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jsd.png',
|
|
1328
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jsd.svg'
|
|
1329
|
+
}],
|
|
1330
|
+
socials: {
|
|
1331
|
+
website: 'https://Jade.Money',
|
|
1332
|
+
twitter: 'https://x.com/jadedotmoney'
|
|
1333
|
+
},
|
|
1334
|
+
type_asset: 'sdk.coin'
|
|
1308
1335
|
}
|
|
1309
1336
|
]
|
|
1310
1337
|
};
|
|
@@ -208,6 +208,49 @@ const info = {
|
|
|
208
208
|
background_color_hex: '#FFFFFF'
|
|
209
209
|
}
|
|
210
210
|
}]
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
description: 'The token of Crowdpunk DAO',
|
|
214
|
+
denom_units: [{
|
|
215
|
+
denom: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
|
|
216
|
+
exponent: 0,
|
|
217
|
+
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
218
|
+
}, {
|
|
219
|
+
denom: 'crowdp',
|
|
220
|
+
exponent: 18
|
|
221
|
+
}],
|
|
222
|
+
type_asset: 'ics20',
|
|
223
|
+
base: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
|
|
224
|
+
name: 'Crowdpunk DAO',
|
|
225
|
+
display: 'crowdp',
|
|
226
|
+
symbol: 'CROWDP',
|
|
227
|
+
traces: [{
|
|
228
|
+
type: 'ibc',
|
|
229
|
+
counterparty: {
|
|
230
|
+
chain_name: 'evmos',
|
|
231
|
+
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
232
|
+
channel_id: 'channel-64'
|
|
233
|
+
},
|
|
234
|
+
chain: {
|
|
235
|
+
channel_id: 'channel-7',
|
|
236
|
+
path: 'transfer/channel-7/erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
|
|
237
|
+
}
|
|
238
|
+
}],
|
|
239
|
+
logo_URIs: {
|
|
240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
242
|
+
},
|
|
243
|
+
images: [{
|
|
244
|
+
image_sync: {
|
|
245
|
+
chain_name: 'evmos',
|
|
246
|
+
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
|
|
247
|
+
},
|
|
248
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
249
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg',
|
|
250
|
+
theme: {
|
|
251
|
+
primary_color_hex: '#04fbfb'
|
|
252
|
+
}
|
|
253
|
+
}]
|
|
211
254
|
}
|
|
212
255
|
]
|
|
213
256
|
};
|
|
@@ -21933,6 +21933,31 @@ const info = {
|
|
|
21933
21933
|
name: 'Earn CDT Vault',
|
|
21934
21934
|
display: 'earnCDT',
|
|
21935
21935
|
symbol: 'earnCDT'
|
|
21936
|
+
},
|
|
21937
|
+
{
|
|
21938
|
+
description: 'The Sherpa memecoin',
|
|
21939
|
+
denom_units: [{
|
|
21940
|
+
denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
21941
|
+
exponent: 0
|
|
21942
|
+
}, {
|
|
21943
|
+
denom: 'Sherpa',
|
|
21944
|
+
exponent: 6
|
|
21945
|
+
}],
|
|
21946
|
+
type_asset: 'sdk.coin',
|
|
21947
|
+
base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
21948
|
+
name: 'Sherpa',
|
|
21949
|
+
display: 'Sherpa',
|
|
21950
|
+
symbol: 'SHERPA',
|
|
21951
|
+
logo_URIs: {
|
|
21952
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png'
|
|
21953
|
+
},
|
|
21954
|
+
images: [{
|
|
21955
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png',
|
|
21956
|
+
theme: {
|
|
21957
|
+
primary_color_hex: '#fe9cdf'
|
|
21958
|
+
}
|
|
21959
|
+
}],
|
|
21960
|
+
keywords: ['meme']
|
|
21936
21961
|
}
|
|
21937
21962
|
]
|
|
21938
21963
|
};
|
|
@@ -167,6 +167,10 @@ const info = {
|
|
|
167
167
|
{
|
|
168
168
|
address: 'https://osmosis.drpc.org',
|
|
169
169
|
provider: 'dRPC'
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
address: 'https://osmosis-rpc.chainroot.io',
|
|
173
|
+
provider: 'Chainroot'
|
|
170
174
|
}
|
|
171
175
|
],
|
|
172
176
|
rest: [
|
|
@@ -269,6 +273,10 @@ const info = {
|
|
|
269
273
|
{
|
|
270
274
|
address: 'https://osmosis-api.noders.services',
|
|
271
275
|
provider: '[NODERS]TEAM'
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
address: 'https://osmosis-api.chainroot.io',
|
|
279
|
+
provider: 'Chainroot'
|
|
272
280
|
}
|
|
273
281
|
],
|
|
274
282
|
grpc: [
|
|
@@ -339,6 +347,10 @@ const info = {
|
|
|
339
347
|
{
|
|
340
348
|
address: 'osmosis-grpc.noders.services:10090',
|
|
341
349
|
provider: '[NODERS]TEAM'
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
address: 'osmosis-grpc.chainroot.io:443',
|
|
353
|
+
provider: 'Chainroot'
|
|
342
354
|
}
|
|
343
355
|
]
|
|
344
356
|
},
|
|
@@ -409,6 +421,12 @@ const info = {
|
|
|
409
421
|
url: 'https://mainnet.whispernode.com/osmosis',
|
|
410
422
|
tx_page: 'https://mainnet.whispernode.com/osmosis/tx/${txHash}',
|
|
411
423
|
account_page: 'https://mainnet.whispernode.com/osmosis/account/${accountAddress}'
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
kind: 'Chainroot',
|
|
427
|
+
url: 'https://explorer.chainroot.io/osmosis',
|
|
428
|
+
tx_page: 'https://explorer.chainroot.io/osmosis/transactions/${txHash}',
|
|
429
|
+
account_page: 'https://explorer.chainroot.io/osmosis/accounts/${accountAddress}'
|
|
412
430
|
}
|
|
413
431
|
],
|
|
414
432
|
keywords: ['dex']
|
|
@@ -116,6 +116,10 @@ const info = {
|
|
|
116
116
|
{
|
|
117
117
|
address: 'https://pryzm-mainnet-rpc.autostake.com:443',
|
|
118
118
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
address: 'https://pryzm-rpc.chainroot.io',
|
|
122
|
+
provider: 'Chainroot'
|
|
119
123
|
}
|
|
120
124
|
],
|
|
121
125
|
rest: [
|
|
@@ -130,6 +134,10 @@ const info = {
|
|
|
130
134
|
{
|
|
131
135
|
address: 'https://pryzm-mainnet-lcd.autostake.com:443',
|
|
132
136
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
address: 'https://pryzm-api.chainroot.io',
|
|
140
|
+
provider: 'Chainroot'
|
|
133
141
|
}
|
|
134
142
|
],
|
|
135
143
|
grpc: [
|
|
@@ -144,6 +152,10 @@ const info = {
|
|
|
144
152
|
{
|
|
145
153
|
address: 'pryzm-mainnet-grpc.autostake.com:443',
|
|
146
154
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
address: 'pryzm-grpc.chainroot.io:443',
|
|
158
|
+
provider: 'Chainroot'
|
|
147
159
|
}
|
|
148
160
|
]
|
|
149
161
|
},
|
|
@@ -175,6 +187,12 @@ const info = {
|
|
|
175
187
|
url: 'https://staking-explorer.com/explorer/pryzm',
|
|
176
188
|
tx_page: 'https://staking-explorer.com/transaction.php?chain=pryzm&tx=${txHash}',
|
|
177
189
|
account_page: 'https://staking-explorer.com/account.php?chain=pryzm&addr=${accountAddress}'
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
kind: 'Chainroot',
|
|
193
|
+
url: 'https://explorer.chainroot.io/pryzm',
|
|
194
|
+
tx_page: 'https://explorer.chainroot.io/pryzm/transactions/${txHash}',
|
|
195
|
+
account_page: 'https://explorer.chainroot.io/pryzm/accounts/${accountAddress}'
|
|
178
196
|
}
|
|
179
197
|
],
|
|
180
198
|
images: [{
|
|
@@ -103,6 +103,10 @@ const info = {
|
|
|
103
103
|
{
|
|
104
104
|
address: 'https://quasar-rpc.genznodes.dev',
|
|
105
105
|
provider: 'genznodes'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
address: 'https://quasar-rpc.chainroot.io',
|
|
109
|
+
provider: 'Chainroot'
|
|
106
110
|
}
|
|
107
111
|
],
|
|
108
112
|
rest: [
|
|
@@ -153,6 +157,10 @@ const info = {
|
|
|
153
157
|
{
|
|
154
158
|
address: 'https://quasar-api.genznodes.dev',
|
|
155
159
|
provider: 'genznodes'
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
address: 'https://quasar-api.chainroot.io',
|
|
163
|
+
provider: 'Chainroot'
|
|
156
164
|
}
|
|
157
165
|
],
|
|
158
166
|
grpc: [
|
|
@@ -191,6 +199,10 @@ const info = {
|
|
|
191
199
|
{
|
|
192
200
|
address: 'quasar-grpc.genznodes.dev:29090',
|
|
193
201
|
provider: 'genznodes'
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
address: 'quasar-grpc.chainroot.io:443',
|
|
205
|
+
provider: 'Chainroot'
|
|
194
206
|
}
|
|
195
207
|
]
|
|
196
208
|
},
|
|
@@ -218,6 +230,12 @@ const info = {
|
|
|
218
230
|
url: 'https://mainnet.whispernode.com/quasar',
|
|
219
231
|
tx_page: 'https://mainnet.whispernode.com/quasar/tx/${txHash}',
|
|
220
232
|
account_page: 'https://mainnet.whispernode.com/quasar/account/${accountAddress}'
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
kind: 'Chainroot',
|
|
236
|
+
url: 'https://explorer.chainroot.io/quasar',
|
|
237
|
+
tx_page: 'https://explorer.chainroot.io/quasar/transactions/${txHash}',
|
|
238
|
+
account_page: 'https://explorer.chainroot.io/quasar/accounts/${accountAddress}'
|
|
221
239
|
}
|
|
222
240
|
],
|
|
223
241
|
keywords: ['mainnet'],
|