eth-chainlist 0.0.567 → 0.0.568
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +42 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.568 (2024-12-19)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.567 ([e52ac1b](https://github.com/poowf/eth-chainlist/commit/e52ac1b5c21cdfffb8ae8ab89bf421a058ccb833))
|
9
|
+
* update chain data ([7fcef72](https://github.com/poowf/eth-chainlist/commit/7fcef727bec3674ff767f556f0b44d7e2ce2f8f4))
|
10
|
+
|
3
11
|
### 0.0.567 (2024-12-18)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -28585,8 +28585,8 @@ const chainArray = [
|
|
28585
28585
|
'https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}',
|
28586
28586
|
'https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}',
|
28587
28587
|
'https://arb1.arbitrum.io/rpc',
|
28588
|
-
'https://arbitrum-one.publicnode.com',
|
28589
|
-
'wss://arbitrum-one.publicnode.com'
|
28588
|
+
'https://arbitrum-one-rpc.publicnode.com',
|
28589
|
+
'wss://arbitrum-one-rpc.publicnode.com'
|
28590
28590
|
],
|
28591
28591
|
faucets: [],
|
28592
28592
|
explorers: [
|
@@ -28623,8 +28623,8 @@ const chainArray = [
|
|
28623
28623
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
28624
28624
|
rpc: [
|
28625
28625
|
'https://nova.arbitrum.io/rpc',
|
28626
|
-
'https://arbitrum-nova.publicnode.com',
|
28627
|
-
'wss://arbitrum-nova.publicnode.com'
|
28626
|
+
'https://arbitrum-nova-rpc.publicnode.com',
|
28627
|
+
'wss://arbitrum-nova-rpc.publicnode.com'
|
28628
28628
|
],
|
28629
28629
|
faucets: [],
|
28630
28630
|
explorers: [
|
@@ -28633,12 +28633,6 @@ const chainArray = [
|
|
28633
28633
|
url: 'https://nova-explorer.arbitrum.io',
|
28634
28634
|
icon: 'blockscout',
|
28635
28635
|
standard: 'EIP3091'
|
28636
|
-
},
|
28637
|
-
{
|
28638
|
-
name: 'dexguru',
|
28639
|
-
url: 'https://nova.dex.guru',
|
28640
|
-
icon: 'dexguru',
|
28641
|
-
standard: 'EIP3091'
|
28642
28636
|
}
|
28643
28637
|
],
|
28644
28638
|
infoURL: 'https://arbitrum.io',
|
@@ -30117,16 +30111,27 @@ const chainArray = [
|
|
30117
30111
|
{
|
30118
30112
|
name: 'Ink',
|
30119
30113
|
chain: 'ETH',
|
30120
|
-
rpc: [
|
30121
|
-
|
30114
|
+
rpc: [
|
30115
|
+
'https://rpc-gel.inkonchain.com',
|
30116
|
+
'https://rpc-qnd.inkonchain.com',
|
30117
|
+
'wss://rpc-gel.inkonchain.com',
|
30118
|
+
'wss://rpc-qnd.inkonchain.com'
|
30119
|
+
],
|
30120
|
+
faucets: [ 'https://inkonchain.com/faucet' ],
|
30122
30121
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
30123
30122
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
30124
30123
|
infoURL: 'https://inkonchain.com',
|
30125
30124
|
shortName: 'ink',
|
30126
30125
|
chainId: 57073,
|
30127
30126
|
networkId: 57073,
|
30128
|
-
explorers: [
|
30129
|
-
|
30127
|
+
explorers: [
|
30128
|
+
{
|
30129
|
+
name: 'Ink Explorer',
|
30130
|
+
url: 'https://explorer.inkonchain.com',
|
30131
|
+
standard: 'EIP3091'
|
30132
|
+
}
|
30133
|
+
],
|
30134
|
+
status: 'active'
|
30130
30135
|
},
|
30131
30136
|
{
|
30132
30137
|
name: 'COINSEC Network',
|
@@ -36364,7 +36369,9 @@ const chainArray = [
|
|
36364
36369
|
chain: 'ETH',
|
36365
36370
|
rpc: [
|
36366
36371
|
'https://sepolia-rollup.arbitrum.io/rpc',
|
36367
|
-
'https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}'
|
36372
|
+
'https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}',
|
36373
|
+
'https://arbitrum-sepolia-rpc.publicnode.com',
|
36374
|
+
'wss://arbitrum-sepolia-rpc.publicnode.com'
|
36368
36375
|
],
|
36369
36376
|
faucets: [],
|
36370
36377
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
@@ -37288,6 +37295,26 @@ const chainArray = [
|
|
37288
37295
|
}
|
37289
37296
|
]
|
37290
37297
|
},
|
37298
|
+
{
|
37299
|
+
name: 'Zether Mainnet',
|
37300
|
+
chain: 'Zether',
|
37301
|
+
rpc: [ 'https://rpc.zether.org', 'https://rpc.zthscan.com' ],
|
37302
|
+
faucets: [],
|
37303
|
+
nativeCurrency: { name: 'Zether', symbol: 'ZTH', decimals: 18 },
|
37304
|
+
infoURL: 'https://zether.org',
|
37305
|
+
shortName: 'zth',
|
37306
|
+
chainId: 715131,
|
37307
|
+
networkId: 715131,
|
37308
|
+
icon: 'zether',
|
37309
|
+
explorers: [
|
37310
|
+
{
|
37311
|
+
name: 'zthscan',
|
37312
|
+
url: 'https://zthscan.com',
|
37313
|
+
icon: 'zether',
|
37314
|
+
standard: 'none'
|
37315
|
+
}
|
37316
|
+
]
|
37317
|
+
},
|
37291
37318
|
{
|
37292
37319
|
name: 'ERAM Mainnet',
|
37293
37320
|
chain: 'ERAM',
|