chain-registry 2.0.81 → 2.0.82
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.
|
@@ -1016,6 +1016,7 @@ const info = {
|
|
|
1016
1016
|
name: 'dNTRN',
|
|
1017
1017
|
display: 'dNTRN',
|
|
1018
1018
|
symbol: 'dNTRN',
|
|
1019
|
+
coingeckoId: 'drop-staked-ntrn',
|
|
1019
1020
|
images: [{
|
|
1020
1021
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dNTRN.svg'
|
|
1021
1022
|
}],
|
|
@@ -1714,6 +1715,32 @@ const info = {
|
|
|
1714
1715
|
images: [{
|
|
1715
1716
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
|
|
1716
1717
|
}]
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
denomUnits: [{
|
|
1721
|
+
denom: 'factory/neutron17sp75wng9vl2hu3sf4ky86d7smmk3wle9gkts2gmedn9x4ut3xcqa5xp34/maxbtc',
|
|
1722
|
+
exponent: 0
|
|
1723
|
+
}, {
|
|
1724
|
+
denom: 'maxBTC',
|
|
1725
|
+
exponent: 8
|
|
1726
|
+
}],
|
|
1727
|
+
base: 'factory/neutron17sp75wng9vl2hu3sf4ky86d7smmk3wle9gkts2gmedn9x4ut3xcqa5xp34/maxbtc',
|
|
1728
|
+
name: 'maxBTC',
|
|
1729
|
+
display: 'maxBTC',
|
|
1730
|
+
symbol: 'maxBTC',
|
|
1731
|
+
logoURIs: {
|
|
1732
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
|
|
1733
|
+
},
|
|
1734
|
+
coingeckoId: 'maxbtc',
|
|
1735
|
+
images: [{
|
|
1736
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
|
|
1737
|
+
}],
|
|
1738
|
+
socials: {
|
|
1739
|
+
website: 'https://www.structured.money/',
|
|
1740
|
+
twitter: 'https://x.com/StructuredFi',
|
|
1741
|
+
telegram: 'https://t.me/StructuredFi'
|
|
1742
|
+
},
|
|
1743
|
+
typeAsset: 'sdk.coin'
|
|
1717
1744
|
}
|
|
1718
1745
|
]
|
|
1719
1746
|
};
|
|
@@ -154,6 +154,14 @@ const info = {
|
|
|
154
154
|
{
|
|
155
155
|
address: 'https://rpc-sunrise.nagagininode.xyz',
|
|
156
156
|
provider: 'nagagini'
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
address: 'https://rpc-sunrise.nodeyus.cloud',
|
|
160
|
+
provider: 'nodeyus'
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
address: 'https://rpc-sunrice.batana.space',
|
|
164
|
+
provider: 'batana'
|
|
157
165
|
}
|
|
158
166
|
],
|
|
159
167
|
rest: [
|
|
@@ -252,6 +260,14 @@ const info = {
|
|
|
252
260
|
{
|
|
253
261
|
address: 'https://api-sunrise.nagagininode.xyz',
|
|
254
262
|
provider: 'nagagini'
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
address: 'https://api-sunrise.nodeyus.cloud',
|
|
266
|
+
provider: 'nodeyus'
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
address: 'https://api-sunrice.batana.space',
|
|
270
|
+
provider: 'batana'
|
|
255
271
|
}
|
|
256
272
|
],
|
|
257
273
|
grpc: [
|
|
@@ -334,6 +350,14 @@ const info = {
|
|
|
334
350
|
{
|
|
335
351
|
address: 'grpc-sunrise.nagagininode.xyz:443',
|
|
336
352
|
provider: 'nagagini'
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
address: 'grpc-sunrise.nodeyus.cloud:443',
|
|
356
|
+
provider: 'nodeyus'
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
address: 'grpc-sunrice.batana.space:443',
|
|
360
|
+
provider: 'batana'
|
|
337
361
|
}
|
|
338
362
|
]
|
|
339
363
|
},
|
|
@@ -456,6 +480,18 @@ const info = {
|
|
|
456
480
|
url: 'https://explorer.nagagininode.xyz/sunrise-mainnet',
|
|
457
481
|
txPage: 'https://explorer.nagagininode.xyz/sunrise-mainnet/tx/${txHash}',
|
|
458
482
|
accountPage: 'https://explorer.nagagininode.xyz/sunrise-mainnet/${accountAddress}'
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
kind: 'nodeyus explorer',
|
|
486
|
+
url: 'https://explorer.divinzzo.xyz/sunrise-mainnet',
|
|
487
|
+
txPage: 'https://explorer.divinzzo.xyz/sunrise-mainnet/tx/${txHash}',
|
|
488
|
+
accountPage: 'https://explorer.divinzzo.xyz/sunrise-mainnet/account/${accountAddress}'
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
kind: 'batana explorer',
|
|
492
|
+
url: 'https://explorer.batana.space/sunrise-mainnet',
|
|
493
|
+
txPage: 'https://explorer.batana.space/sunrise-mainnet/tx/${txHash}',
|
|
494
|
+
accountPage: 'https://explorer.batana.space/sunrise-mainnet/${accountAddress}'
|
|
459
495
|
}
|
|
460
496
|
],
|
|
461
497
|
images: [{
|
|
@@ -1018,6 +1018,7 @@ const info = {
|
|
|
1018
1018
|
name: 'dNTRN',
|
|
1019
1019
|
display: 'dNTRN',
|
|
1020
1020
|
symbol: 'dNTRN',
|
|
1021
|
+
coingeckoId: 'drop-staked-ntrn',
|
|
1021
1022
|
images: [{
|
|
1022
1023
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dNTRN.svg'
|
|
1023
1024
|
}],
|
|
@@ -1716,6 +1717,32 @@ const info = {
|
|
|
1716
1717
|
images: [{
|
|
1717
1718
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
|
|
1718
1719
|
}]
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
denomUnits: [{
|
|
1723
|
+
denom: 'factory/neutron17sp75wng9vl2hu3sf4ky86d7smmk3wle9gkts2gmedn9x4ut3xcqa5xp34/maxbtc',
|
|
1724
|
+
exponent: 0
|
|
1725
|
+
}, {
|
|
1726
|
+
denom: 'maxBTC',
|
|
1727
|
+
exponent: 8
|
|
1728
|
+
}],
|
|
1729
|
+
base: 'factory/neutron17sp75wng9vl2hu3sf4ky86d7smmk3wle9gkts2gmedn9x4ut3xcqa5xp34/maxbtc',
|
|
1730
|
+
name: 'maxBTC',
|
|
1731
|
+
display: 'maxBTC',
|
|
1732
|
+
symbol: 'maxBTC',
|
|
1733
|
+
logoURIs: {
|
|
1734
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
|
|
1735
|
+
},
|
|
1736
|
+
coingeckoId: 'maxbtc',
|
|
1737
|
+
images: [{
|
|
1738
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
|
|
1739
|
+
}],
|
|
1740
|
+
socials: {
|
|
1741
|
+
website: 'https://www.structured.money/',
|
|
1742
|
+
twitter: 'https://x.com/StructuredFi',
|
|
1743
|
+
telegram: 'https://t.me/StructuredFi'
|
|
1744
|
+
},
|
|
1745
|
+
typeAsset: 'sdk.coin'
|
|
1719
1746
|
}
|
|
1720
1747
|
]
|
|
1721
1748
|
};
|
package/mainnet/sunrise/chain.js
CHANGED
|
@@ -156,6 +156,14 @@ const info = {
|
|
|
156
156
|
{
|
|
157
157
|
address: 'https://rpc-sunrise.nagagininode.xyz',
|
|
158
158
|
provider: 'nagagini'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
address: 'https://rpc-sunrise.nodeyus.cloud',
|
|
162
|
+
provider: 'nodeyus'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
address: 'https://rpc-sunrice.batana.space',
|
|
166
|
+
provider: 'batana'
|
|
159
167
|
}
|
|
160
168
|
],
|
|
161
169
|
rest: [
|
|
@@ -254,6 +262,14 @@ const info = {
|
|
|
254
262
|
{
|
|
255
263
|
address: 'https://api-sunrise.nagagininode.xyz',
|
|
256
264
|
provider: 'nagagini'
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
address: 'https://api-sunrise.nodeyus.cloud',
|
|
268
|
+
provider: 'nodeyus'
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
address: 'https://api-sunrice.batana.space',
|
|
272
|
+
provider: 'batana'
|
|
257
273
|
}
|
|
258
274
|
],
|
|
259
275
|
grpc: [
|
|
@@ -336,6 +352,14 @@ const info = {
|
|
|
336
352
|
{
|
|
337
353
|
address: 'grpc-sunrise.nagagininode.xyz:443',
|
|
338
354
|
provider: 'nagagini'
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
address: 'grpc-sunrise.nodeyus.cloud:443',
|
|
358
|
+
provider: 'nodeyus'
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
address: 'grpc-sunrice.batana.space:443',
|
|
362
|
+
provider: 'batana'
|
|
339
363
|
}
|
|
340
364
|
]
|
|
341
365
|
},
|
|
@@ -458,6 +482,18 @@ const info = {
|
|
|
458
482
|
url: 'https://explorer.nagagininode.xyz/sunrise-mainnet',
|
|
459
483
|
txPage: 'https://explorer.nagagininode.xyz/sunrise-mainnet/tx/${txHash}',
|
|
460
484
|
accountPage: 'https://explorer.nagagininode.xyz/sunrise-mainnet/${accountAddress}'
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
kind: 'nodeyus explorer',
|
|
488
|
+
url: 'https://explorer.divinzzo.xyz/sunrise-mainnet',
|
|
489
|
+
txPage: 'https://explorer.divinzzo.xyz/sunrise-mainnet/tx/${txHash}',
|
|
490
|
+
accountPage: 'https://explorer.divinzzo.xyz/sunrise-mainnet/account/${accountAddress}'
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
kind: 'batana explorer',
|
|
494
|
+
url: 'https://explorer.batana.space/sunrise-mainnet',
|
|
495
|
+
txPage: 'https://explorer.batana.space/sunrise-mainnet/tx/${txHash}',
|
|
496
|
+
accountPage: 'https://explorer.batana.space/sunrise-mainnet/${accountAddress}'
|
|
461
497
|
}
|
|
462
498
|
],
|
|
463
499
|
images: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.82",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.82"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "f4b77e61ccbe764b6c29108c7432bdd4605b8af4"
|
|
43
43
|
}
|