eth-chainlist 0.0.375 → 0.0.376
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 +90 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.376 (2024-04-12)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.375 ([390c2e8](https://github.com/poowf/eth-chainlist/commit/390c2e89478e580e14f4da0c290d0c9d8579c9fc))
|
9
|
+
* update chain data ([cb02e66](https://github.com/poowf/eth-chainlist/commit/cb02e66ddd9b8812821d69042f3eecdbf5f5dfc2))
|
10
|
+
|
3
11
|
### 0.0.375 (2024-04-11)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -15904,6 +15904,25 @@ const chainArray = [
|
|
15904
15904
|
}
|
15905
15905
|
]
|
15906
15906
|
},
|
15907
|
+
{
|
15908
|
+
name: 'Dot Blox',
|
15909
|
+
chain: 'DTBX',
|
15910
|
+
icon: 'dotblox',
|
15911
|
+
rpc: [ 'https://rpc.dotblox.io' ],
|
15912
|
+
faucets: [],
|
15913
|
+
nativeCurrency: { name: 'Dot Blox', symbol: 'DTBX', decimals: 18 },
|
15914
|
+
infoURL: 'https://explorer.dotblox.io',
|
15915
|
+
shortName: 'DTBX',
|
15916
|
+
chainId: 7923,
|
15917
|
+
networkId: 7923,
|
15918
|
+
explorers: [
|
15919
|
+
{
|
15920
|
+
name: 'blockscout',
|
15921
|
+
url: 'https://explorer.dotblox.io',
|
15922
|
+
standard: 'none'
|
15923
|
+
}
|
15924
|
+
]
|
15925
|
+
},
|
15907
15926
|
{
|
15908
15927
|
name: 'DOS Chain',
|
15909
15928
|
chain: 'DOS',
|
@@ -19830,6 +19849,32 @@ const chainArray = [
|
|
19830
19849
|
}
|
19831
19850
|
]
|
19832
19851
|
},
|
19852
|
+
{
|
19853
|
+
name: 'Vizing Mainnet',
|
19854
|
+
title: 'Vizing Mainnet',
|
19855
|
+
chain: 'Vizing Mainnet',
|
19856
|
+
rpc: [ 'https://rpc.vizing.com' ],
|
19857
|
+
faucets: [],
|
19858
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
19859
|
+
infoURL: 'https://vizing.com',
|
19860
|
+
shortName: 'Vizing',
|
19861
|
+
chainId: 28518,
|
19862
|
+
networkId: 28518,
|
19863
|
+
icon: 'vizing',
|
19864
|
+
explorers: [
|
19865
|
+
{
|
19866
|
+
name: 'blockscout',
|
19867
|
+
url: 'https://explorer.vizing.com',
|
19868
|
+
icon: 'vizing',
|
19869
|
+
standard: 'EIP3091'
|
19870
|
+
}
|
19871
|
+
],
|
19872
|
+
parent: {
|
19873
|
+
type: 'L2',
|
19874
|
+
chain: 'eip155-1',
|
19875
|
+
bridges: [ { url: 'https://bridge.vizing.com' } ]
|
19876
|
+
}
|
19877
|
+
},
|
19833
19878
|
{
|
19834
19879
|
name: 'Optimism Bedrock (Goerli Alpha Testnet)',
|
19835
19880
|
chain: 'ETH',
|
@@ -25753,6 +25798,25 @@ const chainArray = [
|
|
25753
25798
|
}
|
25754
25799
|
]
|
25755
25800
|
},
|
25801
|
+
{
|
25802
|
+
name: 'Eclipse Testnet',
|
25803
|
+
chain: 'ECLIPSE',
|
25804
|
+
rpc: [ 'https://subnets.avax.network/eclipsecha/testnet/rpc' ],
|
25805
|
+
features: [ { name: 'EIP1559' } ],
|
25806
|
+
faucets: [],
|
25807
|
+
nativeCurrency: { name: 'Eclipse', symbol: 'ECLP', decimals: 18 },
|
25808
|
+
infoURL: 'http://eclipsenet.io',
|
25809
|
+
shortName: 'eclipset',
|
25810
|
+
chainId: 555666,
|
25811
|
+
networkId: 555666,
|
25812
|
+
explorers: [
|
25813
|
+
{
|
25814
|
+
name: 'ECLIPSE Explorer',
|
25815
|
+
url: 'https://subnets-test.avax.network/eclipsecha',
|
25816
|
+
standard: 'EIP3091'
|
25817
|
+
}
|
25818
|
+
]
|
25819
|
+
},
|
25756
25820
|
{
|
25757
25821
|
name: 'Hypra Mainnet',
|
25758
25822
|
chain: 'HYP',
|
@@ -26092,6 +26156,32 @@ const chainArray = [
|
|
26092
26156
|
bridges: [ { url: 'https://portal.zklink.io' } ]
|
26093
26157
|
}
|
26094
26158
|
},
|
26159
|
+
{
|
26160
|
+
name: 'zkLink Nova Sepolia Testnet',
|
26161
|
+
chain: 'ETH',
|
26162
|
+
rpc: [ 'https://sepolia.rpc.zklink.io', 'wss://sepolia.rpc.zklink.io' ],
|
26163
|
+
faucets: [],
|
26164
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
26165
|
+
infoURL: 'https://zklink.io',
|
26166
|
+
shortName: 'zklink-nova-sepolia',
|
26167
|
+
chainId: 810181,
|
26168
|
+
networkId: 810181,
|
26169
|
+
slip44: 1,
|
26170
|
+
icon: 'zklink-nova',
|
26171
|
+
explorers: [
|
26172
|
+
{
|
26173
|
+
name: 'zkLink Nova Block Explorer',
|
26174
|
+
url: 'https://sepolia.explorer.zklink.io',
|
26175
|
+
icon: 'zklink-nova',
|
26176
|
+
standard: 'EIP3091'
|
26177
|
+
}
|
26178
|
+
],
|
26179
|
+
parent: {
|
26180
|
+
type: 'L2',
|
26181
|
+
chain: 'eip155-59141',
|
26182
|
+
bridges: [ { url: 'https://sepolia.portal.zklink.io' } ]
|
26183
|
+
}
|
26184
|
+
},
|
26095
26185
|
{
|
26096
26186
|
name: 'zkLink Nova Goerli Testnet',
|
26097
26187
|
chain: 'ETH',
|