eth-chainlist 0.0.692 → 0.0.693
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 +62 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.693 (2025-10-03)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.692 ([90c2c70](https://github.com/poowf/eth-chainlist/commit/90c2c70b162b837b1f4d481f0906fa0a5dc6e04b))
|
9
|
+
* update chain data ([290656e](https://github.com/poowf/eth-chainlist/commit/290656ef016693617cd4eb794c574d8c0bbbdb78))
|
10
|
+
|
3
11
|
### 0.0.692 (2025-10-01)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -19536,6 +19536,18 @@ const chainArray = [
|
|
19536
19536
|
}
|
19537
19537
|
]
|
19538
19538
|
},
|
19539
|
+
{
|
19540
|
+
name: 'MegaETH Mainnet',
|
19541
|
+
chain: 'ETH',
|
19542
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
19543
|
+
rpc: [],
|
19544
|
+
faucets: [],
|
19545
|
+
explorers: [],
|
19546
|
+
infoURL: 'https://megaeth.com',
|
19547
|
+
shortName: 'megaeth',
|
19548
|
+
chainId: 4326,
|
19549
|
+
networkId: 4326
|
19550
|
+
},
|
19539
19551
|
{
|
19540
19552
|
name: 'Bobafuji Testnet',
|
19541
19553
|
chain: 'Bobafuji Testnet',
|
@@ -36873,6 +36885,56 @@ const chainArray = [
|
|
36873
36885
|
}
|
36874
36886
|
]
|
36875
36887
|
},
|
36888
|
+
{
|
36889
|
+
name: 'Doma Testnet',
|
36890
|
+
title: 'Doma Testnet',
|
36891
|
+
chain: 'ETH',
|
36892
|
+
rpc: [ 'https://rpc-testnet.doma.xyz' ],
|
36893
|
+
faucets: [],
|
36894
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
36895
|
+
infoURL: 'https://doma.xyz',
|
36896
|
+
shortName: 'doma-testnet',
|
36897
|
+
chainId: 97476,
|
36898
|
+
networkId: 97476,
|
36899
|
+
icon: 'doma',
|
36900
|
+
status: 'active',
|
36901
|
+
explorers: [
|
36902
|
+
{
|
36903
|
+
name: 'Doma Testnet Explorer',
|
36904
|
+
url: 'https://explorer-testnet.doma.xyz',
|
36905
|
+
standard: 'EIP3091',
|
36906
|
+
icon: 'doma'
|
36907
|
+
}
|
36908
|
+
],
|
36909
|
+
parent: {
|
36910
|
+
type: 'L2',
|
36911
|
+
chain: 'eip155-11155111',
|
36912
|
+
bridges: [ { url: 'https://bridge-testnet.doma.xyz' } ]
|
36913
|
+
}
|
36914
|
+
},
|
36915
|
+
{
|
36916
|
+
name: 'Doma',
|
36917
|
+
title: 'Doma',
|
36918
|
+
chain: 'ETH',
|
36919
|
+
rpc: [ 'https://rpc.doma.xyz' ],
|
36920
|
+
faucets: [],
|
36921
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
36922
|
+
infoURL: 'https://doma.xyz',
|
36923
|
+
shortName: 'doma',
|
36924
|
+
chainId: 97477,
|
36925
|
+
networkId: 97477,
|
36926
|
+
icon: 'doma',
|
36927
|
+
status: 'active',
|
36928
|
+
explorers: [
|
36929
|
+
{
|
36930
|
+
name: 'Doma Explorer',
|
36931
|
+
url: 'https://explorer.doma.xyz',
|
36932
|
+
standard: 'EIP3091',
|
36933
|
+
icon: 'doma'
|
36934
|
+
}
|
36935
|
+
],
|
36936
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
36937
|
+
},
|
36876
36938
|
{
|
36877
36939
|
name: 'Green Chain Testnet',
|
36878
36940
|
chain: 'Green Chain',
|