eth-chainlist 0.0.682 → 0.0.684
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 +54 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.684 (2025-09-08)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.683 ([41bfe2c](https://github.com/poowf/eth-chainlist/commit/41bfe2c9225cbf79b75c97c23a9b5b04a2f46776))
|
9
|
+
* update chain data ([4e19315](https://github.com/poowf/eth-chainlist/commit/4e19315d93063136c110b4df84dfe8e19757bbb2))
|
10
|
+
|
11
|
+
### 0.0.683 (2025-09-01)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.682 ([a799010](https://github.com/poowf/eth-chainlist/commit/a799010db6c5c9e26373d640251b98dcd3f8c388))
|
17
|
+
* update chain data ([7a30938](https://github.com/poowf/eth-chainlist/commit/7a30938c0abeace084380111e4a284bf520c02bd))
|
18
|
+
|
3
19
|
### 0.0.682 (2025-08-20)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3632,8 +3632,8 @@ const chainArray = [
|
|
3632
3632
|
parent: { type: 'L2', chain: 'eip155-1' }
|
3633
3633
|
},
|
3634
3634
|
{
|
3635
|
-
name: '
|
3636
|
-
chain: '
|
3635
|
+
name: 'Abey Testnet',
|
3636
|
+
chain: 'Abey',
|
3637
3637
|
rpc: [ 'https://testrpc.abeychain.com' ],
|
3638
3638
|
features: [ { name: 'EIP155' } ],
|
3639
3639
|
faucets: [ 'https://testnet-faucet.abeychain.com' ],
|
@@ -3642,17 +3642,19 @@ const chainArray = [
|
|
3642
3642
|
shortName: 'abeyt',
|
3643
3643
|
chainId: 178,
|
3644
3644
|
networkId: 178,
|
3645
|
+
icon: 'abey',
|
3645
3646
|
explorers: [
|
3646
3647
|
{
|
3647
3648
|
name: 'abeyscan-testnet',
|
3648
3649
|
url: 'https://testnet.abeyscan.com',
|
3650
|
+
icon: 'abey',
|
3649
3651
|
standard: 'EIP3091'
|
3650
3652
|
}
|
3651
3653
|
]
|
3652
3654
|
},
|
3653
3655
|
{
|
3654
|
-
name: '
|
3655
|
-
chain: '
|
3656
|
+
name: 'Abey Mainnet',
|
3657
|
+
chain: 'Abey',
|
3656
3658
|
rpc: [ 'https://rpc.abeychain.com' ],
|
3657
3659
|
features: [ { name: 'EIP155' } ],
|
3658
3660
|
faucets: [],
|
@@ -3661,10 +3663,12 @@ const chainArray = [
|
|
3661
3663
|
shortName: 'abey',
|
3662
3664
|
chainId: 179,
|
3663
3665
|
networkId: 179,
|
3666
|
+
icon: 'abey',
|
3664
3667
|
explorers: [
|
3665
3668
|
{
|
3666
3669
|
name: 'abeyscan',
|
3667
3670
|
url: 'https://abeyscan.com',
|
3671
|
+
icon: 'abey',
|
3668
3672
|
standard: 'EIP3091'
|
3669
3673
|
}
|
3670
3674
|
]
|
@@ -13001,6 +13005,30 @@ const chainArray = [
|
|
13001
13005
|
}
|
13002
13006
|
]
|
13003
13007
|
},
|
13008
|
+
{
|
13009
|
+
name: 'OpenLedger Mainnet',
|
13010
|
+
chain: 'OpenLedger',
|
13011
|
+
rpc: [ 'https://rpc.openledger.xyz' ],
|
13012
|
+
faucets: [],
|
13013
|
+
nativeCurrency: { name: 'Open', symbol: 'OPEN', decimals: 18 },
|
13014
|
+
infoURL: 'https://www.openledger.xyz',
|
13015
|
+
shortName: 'open',
|
13016
|
+
chainId: 1612,
|
13017
|
+
networkId: 1612,
|
13018
|
+
icon: 'openledger',
|
13019
|
+
explorers: [
|
13020
|
+
{
|
13021
|
+
name: 'OpenLedger Explorer',
|
13022
|
+
url: 'https://scan.openledger.xyz',
|
13023
|
+
standard: 'EIP3091'
|
13024
|
+
}
|
13025
|
+
],
|
13026
|
+
parent: {
|
13027
|
+
type: 'L2',
|
13028
|
+
chain: 'eip155-1',
|
13029
|
+
bridges: [ { url: 'https://bridge.openledger.xyz/' } ]
|
13030
|
+
}
|
13031
|
+
},
|
13004
13032
|
{
|
13005
13033
|
name: 'Ethereum Inscription Mainnet',
|
13006
13034
|
chain: 'ETINS',
|
@@ -25353,15 +25381,21 @@ const chainArray = [
|
|
25353
25381
|
{
|
25354
25382
|
name: 'Plasma Mainnet',
|
25355
25383
|
chain: 'Plasma',
|
25356
|
-
rpc: [],
|
25384
|
+
rpc: [ 'https://rpc.plasma.to' ],
|
25357
25385
|
faucets: [],
|
25358
25386
|
nativeCurrency: { name: 'Plasma', symbol: 'XPL', decimals: 18 },
|
25359
25387
|
infoURL: 'https://plasma.to',
|
25360
|
-
shortName: 'plasma
|
25388
|
+
shortName: 'plasma',
|
25361
25389
|
chainId: 9745,
|
25362
25390
|
networkId: 9745,
|
25363
25391
|
icon: 'plasma',
|
25364
|
-
explorers: [
|
25392
|
+
explorers: [
|
25393
|
+
{
|
25394
|
+
name: 'Routescan',
|
25395
|
+
url: 'https://plasmascan.to',
|
25396
|
+
standard: 'EIP3091'
|
25397
|
+
}
|
25398
|
+
]
|
25365
25399
|
},
|
25366
25400
|
{
|
25367
25401
|
name: 'Plasma Testnet',
|
@@ -25382,6 +25416,19 @@ const chainArray = [
|
|
25382
25416
|
}
|
25383
25417
|
]
|
25384
25418
|
},
|
25419
|
+
{
|
25420
|
+
name: 'Plasma Devnet',
|
25421
|
+
chain: 'Plasma',
|
25422
|
+
rpc: [ 'https://devnet-rpc.plasma.to' ],
|
25423
|
+
faucets: [],
|
25424
|
+
nativeCurrency: { name: 'Devnet Plasma', symbol: 'XPL', decimals: 18 },
|
25425
|
+
infoURL: 'https://plasma.to',
|
25426
|
+
shortName: 'plasma-devnet',
|
25427
|
+
chainId: 9747,
|
25428
|
+
networkId: 9747,
|
25429
|
+
icon: 'plasma',
|
25430
|
+
explorers: []
|
25431
|
+
},
|
25385
25432
|
{
|
25386
25433
|
name: 'MainnetZ Testnet',
|
25387
25434
|
chain: 'NetZ',
|