eth-chainlist 0.0.236 → 0.0.238
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 +73 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.238 (2023-09-22)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.237 ([52d529b](https://github.com/poowf/eth-chainlist/commit/52d529b98b202f54e6736edc3c6d5c9d50d41676))
|
9
|
+
* update chain data ([26eed11](https://github.com/poowf/eth-chainlist/commit/26eed11c99104a2552e66da317dec956163b033b))
|
10
|
+
|
11
|
+
### 0.0.237 (2023-09-21)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.236 ([6b6a936](https://github.com/poowf/eth-chainlist/commit/6b6a936edb1b499afb5abc0f2bfc2e97b679eb00))
|
17
|
+
* update chain data ([ff8bb86](https://github.com/poowf/eth-chainlist/commit/ff8bb8695cd3b31050ea906c323ed4be79b0182f))
|
18
|
+
|
3
19
|
### 0.0.236 (2023-09-20)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -358,7 +358,8 @@ const chainArray = [
|
|
358
358
|
'https://songbird-api.flare.network/ext/C/rpc',
|
359
359
|
'https://sgb.ftso.com.au/ext/bc/C/rpc',
|
360
360
|
'https://sgb.lightft.so/rpc',
|
361
|
-
'https://sgb-rpc.ftso.eu'
|
361
|
+
'https://sgb-rpc.ftso.eu',
|
362
|
+
'https://rpc.ftso.au/songbird'
|
362
363
|
],
|
363
364
|
faucets: [],
|
364
365
|
nativeCurrency: { name: 'Songbird', symbol: 'SGB', decimals: 18 },
|
@@ -2365,7 +2366,8 @@ const chainArray = [
|
|
2365
2366
|
infoURL: 'https://fuse.io/',
|
2366
2367
|
shortName: 'fuse',
|
2367
2368
|
chainId: 122,
|
2368
|
-
networkId: 122
|
2369
|
+
networkId: 122,
|
2370
|
+
icon: 'fuse'
|
2369
2371
|
},
|
2370
2372
|
{
|
2371
2373
|
name: 'Fuse Sparknet',
|
@@ -3895,7 +3897,8 @@ const chainArray = [
|
|
3895
3897
|
rpc: [
|
3896
3898
|
'https://api.node.glif.io/',
|
3897
3899
|
'https://rpc.ankr.com/filecoin',
|
3898
|
-
'https://filecoin-mainnet.chainstacklabs.com/rpc/v1'
|
3900
|
+
'https://filecoin-mainnet.chainstacklabs.com/rpc/v1',
|
3901
|
+
'https://filfox.info/rpc/v1'
|
3899
3902
|
],
|
3900
3903
|
faucets: [],
|
3901
3904
|
nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
|
@@ -9321,6 +9324,30 @@ const chainArray = [
|
|
9321
9324
|
}
|
9322
9325
|
]
|
9323
9326
|
},
|
9327
|
+
{
|
9328
|
+
name: 'The Krest Network',
|
9329
|
+
chain: 'Krest',
|
9330
|
+
icon: 'krest',
|
9331
|
+
rpc: [ 'https://erpc-krest.peaq.network' ],
|
9332
|
+
faucets: [],
|
9333
|
+
nativeCurrency: { name: 'Krest', symbol: 'KRST', decimals: 18 },
|
9334
|
+
infoURL: 'https://www.peaq.network',
|
9335
|
+
shortName: 'KRST',
|
9336
|
+
chainId: 2241,
|
9337
|
+
networkId: 2241,
|
9338
|
+
explorers: [
|
9339
|
+
{
|
9340
|
+
name: 'Polkadot.js',
|
9341
|
+
url: 'https://polkadot.js.org/apps/?rpc=wss://wss-krest.peaq.network#/explorer',
|
9342
|
+
standard: 'none'
|
9343
|
+
},
|
9344
|
+
{
|
9345
|
+
name: 'Subscan',
|
9346
|
+
url: 'https://krest.subscan.io',
|
9347
|
+
standard: 'none'
|
9348
|
+
}
|
9349
|
+
]
|
9350
|
+
},
|
9324
9351
|
{
|
9325
9352
|
name: 'BOMB Chain',
|
9326
9353
|
chain: 'BOMB',
|
@@ -11155,6 +11182,25 @@ const chainArray = [
|
|
11155
11182
|
}
|
11156
11183
|
]
|
11157
11184
|
},
|
11185
|
+
{
|
11186
|
+
name: 'VEX EVM TESTNET',
|
11187
|
+
chain: 'vex',
|
11188
|
+
icon: 'vex',
|
11189
|
+
rpc: [ 'https://testnet.vexascan.com/evmapi' ],
|
11190
|
+
faucets: [ 'https://t.me/vexfaucetbot' ],
|
11191
|
+
nativeCurrency: { name: 'VEX EVM TESTNET', symbol: 'VEX', decimals: 18 },
|
11192
|
+
infoURL: 'https://vexanium.com',
|
11193
|
+
shortName: 'VEX',
|
11194
|
+
chainId: 5522,
|
11195
|
+
networkId: 5522,
|
11196
|
+
explorers: [
|
11197
|
+
{
|
11198
|
+
name: 'Vexascan-EVM-TestNet',
|
11199
|
+
url: 'https://testnet.vexascan.com/evmexplorer',
|
11200
|
+
standard: 'EIP3091'
|
11201
|
+
}
|
11202
|
+
]
|
11203
|
+
},
|
11158
11204
|
{
|
11159
11205
|
name: 'Nahmii Mainnet',
|
11160
11206
|
chain: 'Nahmii',
|
@@ -13890,13 +13936,13 @@ const chainArray = [
|
|
13890
13936
|
},
|
13891
13937
|
{
|
13892
13938
|
name: 'Quantum Chain Testnet',
|
13893
|
-
chain: '
|
13939
|
+
chain: 'tQNET',
|
13894
13940
|
icon: 'qnet',
|
13895
13941
|
rpc: [ 'https://testnet-rpc.quantumscan.org' ],
|
13896
13942
|
faucets: [],
|
13897
|
-
nativeCurrency: { name: 'Quantum Chain', symbol: '
|
13943
|
+
nativeCurrency: { name: 'Quantum Chain', symbol: 'tQNET', decimals: 18 },
|
13898
13944
|
infoURL: 'https://quantumnetwork.gg',
|
13899
|
-
shortName: '
|
13945
|
+
shortName: 'tqnet',
|
13900
13946
|
chainId: 12890,
|
13901
13947
|
networkId: 12890,
|
13902
13948
|
explorers: [
|
@@ -16701,6 +16747,25 @@ const chainArray = [
|
|
16701
16747
|
networkId: 81363,
|
16702
16748
|
status: 'incubating'
|
16703
16749
|
},
|
16750
|
+
{
|
16751
|
+
name: 'Quantum Chain Mainnet',
|
16752
|
+
chain: 'QNET',
|
16753
|
+
icon: 'qnet',
|
16754
|
+
rpc: [ 'https://rpc.quantumscan.org' ],
|
16755
|
+
faucets: [],
|
16756
|
+
nativeCurrency: { name: 'Quantum Chain', symbol: 'QNET', decimals: 18 },
|
16757
|
+
infoURL: 'https://quantumnetwork.gg',
|
16758
|
+
shortName: 'qnet',
|
16759
|
+
chainId: 81720,
|
16760
|
+
networkId: 81720,
|
16761
|
+
explorers: [
|
16762
|
+
{
|
16763
|
+
name: 'Quantum Scan Mainnet',
|
16764
|
+
url: 'https://quantumscan.org',
|
16765
|
+
standard: 'EIP3091'
|
16766
|
+
}
|
16767
|
+
]
|
16768
|
+
},
|
16704
16769
|
{
|
16705
16770
|
name: 'Base Goerli Testnet',
|
16706
16771
|
chain: 'ETH',
|
@@ -18115,7 +18180,8 @@ const chainArray = [
|
|
18115
18180
|
'https://api.calibration.node.glif.io/rpc/v1',
|
18116
18181
|
'https://rpc.ankr.com/filecoin_testnet',
|
18117
18182
|
'https://filecoin-calibration.chainstacklabs.com/rpc/v1',
|
18118
|
-
'https://filecoin-calibration.chainup.net/rpc/v1'
|
18183
|
+
'https://filecoin-calibration.chainup.net/rpc/v1',
|
18184
|
+
'https://calibration.filfox.info/rpc/v1'
|
18119
18185
|
],
|
18120
18186
|
faucets: [ 'https://faucet.calibration.fildev.network/' ],
|
18121
18187
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|