eth-chainlist 0.0.508 → 0.0.509
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +83 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.509 (2024-10-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.508 ([6d7200d](https://github.com/poowf/eth-chainlist/commit/6d7200d8a4ca6c37d24a4070c6ab5ed6bc700a71))
|
9
|
+
* update chain data ([61c3aac](https://github.com/poowf/eth-chainlist/commit/61c3aaca06ba53b5570c5475051e5fe6c3c9ae4f))
|
10
|
+
|
3
11
|
### 0.0.508 (2024-10-05)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -4442,6 +4442,24 @@ const chainArray = [
|
|
4442
4442
|
}
|
4443
4443
|
]
|
4444
4444
|
},
|
4445
|
+
{
|
4446
|
+
name: 'Glide L1 Protocol XP',
|
4447
|
+
chain: 'GLXP',
|
4448
|
+
icon: 'glide',
|
4449
|
+
rpc: [
|
4450
|
+
'https://rpc-api.glideprotocol.xyz/l1-rpc/',
|
4451
|
+
'wss://rpc-api.glideprotocol.xyz/l1-rpc/'
|
4452
|
+
],
|
4453
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
4454
|
+
faucets: [],
|
4455
|
+
nativeCurrency: { name: 'Glide XP', symbol: 'GLXP', decimals: 18 },
|
4456
|
+
infoURL: 'https://glideprotocol.xyz',
|
4457
|
+
shortName: 'glide',
|
4458
|
+
chainId: 251,
|
4459
|
+
networkId: 251,
|
4460
|
+
slip44: 60,
|
4461
|
+
status: 'active'
|
4462
|
+
},
|
4445
4463
|
{
|
4446
4464
|
name: 'Fraxtal',
|
4447
4465
|
chain: 'FRAX',
|
@@ -4462,6 +4480,32 @@ const chainArray = [
|
|
4462
4480
|
],
|
4463
4481
|
status: 'active'
|
4464
4482
|
},
|
4483
|
+
{
|
4484
|
+
name: 'Glide L2 Protocol XP',
|
4485
|
+
chain: 'GLXP',
|
4486
|
+
icon: 'glide',
|
4487
|
+
rpc: [
|
4488
|
+
'https://rpc-api.glideprotocol.xyz/l2-rpc/',
|
4489
|
+
'wss://rpc-api.glideprotocol.xyz/l2-rpc/'
|
4490
|
+
],
|
4491
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
4492
|
+
faucets: [],
|
4493
|
+
nativeCurrency: { name: 'Glide XP', symbol: 'GLXP', decimals: 18 },
|
4494
|
+
infoURL: 'https://glideprotocol.xyz',
|
4495
|
+
shortName: 'glidexp',
|
4496
|
+
chainId: 253,
|
4497
|
+
networkId: 253,
|
4498
|
+
explorers: [
|
4499
|
+
{
|
4500
|
+
name: 'glidescan',
|
4501
|
+
url: 'https://blockchain-explorer.glideprotocol.xyz',
|
4502
|
+
icon: 'blockscout',
|
4503
|
+
standard: 'EIP3091'
|
4504
|
+
}
|
4505
|
+
],
|
4506
|
+
parent: { type: 'L2', chain: 'eip155-251' },
|
4507
|
+
status: 'active'
|
4508
|
+
},
|
4465
4509
|
{
|
4466
4510
|
name: 'Swan Chain Mainnet',
|
4467
4511
|
chain: 'SWAN',
|
@@ -19486,6 +19530,34 @@ const chainArray = [
|
|
19486
19530
|
}
|
19487
19531
|
]
|
19488
19532
|
},
|
19533
|
+
{
|
19534
|
+
name: 'Vexon Testnet',
|
19535
|
+
chain: 'Vexon',
|
19536
|
+
rpc: [
|
19537
|
+
'https://rpc-testnet-asia1.vexonhub.org',
|
19538
|
+
'https://rpc-testnet-europe1.vexonhub.org',
|
19539
|
+
'https://rpc-testnet-01.vexonhub.org'
|
19540
|
+
],
|
19541
|
+
faucets: [ 'https://faucet-drip.vexonhub.org' ],
|
19542
|
+
nativeCurrency: {
|
19543
|
+
name: 'Vexon Testnet Native Token',
|
19544
|
+
symbol: 'tVEX',
|
19545
|
+
decimals: 18
|
19546
|
+
},
|
19547
|
+
infoURL: 'https://vexonhub.org',
|
19548
|
+
shortName: 'vexon',
|
19549
|
+
chainId: 7879,
|
19550
|
+
networkId: 7879,
|
19551
|
+
icon: 'vexon',
|
19552
|
+
explorers: [
|
19553
|
+
{
|
19554
|
+
name: 'Vexon Testnet Explorer',
|
19555
|
+
url: 'https://testnet.vexonhub.org',
|
19556
|
+
standard: 'EIP3091',
|
19557
|
+
icon: 'vexon'
|
19558
|
+
}
|
19559
|
+
]
|
19560
|
+
},
|
19489
19561
|
{
|
19490
19562
|
name: 'Kinto Mainnet',
|
19491
19563
|
chain: 'Kinto Mainnet',
|
@@ -21028,7 +21100,14 @@ const chainArray = [
|
|
21028
21100
|
chainId: 9070,
|
21029
21101
|
networkId: 9070,
|
21030
21102
|
icon: 'apexfusion',
|
21031
|
-
explorers: [
|
21103
|
+
explorers: [
|
21104
|
+
{
|
21105
|
+
name: 'apexfusion',
|
21106
|
+
url: 'https://explorer.nexus.testnet.apexfusion.org',
|
21107
|
+
icon: 'apexfusion',
|
21108
|
+
standard: 'EIP3091'
|
21109
|
+
}
|
21110
|
+
]
|
21032
21111
|
},
|
21033
21112
|
{
|
21034
21113
|
name: 'Genesis Coin',
|
@@ -31356,27 +31435,16 @@ const chainArray = [
|
|
31356
31435
|
{
|
31357
31436
|
name: 'Taiko Katla L2',
|
31358
31437
|
chain: 'ETH',
|
31359
|
-
status: '
|
31438
|
+
status: 'deprecated',
|
31360
31439
|
icon: 'taiko',
|
31361
|
-
rpc: [
|
31362
|
-
'https://rpc.katla.taiko.xyz',
|
31363
|
-
'wss://ws.katla.taiko.xyz',
|
31364
|
-
'https://taiko-katla.drpc.org',
|
31365
|
-
'wss://taiko-katla.drpc.org'
|
31366
|
-
],
|
31440
|
+
rpc: [],
|
31367
31441
|
faucets: [],
|
31368
31442
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
31369
31443
|
infoURL: 'https://taiko.xyz',
|
31370
31444
|
shortName: 'tko-katla',
|
31371
31445
|
chainId: 167008,
|
31372
31446
|
networkId: 167008,
|
31373
|
-
explorers: [
|
31374
|
-
{
|
31375
|
-
name: 'blockscout',
|
31376
|
-
url: 'https://explorer.katla.taiko.xyz',
|
31377
|
-
standard: 'EIP3091'
|
31378
|
-
}
|
31379
|
-
]
|
31447
|
+
explorers: []
|
31380
31448
|
},
|
31381
31449
|
{
|
31382
31450
|
name: 'Taiko Hekla L2',
|