eth-chainlist 0.0.235 → 0.0.237
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 +66 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.237 (2023-09-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.236 ([6b6a936](https://github.com/poowf/eth-chainlist/commit/6b6a936edb1b499afb5abc0f2bfc2e97b679eb00))
|
9
|
+
* update chain data ([ff8bb86](https://github.com/poowf/eth-chainlist/commit/ff8bb8695cd3b31050ea906c323ed4be79b0182f))
|
10
|
+
|
11
|
+
### 0.0.236 (2023-09-20)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.235 ([8bebc29](https://github.com/poowf/eth-chainlist/commit/8bebc29296b4e00eca7666ed3f925df6cab8d21d))
|
17
|
+
* update chain data ([15900c0](https://github.com/poowf/eth-chainlist/commit/15900c0011329efa94ad293b80643a17630f89d7))
|
18
|
+
|
3
19
|
### 0.0.235 (2023-09-14)
|
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 },
|
@@ -4493,9 +4494,9 @@ const chainArray = [
|
|
4493
4494
|
icon: 'areon',
|
4494
4495
|
rpc: [ 'https://testnet-rpc.areon.network' ],
|
4495
4496
|
faucets: [],
|
4496
|
-
nativeCurrency: { name: 'Areon', symbol: '
|
4497
|
+
nativeCurrency: { name: 'Areon', symbol: 'TAREA', decimals: 18 },
|
4497
4498
|
infoURL: 'https://areon.network',
|
4498
|
-
shortName: '
|
4499
|
+
shortName: 'tarea',
|
4499
4500
|
chainId: 462,
|
4500
4501
|
networkId: 462,
|
4501
4502
|
explorers: [
|
@@ -6592,7 +6593,7 @@ const chainArray = [
|
|
6592
6593
|
faucets: [],
|
6593
6594
|
nativeCurrency: { name: 'BLXQ', symbol: 'BLXQ', decimals: 18 },
|
6594
6595
|
infoURL: 'https://blx.org',
|
6595
|
-
shortName: '
|
6596
|
+
shortName: 'tblxq',
|
6596
6597
|
chainId: 1107,
|
6597
6598
|
networkId: 1107,
|
6598
6599
|
explorers: [
|
@@ -6604,6 +6605,26 @@ const chainArray = [
|
|
6604
6605
|
}
|
6605
6606
|
]
|
6606
6607
|
},
|
6608
|
+
{
|
6609
|
+
name: 'BLXq Mainnet',
|
6610
|
+
chain: 'BLXQ',
|
6611
|
+
icon: 'blxq',
|
6612
|
+
rpc: [ 'https://mainnet.blxq.org' ],
|
6613
|
+
faucets: [],
|
6614
|
+
nativeCurrency: { name: 'BLXQ', symbol: 'BLXQ', decimals: 18 },
|
6615
|
+
infoURL: 'https://blx.org',
|
6616
|
+
shortName: 'blxq',
|
6617
|
+
chainId: 1108,
|
6618
|
+
networkId: 1108,
|
6619
|
+
explorers: [
|
6620
|
+
{
|
6621
|
+
name: 'BLXq Explorer',
|
6622
|
+
url: 'https://explorer.blxq.org',
|
6623
|
+
icon: 'blxq',
|
6624
|
+
standard: 'EIP3091'
|
6625
|
+
}
|
6626
|
+
]
|
6627
|
+
},
|
6607
6628
|
{
|
6608
6629
|
name: 'WEMIX3.0 Mainnet',
|
6609
6630
|
chain: 'WEMIX',
|
@@ -11135,6 +11156,25 @@ const chainArray = [
|
|
11135
11156
|
}
|
11136
11157
|
]
|
11137
11158
|
},
|
11159
|
+
{
|
11160
|
+
name: 'VEX EVM TESTNET',
|
11161
|
+
chain: 'vex',
|
11162
|
+
icon: 'vex',
|
11163
|
+
rpc: [ 'https://testnet.vexascan.com/evmapi' ],
|
11164
|
+
faucets: [ 'https://t.me/vexfaucetbot' ],
|
11165
|
+
nativeCurrency: { name: 'VEX EVM TESTNET', symbol: 'VEX', decimals: 18 },
|
11166
|
+
infoURL: 'https://vexanium.com',
|
11167
|
+
shortName: 'VEX',
|
11168
|
+
chainId: 5522,
|
11169
|
+
networkId: 5522,
|
11170
|
+
explorers: [
|
11171
|
+
{
|
11172
|
+
name: 'Vexascan-EVM-TestNet',
|
11173
|
+
url: 'https://testnet.vexascan.com/evmexplorer',
|
11174
|
+
standard: 'EIP3091'
|
11175
|
+
}
|
11176
|
+
]
|
11177
|
+
},
|
11138
11178
|
{
|
11139
11179
|
name: 'Nahmii Mainnet',
|
11140
11180
|
chain: 'Nahmii',
|
@@ -15404,8 +15444,8 @@ const chainArray = [
|
|
15404
15444
|
infoURL: 'https://docs.celo.org/',
|
15405
15445
|
explorers: [
|
15406
15446
|
{
|
15407
|
-
name: '
|
15408
|
-
url: 'https://celoscan.io',
|
15447
|
+
name: 'Alfajoresscan',
|
15448
|
+
url: 'https://alfajores.celoscan.io',
|
15409
15449
|
standard: 'EIP3091'
|
15410
15450
|
}
|
15411
15451
|
]
|
@@ -17639,6 +17679,26 @@ const chainArray = [
|
|
17639
17679
|
}
|
17640
17680
|
]
|
17641
17681
|
},
|
17682
|
+
{
|
17683
|
+
name: 'Taiko Jolnir L2',
|
17684
|
+
chain: 'ETH',
|
17685
|
+
status: 'incubating',
|
17686
|
+
icon: 'taiko',
|
17687
|
+
rpc: [ 'https://rpc.jolnir.taiko.xyz' ],
|
17688
|
+
faucets: [],
|
17689
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
17690
|
+
infoURL: 'https://taiko.xyz',
|
17691
|
+
shortName: 'tko-jolnir',
|
17692
|
+
chainId: 167007,
|
17693
|
+
networkId: 167007,
|
17694
|
+
explorers: [
|
17695
|
+
{
|
17696
|
+
name: 'blockscout',
|
17697
|
+
url: 'https://explorer.jolnir.taiko.xyz',
|
17698
|
+
standard: 'EIP3091'
|
17699
|
+
}
|
17700
|
+
]
|
17701
|
+
},
|
17642
17702
|
{
|
17643
17703
|
name: 'Condor Test Network',
|
17644
17704
|
chain: 'CONDOR',
|