eth-chainlist 0.0.490 → 0.0.492
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 +113 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.492 (2024-09-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.491 ([54cb191](https://github.com/poowf/eth-chainlist/commit/54cb191b1631676f4370b98afdd15cf17201c2ea))
|
|
9
|
+
* update chain data ([93d70f7](https://github.com/poowf/eth-chainlist/commit/93d70f7dc51643cb4cf1b751875e047639033e9a))
|
|
10
|
+
|
|
11
|
+
### 0.0.491 (2024-09-12)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.490 ([15e2344](https://github.com/poowf/eth-chainlist/commit/15e234448e60574e8d65626cecb75793135bffa4))
|
|
17
|
+
* update chain data ([d8f3ffe](https://github.com/poowf/eth-chainlist/commit/d8f3ffea295bc0bbb9ec28e185e437a7d70f7774))
|
|
18
|
+
|
|
3
19
|
### 0.0.490 (2024-09-11)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -3526,6 +3526,24 @@ const chainArray = [
|
|
|
3526
3526
|
icon: 'waterfall-main',
|
|
3527
3527
|
explorers: []
|
|
3528
3528
|
},
|
|
3529
|
+
{
|
|
3530
|
+
name: 'Ethernity Mainnet',
|
|
3531
|
+
chain: 'Ethernity',
|
|
3532
|
+
rpc: [ 'https://mainnet.ethernitychain.io' ],
|
|
3533
|
+
faucets: [],
|
|
3534
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
3535
|
+
infoURL: 'https://www.ethernity.io',
|
|
3536
|
+
shortName: 'ethernity-mainnet',
|
|
3537
|
+
chainId: 183,
|
|
3538
|
+
networkId: 183,
|
|
3539
|
+
explorers: [
|
|
3540
|
+
{
|
|
3541
|
+
name: 'Ethernity Mainnet Explorer',
|
|
3542
|
+
url: 'https://ernscan.io',
|
|
3543
|
+
standard: 'EIP3091'
|
|
3544
|
+
}
|
|
3545
|
+
]
|
|
3546
|
+
},
|
|
3529
3547
|
{
|
|
3530
3548
|
name: 'Dojima Testnet',
|
|
3531
3549
|
chain: 'Dojima',
|
|
@@ -10711,20 +10729,20 @@ const chainArray = [
|
|
|
10711
10729
|
status: 'deprecated'
|
|
10712
10730
|
},
|
|
10713
10731
|
{
|
|
10714
|
-
name: 'Silicon zkEVM Sepolia Testnet',
|
|
10715
|
-
title: 'Silicon zkEVM Sepolia Testnet',
|
|
10732
|
+
name: 'Silicon zkEVM Sepolia Testnet(Deprecated)',
|
|
10733
|
+
title: 'Silicon zkEVM Sepolia Testnet(Deprecated)',
|
|
10716
10734
|
chain: 'Silicon',
|
|
10717
10735
|
rpc: [],
|
|
10718
10736
|
faucets: [],
|
|
10719
10737
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
10720
10738
|
infoURL: '',
|
|
10721
|
-
shortName: 'silicon-sepolia-testnet',
|
|
10739
|
+
shortName: 'silicon-sepolia-testnet-deprecated',
|
|
10722
10740
|
chainId: 1414,
|
|
10723
10741
|
networkId: 1414,
|
|
10724
10742
|
icon: 'silicon',
|
|
10725
10743
|
explorers: [],
|
|
10726
10744
|
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
10727
|
-
status: '
|
|
10745
|
+
status: 'deprecated'
|
|
10728
10746
|
},
|
|
10729
10747
|
{
|
|
10730
10748
|
name: 'Polygon zkEVM Testnet Pre Audit-Upgraded',
|
|
@@ -13876,17 +13894,33 @@ const chainArray = [
|
|
|
13876
13894
|
name: 'Silicon zkEVM',
|
|
13877
13895
|
title: 'Silicon zkEVM Mainnet',
|
|
13878
13896
|
chain: 'Silicon',
|
|
13879
|
-
rpc: [
|
|
13897
|
+
rpc: [
|
|
13898
|
+
'https://rpc.silicon.network',
|
|
13899
|
+
'https://silicon-mainnet.nodeinfra.com'
|
|
13900
|
+
],
|
|
13880
13901
|
faucets: [],
|
|
13881
13902
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13882
|
-
infoURL: '',
|
|
13903
|
+
infoURL: 'https://docs.silicon.network',
|
|
13883
13904
|
shortName: 'silicon-zk',
|
|
13884
13905
|
chainId: 2355,
|
|
13885
13906
|
networkId: 2355,
|
|
13886
13907
|
icon: 'silicon',
|
|
13887
|
-
explorers: [
|
|
13888
|
-
|
|
13889
|
-
|
|
13908
|
+
explorers: [
|
|
13909
|
+
{
|
|
13910
|
+
name: 'siliconscope',
|
|
13911
|
+
url: 'https://scope.silicon.network',
|
|
13912
|
+
standard: 'EIP3091'
|
|
13913
|
+
}
|
|
13914
|
+
],
|
|
13915
|
+
parent: {
|
|
13916
|
+
type: 'L2',
|
|
13917
|
+
chain: 'eip155-1',
|
|
13918
|
+
bridges: [
|
|
13919
|
+
{ url: 'https://bridge.silicon.network' },
|
|
13920
|
+
{ url: 'https://bridge.orbitchain.io' }
|
|
13921
|
+
]
|
|
13922
|
+
},
|
|
13923
|
+
status: 'active'
|
|
13890
13924
|
},
|
|
13891
13925
|
{
|
|
13892
13926
|
name: '(deprecated) Kroma Sepolia',
|
|
@@ -19310,6 +19344,28 @@ const chainArray = [
|
|
|
19310
19344
|
}
|
|
19311
19345
|
]
|
|
19312
19346
|
},
|
|
19347
|
+
{
|
|
19348
|
+
name: 'iSunCoin Mainnet',
|
|
19349
|
+
chain: 'iSunCoin',
|
|
19350
|
+
icon: 'isuncoin',
|
|
19351
|
+
rpc: [ 'https://mainnet.isuncoin.com' ],
|
|
19352
|
+
faucets: [],
|
|
19353
|
+
nativeCurrency: { name: 'ISC', symbol: 'ISC', decimals: 18 },
|
|
19354
|
+
infoURL: 'https://isuncoin.com',
|
|
19355
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
19356
|
+
shortName: 'isc',
|
|
19357
|
+
chainId: 8017,
|
|
19358
|
+
networkId: 8017,
|
|
19359
|
+
slip44: 8017,
|
|
19360
|
+
explorers: [
|
|
19361
|
+
{
|
|
19362
|
+
name: 'iSunCoin Explorer',
|
|
19363
|
+
icon: 'isuncoin',
|
|
19364
|
+
url: 'https://baifa.io/app/chains/8017',
|
|
19365
|
+
standard: 'none'
|
|
19366
|
+
}
|
|
19367
|
+
]
|
|
19368
|
+
},
|
|
19313
19369
|
{
|
|
19314
19370
|
name: 'MDGL Testnet',
|
|
19315
19371
|
chain: 'MDGL',
|
|
@@ -27697,6 +27753,25 @@ const chainArray = [
|
|
|
27697
27753
|
icon: 'automata',
|
|
27698
27754
|
explorers: []
|
|
27699
27755
|
},
|
|
27756
|
+
{
|
|
27757
|
+
name: 'Creator Chain Testnet',
|
|
27758
|
+
chain: 'creatorchain',
|
|
27759
|
+
icon: 'creatorchain',
|
|
27760
|
+
rpc: [ 'https://rpc.creatorchain.io' ],
|
|
27761
|
+
faucets: [],
|
|
27762
|
+
nativeCurrency: { name: 'CreatorETH', symbol: 'CETH', decimals: 18 },
|
|
27763
|
+
infoURL: 'https://docs.creatorchain.io/',
|
|
27764
|
+
shortName: 'ceth',
|
|
27765
|
+
chainId: 66665,
|
|
27766
|
+
networkId: 66665,
|
|
27767
|
+
explorers: [
|
|
27768
|
+
{
|
|
27769
|
+
name: 'creatorchainscan',
|
|
27770
|
+
url: 'https://explorer.creatorchain.io',
|
|
27771
|
+
standard: 'EIP3091'
|
|
27772
|
+
}
|
|
27773
|
+
]
|
|
27774
|
+
},
|
|
27700
27775
|
{
|
|
27701
27776
|
name: 'Janus Testnet',
|
|
27702
27777
|
chain: 'JanusNetwork',
|
|
@@ -37195,6 +37270,35 @@ const chainArray = [
|
|
|
37195
37270
|
networkId: 1666900001,
|
|
37196
37271
|
explorers: []
|
|
37197
37272
|
},
|
|
37273
|
+
{
|
|
37274
|
+
name: 'Silicon zkEVM Sepolia Testnet',
|
|
37275
|
+
title: 'Silicon zkEVM Sepolia Testnet',
|
|
37276
|
+
chain: 'Silicon',
|
|
37277
|
+
rpc: [
|
|
37278
|
+
'https://rpc-sepolia.silicon.network',
|
|
37279
|
+
'https://silicon-testnet.nodeinfra.com'
|
|
37280
|
+
],
|
|
37281
|
+
faucets: [],
|
|
37282
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
37283
|
+
infoURL: 'https://docs.silicon.network',
|
|
37284
|
+
shortName: 'silicon-sepolia-testnet',
|
|
37285
|
+
chainId: 1722641160,
|
|
37286
|
+
networkId: 1722641160,
|
|
37287
|
+
icon: 'silicon',
|
|
37288
|
+
explorers: [
|
|
37289
|
+
{
|
|
37290
|
+
name: 'siliconscope-sepolia',
|
|
37291
|
+
url: 'https://scope-sepolia.silicon.network',
|
|
37292
|
+
standard: 'EIP3091'
|
|
37293
|
+
}
|
|
37294
|
+
],
|
|
37295
|
+
parent: {
|
|
37296
|
+
type: 'L2',
|
|
37297
|
+
chain: 'eip155-11155111',
|
|
37298
|
+
bridges: [ { url: 'https://bridge-sepolia.silicon.network' } ]
|
|
37299
|
+
},
|
|
37300
|
+
status: 'active'
|
|
37301
|
+
},
|
|
37198
37302
|
{
|
|
37199
37303
|
name: 'Kakarot Sepolia',
|
|
37200
37304
|
chain: 'ETH',
|