eth-chainlist 0.0.237 → 0.0.239
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/CHANGELOG.md +16 -0
- package/data/chain.js +145 -26
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.239 (2023-09-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.238 ([c258c5d](https://github.com/poowf/eth-chainlist/commit/c258c5d3b14e6c36d7ae9e97a10f654f494a9b9f))
|
9
|
+
* update chain data ([60fab66](https://github.com/poowf/eth-chainlist/commit/60fab66d11abd29c2a8a058406b30f8479703ca4))
|
10
|
+
|
11
|
+
### 0.0.238 (2023-09-22)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.237 ([52d529b](https://github.com/poowf/eth-chainlist/commit/52d529b98b202f54e6736edc3c6d5c9d50d41676))
|
17
|
+
* update chain data ([26eed11](https://github.com/poowf/eth-chainlist/commit/26eed11c99104a2552e66da317dec956163b033b))
|
18
|
+
|
3
19
|
### 0.0.237 (2023-09-21)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -547,34 +547,42 @@ const chainArray = [
|
|
547
547
|
]
|
548
548
|
},
|
549
549
|
{
|
550
|
-
name: '
|
551
|
-
chain: '
|
550
|
+
name: 'Rootstock Mainnet',
|
551
|
+
chain: 'Rootstock',
|
552
552
|
rpc: [ 'https://public-node.rsk.co', 'https://mycrypto.rsk.co' ],
|
553
553
|
faucets: [],
|
554
|
+
icon: 'rootstock',
|
554
555
|
nativeCurrency: { name: 'Smart Bitcoin', symbol: 'RBTC', decimals: 18 },
|
555
|
-
infoURL: 'https://
|
556
|
+
infoURL: 'https://rootstock.io',
|
556
557
|
shortName: 'rsk',
|
557
558
|
chainId: 30,
|
558
559
|
networkId: 30,
|
559
560
|
slip44: 137,
|
560
561
|
explorers: [
|
561
562
|
{
|
562
|
-
name: '
|
563
|
+
name: 'Rootstock Explorer',
|
563
564
|
url: 'https://explorer.rsk.co',
|
564
565
|
standard: 'EIP3091'
|
566
|
+
},
|
567
|
+
{
|
568
|
+
name: 'blockscout',
|
569
|
+
url: 'https://rootstock.blockscout.com',
|
570
|
+
icon: 'blockscout',
|
571
|
+
standard: 'EIP3091'
|
565
572
|
}
|
566
573
|
]
|
567
574
|
},
|
568
575
|
{
|
569
|
-
name: '
|
570
|
-
chain: '
|
576
|
+
name: 'Rootstock Testnet',
|
577
|
+
chain: 'Rootstock',
|
571
578
|
rpc: [
|
572
579
|
'https://public-node.testnet.rsk.co',
|
573
580
|
'https://mycrypto.testnet.rsk.co'
|
574
581
|
],
|
575
582
|
faucets: [ 'https://faucet.rsk.co/' ],
|
583
|
+
icon: 'rootstock',
|
576
584
|
nativeCurrency: { name: 'Testnet Smart Bitcoin', symbol: 'tRBTC', decimals: 18 },
|
577
|
-
infoURL: 'https://
|
585
|
+
infoURL: 'https://rootstock.io',
|
578
586
|
shortName: 'trsk',
|
579
587
|
chainId: 31,
|
580
588
|
networkId: 31,
|
@@ -2366,7 +2374,8 @@ const chainArray = [
|
|
2366
2374
|
infoURL: 'https://fuse.io/',
|
2367
2375
|
shortName: 'fuse',
|
2368
2376
|
chainId: 122,
|
2369
|
-
networkId: 122
|
2377
|
+
networkId: 122,
|
2378
|
+
icon: 'fuse'
|
2370
2379
|
},
|
2371
2380
|
{
|
2372
2381
|
name: 'Fuse Sparknet',
|
@@ -3896,7 +3905,8 @@ const chainArray = [
|
|
3896
3905
|
rpc: [
|
3897
3906
|
'https://api.node.glif.io/',
|
3898
3907
|
'https://rpc.ankr.com/filecoin',
|
3899
|
-
'https://filecoin-mainnet.chainstacklabs.com/rpc/v1'
|
3908
|
+
'https://filecoin-mainnet.chainstacklabs.com/rpc/v1',
|
3909
|
+
'https://filfox.info/rpc/v1'
|
3900
3910
|
],
|
3901
3911
|
faucets: [],
|
3902
3912
|
nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
|
@@ -8913,16 +8923,27 @@ const chainArray = [
|
|
8913
8923
|
]
|
8914
8924
|
},
|
8915
8925
|
{
|
8916
|
-
name: 'Stratos
|
8926
|
+
name: 'Stratos',
|
8917
8927
|
chain: 'STOS',
|
8918
|
-
rpc: [],
|
8928
|
+
rpc: [ 'https://web3-rpc.thestratos.org' ],
|
8919
8929
|
faucets: [],
|
8920
8930
|
nativeCurrency: { name: 'STOS', symbol: 'STOS', decimals: 18 },
|
8921
8931
|
infoURL: 'https://www.thestratos.org',
|
8922
8932
|
shortName: 'stos-mainnet',
|
8923
8933
|
chainId: 2048,
|
8924
8934
|
networkId: 2048,
|
8925
|
-
|
8935
|
+
explorers: [
|
8936
|
+
{
|
8937
|
+
name: 'Stratos EVM Explorer (Blockscout)',
|
8938
|
+
url: 'https://web3-explorer.thestratos.org',
|
8939
|
+
standard: 'none'
|
8940
|
+
},
|
8941
|
+
{
|
8942
|
+
name: 'Stratos Cosmos Explorer (BigDipper)',
|
8943
|
+
url: 'https://explorer.thestratos.org',
|
8944
|
+
standard: 'none'
|
8945
|
+
}
|
8946
|
+
]
|
8926
8947
|
},
|
8927
8948
|
{
|
8928
8949
|
name: 'Quokkacoin Mainnet',
|
@@ -9322,6 +9343,30 @@ const chainArray = [
|
|
9322
9343
|
}
|
9323
9344
|
]
|
9324
9345
|
},
|
9346
|
+
{
|
9347
|
+
name: 'The Krest Network',
|
9348
|
+
chain: 'Krest',
|
9349
|
+
icon: 'krest',
|
9350
|
+
rpc: [ 'https://erpc-krest.peaq.network' ],
|
9351
|
+
faucets: [],
|
9352
|
+
nativeCurrency: { name: 'Krest', symbol: 'KRST', decimals: 18 },
|
9353
|
+
infoURL: 'https://www.peaq.network',
|
9354
|
+
shortName: 'KRST',
|
9355
|
+
chainId: 2241,
|
9356
|
+
networkId: 2241,
|
9357
|
+
explorers: [
|
9358
|
+
{
|
9359
|
+
name: 'Polkadot.js',
|
9360
|
+
url: 'https://polkadot.js.org/apps/?rpc=wss://wss-krest.peaq.network#/explorer',
|
9361
|
+
standard: 'none'
|
9362
|
+
},
|
9363
|
+
{
|
9364
|
+
name: 'Subscan',
|
9365
|
+
url: 'https://krest.subscan.io',
|
9366
|
+
standard: 'none'
|
9367
|
+
}
|
9368
|
+
]
|
9369
|
+
},
|
9325
9370
|
{
|
9326
9371
|
name: 'BOMB Chain',
|
9327
9372
|
chain: 'BOMB',
|
@@ -11106,7 +11151,14 @@ const chainArray = [
|
|
11106
11151
|
shortName: 'hmnd',
|
11107
11152
|
chainId: 5234,
|
11108
11153
|
networkId: 5234,
|
11109
|
-
explorers: [
|
11154
|
+
explorers: [
|
11155
|
+
{
|
11156
|
+
name: 'Subscan',
|
11157
|
+
url: 'https://humanode.subscan.io',
|
11158
|
+
standard: 'EIP3091',
|
11159
|
+
icon: 'subscan'
|
11160
|
+
}
|
11161
|
+
]
|
11110
11162
|
},
|
11111
11163
|
{
|
11112
11164
|
name: 'Firechain Mainnet Old',
|
@@ -13910,13 +13962,13 @@ const chainArray = [
|
|
13910
13962
|
},
|
13911
13963
|
{
|
13912
13964
|
name: 'Quantum Chain Testnet',
|
13913
|
-
chain: '
|
13965
|
+
chain: 'tQNET',
|
13914
13966
|
icon: 'qnet',
|
13915
13967
|
rpc: [ 'https://testnet-rpc.quantumscan.org' ],
|
13916
13968
|
faucets: [],
|
13917
|
-
nativeCurrency: { name: 'Quantum Chain', symbol: '
|
13969
|
+
nativeCurrency: { name: 'Quantum Chain', symbol: 'tQNET', decimals: 18 },
|
13918
13970
|
infoURL: 'https://quantumnetwork.gg',
|
13919
|
-
shortName: '
|
13971
|
+
shortName: 'tqnet',
|
13920
13972
|
chainId: 12890,
|
13921
13973
|
networkId: 12890,
|
13922
13974
|
explorers: [
|
@@ -15098,6 +15150,25 @@ const chainArray = [
|
|
15098
15150
|
}
|
15099
15151
|
]
|
15100
15152
|
},
|
15153
|
+
{
|
15154
|
+
name: 'ConnectorManager',
|
15155
|
+
chain: 'Rangers',
|
15156
|
+
icon: 'rangers',
|
15157
|
+
rpc: [ 'https://cm.rangersprotocol.com/api/jsonrpc' ],
|
15158
|
+
faucets: [],
|
15159
|
+
nativeCurrency: { name: 'Rangers Protocol Gas', symbol: 'cmRPG', decimals: 18 },
|
15160
|
+
infoURL: 'https://rangersprotocol.com',
|
15161
|
+
shortName: 'cmrpg',
|
15162
|
+
chainId: 38400,
|
15163
|
+
networkId: 38400,
|
15164
|
+
explorers: [
|
15165
|
+
{
|
15166
|
+
name: 'rangersscan',
|
15167
|
+
url: 'https://scan.rangersprotocol.com',
|
15168
|
+
standard: 'none'
|
15169
|
+
}
|
15170
|
+
]
|
15171
|
+
},
|
15101
15172
|
{
|
15102
15173
|
name: 'ConnectorManager Robin',
|
15103
15174
|
chain: 'Rangers',
|
@@ -16721,6 +16792,25 @@ const chainArray = [
|
|
16721
16792
|
networkId: 81363,
|
16722
16793
|
status: 'incubating'
|
16723
16794
|
},
|
16795
|
+
{
|
16796
|
+
name: 'Quantum Chain Mainnet',
|
16797
|
+
chain: 'QNET',
|
16798
|
+
icon: 'qnet',
|
16799
|
+
rpc: [ 'https://rpc.quantumscan.org' ],
|
16800
|
+
faucets: [],
|
16801
|
+
nativeCurrency: { name: 'Quantum Chain', symbol: 'QNET', decimals: 18 },
|
16802
|
+
infoURL: 'https://quantumnetwork.gg',
|
16803
|
+
shortName: 'qnet',
|
16804
|
+
chainId: 81720,
|
16805
|
+
networkId: 81720,
|
16806
|
+
explorers: [
|
16807
|
+
{
|
16808
|
+
name: 'Quantum Scan Mainnet',
|
16809
|
+
url: 'https://quantumscan.org',
|
16810
|
+
standard: 'EIP3091'
|
16811
|
+
}
|
16812
|
+
]
|
16813
|
+
},
|
16724
16814
|
{
|
16725
16815
|
name: 'Base Goerli Testnet',
|
16726
16816
|
chain: 'ETH',
|
@@ -17928,7 +18018,7 @@ const chainArray = [
|
|
17928
18018
|
{
|
17929
18019
|
name: 'Reapchain Mainnet',
|
17930
18020
|
chain: 'REAP',
|
17931
|
-
rpc: [ 'https://
|
18021
|
+
rpc: [ 'https://eth.reapchain.org' ],
|
17932
18022
|
faucets: [],
|
17933
18023
|
nativeCurrency: { name: 'Reap', symbol: 'REAP', decimals: 18 },
|
17934
18024
|
features: [],
|
@@ -18135,7 +18225,8 @@ const chainArray = [
|
|
18135
18225
|
'https://api.calibration.node.glif.io/rpc/v1',
|
18136
18226
|
'https://rpc.ankr.com/filecoin_testnet',
|
18137
18227
|
'https://filecoin-calibration.chainstacklabs.com/rpc/v1',
|
18138
|
-
'https://filecoin-calibration.chainup.net/rpc/v1'
|
18228
|
+
'https://filecoin-calibration.chainup.net/rpc/v1',
|
18229
|
+
'https://calibration.filfox.info/rpc/v1'
|
18139
18230
|
],
|
18140
18231
|
faucets: [ 'https://faucet.calibration.fildev.network/' ],
|
18141
18232
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
@@ -18215,18 +18306,36 @@ const chainArray = [
|
|
18215
18306
|
},
|
18216
18307
|
{
|
18217
18308
|
name: 'Oone Chain Testnet',
|
18218
|
-
chain: 'OONE',
|
18219
|
-
rpc: [ 'https://
|
18309
|
+
chain: 'OONE Testnet',
|
18310
|
+
rpc: [ 'https://rpc.testnet.oonechain.com' ],
|
18220
18311
|
faucets: [ 'https://apps-test.adigium.com/faucet' ],
|
18221
|
-
nativeCurrency: { name: '
|
18222
|
-
infoURL: 'https://
|
18312
|
+
nativeCurrency: { name: 'tOONE', symbol: 'tOONE', decimals: 18 },
|
18313
|
+
infoURL: 'https://oonechain.com',
|
18223
18314
|
shortName: 'oonetest',
|
18315
|
+
chainId: 333666,
|
18316
|
+
networkId: 333666,
|
18317
|
+
explorers: [
|
18318
|
+
{
|
18319
|
+
name: 'blockscout',
|
18320
|
+
url: 'https://testnet.oonescan.com',
|
18321
|
+
standard: 'none'
|
18322
|
+
}
|
18323
|
+
]
|
18324
|
+
},
|
18325
|
+
{
|
18326
|
+
name: 'Oone Chain Devnet',
|
18327
|
+
chain: 'OONE Devnet',
|
18328
|
+
rpc: [ 'https://rpc.dev.oonechain.com' ],
|
18329
|
+
faucets: [ 'https://apps-test.adigium.com/faucet' ],
|
18330
|
+
nativeCurrency: { name: 'tOONE', symbol: 'tOONE', decimals: 18 },
|
18331
|
+
infoURL: 'https://oonechain.com',
|
18332
|
+
shortName: 'oonedev',
|
18224
18333
|
chainId: 333777,
|
18225
18334
|
networkId: 333777,
|
18226
18335
|
explorers: [
|
18227
18336
|
{
|
18228
|
-
name: '
|
18229
|
-
url: 'https://
|
18337
|
+
name: 'blockscout',
|
18338
|
+
url: 'https://dev.oonescan.com',
|
18230
18339
|
standard: 'none'
|
18231
18340
|
}
|
18232
18341
|
]
|
@@ -18660,7 +18769,12 @@ const chainArray = [
|
|
18660
18769
|
name: 'Scroll Sepolia Testnet',
|
18661
18770
|
chain: 'ETH',
|
18662
18771
|
status: 'active',
|
18663
|
-
rpc: [
|
18772
|
+
rpc: [
|
18773
|
+
'https://sepolia-rpc.scroll.io',
|
18774
|
+
'https://rpc.ankr.com/scroll_sepolia_testnet',
|
18775
|
+
'https://scroll-sepolia.chainstacklabs.com',
|
18776
|
+
'https://scroll-testnet-public.unifra.io'
|
18777
|
+
],
|
18664
18778
|
faucets: [],
|
18665
18779
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
18666
18780
|
infoURL: 'https://scroll.io',
|
@@ -18669,7 +18783,12 @@ const chainArray = [
|
|
18669
18783
|
networkId: 534351,
|
18670
18784
|
explorers: [
|
18671
18785
|
{
|
18672
|
-
name: 'Scroll Sepolia
|
18786
|
+
name: 'Scroll Sepolia Etherscan',
|
18787
|
+
url: 'https://sepolia.scrollscan.dev',
|
18788
|
+
standard: 'EIP3091'
|
18789
|
+
},
|
18790
|
+
{
|
18791
|
+
name: 'Scroll Sepolia Blockscout',
|
18673
18792
|
url: 'https://sepolia-blockscout.scroll.io',
|
18674
18793
|
standard: 'EIP3091'
|
18675
18794
|
}
|