eth-chainlist 0.0.210 → 0.0.211
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 +43 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.211 (2023-08-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.210 ([125de83](https://github.com/poowf/eth-chainlist/commit/125de83ae56ce265ab898fc82c8f16e9087ebde5))
|
9
|
+
* update chain data ([5b51bc2](https://github.com/poowf/eth-chainlist/commit/5b51bc29b5a02e14c004e356a4c9c04a1a4e7c7e))
|
10
|
+
|
3
11
|
### 0.0.210 (2023-08-15)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -9960,6 +9960,26 @@ const chainArray = [
|
|
9960
9960
|
}
|
9961
9961
|
]
|
9962
9962
|
},
|
9963
|
+
{
|
9964
|
+
name: 'Orderly Sepolia Testnet',
|
9965
|
+
chain: 'ETH',
|
9966
|
+
rpc: [ 'https://l2-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz' ],
|
9967
|
+
faucets: [],
|
9968
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
9969
|
+
infoURL: 'www.orderly.network',
|
9970
|
+
shortName: 'orderlyl2',
|
9971
|
+
chainId: 4460,
|
9972
|
+
networkId: 4460,
|
9973
|
+
icon: 'orderlyTestnet',
|
9974
|
+
explorers: [
|
9975
|
+
{
|
9976
|
+
name: 'basescout',
|
9977
|
+
url: 'https://explorerl2new-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz',
|
9978
|
+
icon: 'blockscout',
|
9979
|
+
standard: 'EIP3091'
|
9980
|
+
}
|
9981
|
+
]
|
9982
|
+
},
|
9963
9983
|
{
|
9964
9984
|
name: 'IoTeX Network Mainnet',
|
9965
9985
|
chain: 'iotex.io',
|
@@ -12403,6 +12423,29 @@ const chainArray = [
|
|
12403
12423
|
}
|
12404
12424
|
]
|
12405
12425
|
},
|
12426
|
+
{
|
12427
|
+
name: 'MaxxChain Mainnet',
|
12428
|
+
chain: 'MaxxChain',
|
12429
|
+
rpc: [
|
12430
|
+
'https://rpc.maxxchain.org',
|
12431
|
+
'https://rpc1.maxxchain.org',
|
12432
|
+
'https://rpc2.maxxchain.org'
|
12433
|
+
],
|
12434
|
+
faucets: [ 'https://faucet.maxxchain.org' ],
|
12435
|
+
nativeCurrency: { name: 'Power', symbol: 'PWR', decimals: 18 },
|
12436
|
+
icon: 'pwr',
|
12437
|
+
infoURL: 'https://www.maxxchain.org/',
|
12438
|
+
shortName: 'PWR',
|
12439
|
+
chainId: 10201,
|
12440
|
+
networkId: 10201,
|
12441
|
+
explorers: [
|
12442
|
+
{
|
12443
|
+
name: 'MaxxChain Block Explorer',
|
12444
|
+
url: 'https://explorer.maxxchain.org',
|
12445
|
+
standard: 'EIP3091'
|
12446
|
+
}
|
12447
|
+
]
|
12448
|
+
},
|
12406
12449
|
{
|
12407
12450
|
name: '0XTade',
|
12408
12451
|
chain: '0XTade Chain',
|