eth-chainlist 0.0.454 → 0.0.455
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 +8 -0
- package/data/chain.js +142 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.455 (2024-08-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.454 ([d24590b](https://github.com/poowf/eth-chainlist/commit/d24590bcb08baafbf919365f1c6b309eb3a8cc18))
|
9
|
+
* update chain data ([460fdd8](https://github.com/poowf/eth-chainlist/commit/460fdd87a3615cebdbedf627eeca0f68327dd736))
|
10
|
+
|
3
11
|
### 0.0.454 (2024-07-29)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -6708,6 +6708,42 @@ const chainArray = [
|
|
6708
6708
|
}
|
6709
6709
|
]
|
6710
6710
|
},
|
6711
|
+
{
|
6712
|
+
name: 'Binary Mainnet',
|
6713
|
+
chain: 'The Binary Holdings',
|
6714
|
+
rpc: [ 'https://rpc.zero.thebinaryholdings.com' ],
|
6715
|
+
faucets: [],
|
6716
|
+
nativeCurrency: { name: 'Binary Token', symbol: 'BNRY', decimals: 18 },
|
6717
|
+
infoURL: '',
|
6718
|
+
shortName: 'thebinaryholdings-mainnet',
|
6719
|
+
chainId: 624,
|
6720
|
+
networkId: 624,
|
6721
|
+
explorers: [
|
6722
|
+
{
|
6723
|
+
name: 'Tracehawk',
|
6724
|
+
url: 'https://explorer.thebinaryholdings.com',
|
6725
|
+
standard: 'none'
|
6726
|
+
}
|
6727
|
+
]
|
6728
|
+
},
|
6729
|
+
{
|
6730
|
+
name: 'Binary Sepolia',
|
6731
|
+
chain: 'The Binary Holdings',
|
6732
|
+
rpc: [ 'https://rpc.testnet.thebinaryholdings.com' ],
|
6733
|
+
faucets: [],
|
6734
|
+
nativeCurrency: { name: 'Test BNRY', symbol: 'BNRY', decimals: 18 },
|
6735
|
+
infoURL: '',
|
6736
|
+
shortName: 'thebinaryholdings-sepolia',
|
6737
|
+
chainId: 625,
|
6738
|
+
networkId: 625,
|
6739
|
+
explorers: [
|
6740
|
+
{
|
6741
|
+
name: 'Tracehawk',
|
6742
|
+
url: 'https://explorer.sepolia.thebinaryholdings.com',
|
6743
|
+
standard: 'none'
|
6744
|
+
}
|
6745
|
+
]
|
6746
|
+
},
|
6711
6747
|
{
|
6712
6748
|
name: 'Avocado',
|
6713
6749
|
chain: 'Avocado',
|
@@ -14525,6 +14561,29 @@ const chainArray = [
|
|
14525
14561
|
],
|
14526
14562
|
status: 'incubating'
|
14527
14563
|
},
|
14564
|
+
{
|
14565
|
+
name: 'XL Network Testnet',
|
14566
|
+
chain: 'XL Network Testnet',
|
14567
|
+
rpc: [
|
14568
|
+
'https://subnets.avax.network/xlnetworkt/testnet/rpc',
|
14569
|
+
'wss://subnets.avax.network/xlnetworkt/testnet/ws'
|
14570
|
+
],
|
14571
|
+
features: [ { name: 'EIP1559' } ],
|
14572
|
+
faucets: [],
|
14573
|
+
nativeCurrency: { name: 'XLNetwork', symbol: 'XLN', decimals: 18 },
|
14574
|
+
infoURL: 'https://www.nysl.io/',
|
14575
|
+
shortName: 'nysl',
|
14576
|
+
icon: 'nysl',
|
14577
|
+
chainId: 3084,
|
14578
|
+
networkId: 3084,
|
14579
|
+
explorers: [
|
14580
|
+
{
|
14581
|
+
name: 'XL Network Explorer',
|
14582
|
+
url: 'https://subnets-test.avax.network/xlnetworkt',
|
14583
|
+
standard: 'EIP3091'
|
14584
|
+
}
|
14585
|
+
]
|
14586
|
+
},
|
14528
14587
|
{
|
14529
14588
|
name: 'Immu3 EVM',
|
14530
14589
|
chain: 'EVMCC',
|
@@ -15780,6 +15839,27 @@ const chainArray = [
|
|
15780
15839
|
}
|
15781
15840
|
]
|
15782
15841
|
},
|
15842
|
+
{
|
15843
|
+
name: 'SX Rollup',
|
15844
|
+
chain: 'SX',
|
15845
|
+
icon: 'SX',
|
15846
|
+
rpc: [ 'https://rpc.sx-rollup.gelato.digital' ],
|
15847
|
+
faucets: [],
|
15848
|
+
nativeCurrency: { name: 'SX Network', symbol: 'SX', decimals: 18 },
|
15849
|
+
infoURL: 'https://www.sx.technology',
|
15850
|
+
shortName: 'SXR',
|
15851
|
+
chainId: 4162,
|
15852
|
+
networkId: 4162,
|
15853
|
+
explorers: [
|
15854
|
+
{
|
15855
|
+
name: 'SX L2 Explorer',
|
15856
|
+
url: 'https://explorerl2.sx.technology',
|
15857
|
+
standard: 'EIP3091',
|
15858
|
+
icon: 'SX'
|
15859
|
+
}
|
15860
|
+
],
|
15861
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
15862
|
+
},
|
15783
15863
|
{
|
15784
15864
|
name: 'PHI Network V1',
|
15785
15865
|
chain: 'PHI V1',
|
@@ -21047,6 +21127,29 @@ const chainArray = [
|
|
21047
21127
|
}
|
21048
21128
|
]
|
21049
21129
|
},
|
21130
|
+
{
|
21131
|
+
name: 'Abstract Testnet',
|
21132
|
+
chain: 'Abstract Testnet',
|
21133
|
+
rpc: [ 'https://api.testnet.abs.xyz' ],
|
21134
|
+
faucets: [ 'https://faucet.triangleplatform.com/abstract/testnet' ],
|
21135
|
+
chainId: 11124,
|
21136
|
+
networkId: 11124,
|
21137
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
21138
|
+
infoURL: 'https://abs.xyz/',
|
21139
|
+
shortName: 'Abstract',
|
21140
|
+
parent: {
|
21141
|
+
type: 'L2',
|
21142
|
+
chain: 'eip155-11155111',
|
21143
|
+
bridges: [ { url: 'https://portal.testnet.abs.xyz/bridge' } ]
|
21144
|
+
},
|
21145
|
+
explorers: [
|
21146
|
+
{
|
21147
|
+
name: 'Abstract Block Explorer',
|
21148
|
+
url: 'https://explorer.testnet.abs.xyz',
|
21149
|
+
standard: 'none'
|
21150
|
+
}
|
21151
|
+
]
|
21152
|
+
},
|
21050
21153
|
{
|
21051
21154
|
name: 'Shine Chain',
|
21052
21155
|
chain: 'SC20',
|
@@ -27567,6 +27670,24 @@ const chainArray = [
|
|
27567
27670
|
}
|
27568
27671
|
]
|
27569
27672
|
},
|
27673
|
+
{
|
27674
|
+
name: 'ZKasino Mainnet',
|
27675
|
+
chain: 'ZKasino',
|
27676
|
+
rpc: [ 'https://rpc.zkas.zeeve.net' ],
|
27677
|
+
faucets: [],
|
27678
|
+
nativeCurrency: { name: 'ZKAS', symbol: 'ZKAS', decimals: 18 },
|
27679
|
+
infoURL: '',
|
27680
|
+
shortName: 'ZKasino',
|
27681
|
+
chainId: 88800,
|
27682
|
+
networkId: 88800,
|
27683
|
+
explorers: [
|
27684
|
+
{
|
27685
|
+
name: 'Tracehawk',
|
27686
|
+
url: 'https://explorer.zkas.zeeve.net',
|
27687
|
+
standard: 'none'
|
27688
|
+
}
|
27689
|
+
]
|
27690
|
+
},
|
27570
27691
|
{
|
27571
27692
|
name: 'Unit Zero Testnet',
|
27572
27693
|
chain: 'Unit Zero',
|
@@ -34112,6 +34233,27 @@ const chainArray = [
|
|
34112
34233
|
bridges: [ { url: 'https://app.optimism.io/bridge/deposit' } ]
|
34113
34234
|
}
|
34114
34235
|
},
|
34236
|
+
{
|
34237
|
+
name: 'SX Toronto Rollup',
|
34238
|
+
chain: 'SX',
|
34239
|
+
icon: 'SX',
|
34240
|
+
rpc: [ 'https://rpc.sx-rollup-testnet.t.raas.gelato.cloud' ],
|
34241
|
+
faucets: [ 'https://faucet.toronto.sx.technology' ],
|
34242
|
+
nativeCurrency: { name: 'SX Network', symbol: 'SX', decimals: 18 },
|
34243
|
+
infoURL: 'https://www.sx.technology',
|
34244
|
+
shortName: 'SXR-Testnet',
|
34245
|
+
chainId: 79479957,
|
34246
|
+
networkId: 79479957,
|
34247
|
+
explorers: [
|
34248
|
+
{
|
34249
|
+
name: 'SX Toronto L2 Explorer',
|
34250
|
+
url: 'https://explorerl2.toronto.sx.technology',
|
34251
|
+
standard: 'EIP3091',
|
34252
|
+
icon: 'SX'
|
34253
|
+
}
|
34254
|
+
],
|
34255
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
34256
|
+
},
|
34115
34257
|
{
|
34116
34258
|
name: 'Backstop Testnet',
|
34117
34259
|
chain: 'backstopTestnet',
|