eth-chainlist 0.0.480 → 0.0.481
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 +68 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.481 (2024-09-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.480 ([376fabd](https://github.com/poowf/eth-chainlist/commit/376fabdeb3f51d29873968fc9db03fdf5f6e5a57))
|
9
|
+
* update chain data ([34f76c1](https://github.com/poowf/eth-chainlist/commit/34f76c15c31f33eafc58cbf71704b5737b27a557))
|
10
|
+
|
3
11
|
### 0.0.480 (2024-08-31)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -4447,7 +4447,11 @@ const chainArray = [
|
|
4447
4447
|
{
|
4448
4448
|
name: 'Swan Chain Mainnet',
|
4449
4449
|
chain: 'SWAN',
|
4450
|
-
rpc: [
|
4450
|
+
rpc: [
|
4451
|
+
'https://mainnet-rpc.swanchain.org',
|
4452
|
+
'https://mainnet-rpc-01.swanchain.org',
|
4453
|
+
'https://mainnet-rpc-02.swanchain.org'
|
4454
|
+
],
|
4451
4455
|
faucets: [],
|
4452
4456
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
4453
4457
|
infoURL: 'https://swanchain.io/',
|
@@ -11610,6 +11614,30 @@ const chainArray = [
|
|
11610
11614
|
}
|
11611
11615
|
]
|
11612
11616
|
},
|
11617
|
+
{
|
11618
|
+
name: 'HighOctane Subnet',
|
11619
|
+
chain: 'HighOctane Subnet',
|
11620
|
+
rpc: [
|
11621
|
+
'https://subnets.avax.network/highoctane/mainnet/rpc',
|
11622
|
+
'wss://subnets.avax.network/highoctane/mainnet/ws'
|
11623
|
+
],
|
11624
|
+
faucets: [],
|
11625
|
+
nativeCurrency: { name: 'HighOctane', symbol: 'HO', decimals: 18 },
|
11626
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11627
|
+
infoURL: 'https://subnets.avax.network/highoctane/details',
|
11628
|
+
shortName: 'HighOctane',
|
11629
|
+
chainId: 1853,
|
11630
|
+
networkId: 1853,
|
11631
|
+
icon: 'highOctane',
|
11632
|
+
explorers: [
|
11633
|
+
{
|
11634
|
+
name: 'HighOctane Subnet Explorer',
|
11635
|
+
url: 'https://subnets.avax.network/highoctane',
|
11636
|
+
icon: 'highOctane',
|
11637
|
+
standard: 'EIP3091'
|
11638
|
+
}
|
11639
|
+
]
|
11640
|
+
},
|
11613
11641
|
{
|
11614
11642
|
name: 'Teslafunds',
|
11615
11643
|
chain: 'TSF',
|
@@ -25320,6 +25348,26 @@ const chainArray = [
|
|
25320
25348
|
}
|
25321
25349
|
]
|
25322
25350
|
},
|
25351
|
+
{
|
25352
|
+
name: 'DIV Chain',
|
25353
|
+
chain: 'DIVC',
|
25354
|
+
rpc: [ 'https://rpc.divchain.org' ],
|
25355
|
+
faucets: [],
|
25356
|
+
features: [ { name: 'EIP155' } ],
|
25357
|
+
nativeCurrency: { name: 'DIVC', symbol: 'DIVC', decimals: 18 },
|
25358
|
+
infoURL: 'https://www.divchain.org',
|
25359
|
+
shortName: 'divc',
|
25360
|
+
chainId: 40000,
|
25361
|
+
networkId: 40000,
|
25362
|
+
icon: 'divc',
|
25363
|
+
explorers: [
|
25364
|
+
{
|
25365
|
+
name: 'DIV Chain explorer',
|
25366
|
+
url: 'https://scan.divchain.org',
|
25367
|
+
standard: 'EIP3091'
|
25368
|
+
}
|
25369
|
+
]
|
25370
|
+
},
|
25323
25371
|
{
|
25324
25372
|
name: 'Aleph Zero EVM',
|
25325
25373
|
chain: 'Aleph Zero EVM',
|
@@ -30235,6 +30283,25 @@ const chainArray = [
|
|
30235
30283
|
}
|
30236
30284
|
]
|
30237
30285
|
},
|
30286
|
+
{
|
30287
|
+
name: 'Zchains',
|
30288
|
+
chain: 'Zchains',
|
30289
|
+
rpc: [ 'https://rpc.zchains.com' ],
|
30290
|
+
faucets: [],
|
30291
|
+
nativeCurrency: { name: 'ZCD', symbol: 'ZCD', decimals: 18 },
|
30292
|
+
infoURL: 'https://www.zchains.com/',
|
30293
|
+
shortName: 'zchains',
|
30294
|
+
chainId: 168168,
|
30295
|
+
networkId: 168168,
|
30296
|
+
icon: 'zchain',
|
30297
|
+
explorers: [
|
30298
|
+
{
|
30299
|
+
name: 'zchains',
|
30300
|
+
url: 'https://scan.zchains.com',
|
30301
|
+
standard: 'EIP3091'
|
30302
|
+
}
|
30303
|
+
]
|
30304
|
+
},
|
30238
30305
|
{
|
30239
30306
|
name: 'Fair Testnet',
|
30240
30307
|
chain: 'FAIR',
|