eth-chainlist 0.0.537 → 0.0.538
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 +3 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.538 (2024-11-13)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.537 ([ebb283e](https://github.com/poowf/eth-chainlist/commit/ebb283e12d342bbbd82eb86007432280e1793560))
|
9
|
+
* update chain data ([0373b70](https://github.com/poowf/eth-chainlist/commit/0373b70250c8182f5b0b5a731c6107e27b722ac3))
|
10
|
+
|
3
11
|
### 0.0.537 (2024-11-11)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -13018,7 +13018,7 @@ const chainArray = [
|
|
13018
13018
|
chain: 'edeXa TestNetwork',
|
13019
13019
|
rpc: [
|
13020
13020
|
'https://testnet.edexa.network/rpc',
|
13021
|
-
'https://
|
13021
|
+
'https://testnet.edexa.com/rpc'
|
13022
13022
|
],
|
13023
13023
|
faucets: [ 'https://faucet.edexa.com/' ],
|
13024
13024
|
nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
|
@@ -18219,8 +18219,7 @@ const chainArray = [
|
|
18219
18219
|
chain: 'edeXa Network',
|
18220
18220
|
rpc: [
|
18221
18221
|
'https://mainnet.edexa.network/rpc',
|
18222
|
-
'https://mainnet.edexa.com/rpc'
|
18223
|
-
'https://io-dataseed1.mainnet.edexa.io-market.com/rpc'
|
18222
|
+
'https://mainnet.edexa.com/rpc'
|
18224
18223
|
],
|
18225
18224
|
faucets: [],
|
18226
18225
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -22095,7 +22094,7 @@ const chainArray = [
|
|
22095
22094
|
],
|
22096
22095
|
parent: {
|
22097
22096
|
type: 'L2',
|
22098
|
-
chain: 'eip155-
|
22097
|
+
chain: 'eip155-28882',
|
22099
22098
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
22100
22099
|
}
|
22101
22100
|
},
|