eth-chainlist 0.0.536 → 0.0.538
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 +4 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
### 0.0.537 (2024-11-11)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.536 ([c8a983a](https://github.com/poowf/eth-chainlist/commit/c8a983a319b08c1da14ffbf0ecb3f173ee6bfdad))
|
|
17
|
+
* update chain data ([682570e](https://github.com/poowf/eth-chainlist/commit/682570ecdb515da1bdcbe1a1291defe3879c91ec))
|
|
18
|
+
|
|
3
19
|
### 0.0.536 (2024-11-09)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -5274,7 +5274,7 @@ const chainArray = [
|
|
|
5274
5274
|
{
|
|
5275
5275
|
name: 'Omax Mainnet',
|
|
5276
5276
|
chain: 'OMAX Chain',
|
|
5277
|
-
rpc: [ 'https://mainapi.omaxray.com' ],
|
|
5277
|
+
rpc: [ 'https://mainapi.omaxray.com', 'https://mainapi.omaxscan.com' ],
|
|
5278
5278
|
faucets: [ 'https://faucet.omaxray.com/' ],
|
|
5279
5279
|
nativeCurrency: { name: 'OMAX COIN', symbol: 'OMAX', decimals: 18 },
|
|
5280
5280
|
infoURL: 'https://www.omaxcoin.com/',
|
|
@@ -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
|
},
|