eth-chainlist 0.0.738 → 0.0.739
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 +52 -26
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.739 (2026-03-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.738 ([66c8cab](https://github.com/poowf/eth-chainlist/commit/66c8cab7752e4a7c425725925af561e5a3ab2ac1))
|
|
9
|
+
* update chain data ([c5db914](https://github.com/poowf/eth-chainlist/commit/c5db91406ea39414b74ce16e591eb54c81d0c3b2))
|
|
10
|
+
|
|
3
11
|
### 0.0.738 (2026-03-21)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -2886,18 +2886,13 @@ const chainArray = [
|
|
|
2886
2886
|
chain: 'Polygon',
|
|
2887
2887
|
icon: 'polygon',
|
|
2888
2888
|
rpc: [
|
|
2889
|
-
'https://polygon
|
|
2890
|
-
'
|
|
2891
|
-
'https://matic-mainnet.chainstacklabs.com',
|
|
2892
|
-
'https://rpc-mainnet.maticvigil.com',
|
|
2889
|
+
'https://polygon.drpc.org',
|
|
2890
|
+
'wss://polygon.drpc.org',
|
|
2893
2891
|
'https://rpc-mainnet.matic.quiknode.pro',
|
|
2894
|
-
'https://matic-mainnet-full-rpc.bwarelabs.com',
|
|
2895
2892
|
'https://polygon-bor-rpc.publicnode.com',
|
|
2896
2893
|
'wss://polygon-bor-rpc.publicnode.com',
|
|
2897
2894
|
'https://polygon.gateway.tenderly.co',
|
|
2898
|
-
'wss://polygon.gateway.tenderly.co'
|
|
2899
|
-
'https://polygon.drpc.org',
|
|
2900
|
-
'wss://polygon.drpc.org'
|
|
2895
|
+
'wss://polygon.gateway.tenderly.co'
|
|
2901
2896
|
],
|
|
2902
2897
|
faucets: [],
|
|
2903
2898
|
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
@@ -2913,9 +2908,8 @@ const chainArray = [
|
|
|
2913
2908
|
standard: 'EIP3091'
|
|
2914
2909
|
},
|
|
2915
2910
|
{
|
|
2916
|
-
name: '
|
|
2917
|
-
url: 'https://
|
|
2918
|
-
icon: 'dexguru',
|
|
2911
|
+
name: 'oklink',
|
|
2912
|
+
url: 'https://www.oklink.com/polygon',
|
|
2919
2913
|
standard: 'EIP3091'
|
|
2920
2914
|
}
|
|
2921
2915
|
]
|
|
@@ -19517,20 +19511,22 @@ const chainArray = [
|
|
|
19517
19511
|
{
|
|
19518
19512
|
name: 'DOS Testnet',
|
|
19519
19513
|
chain: 'DOS',
|
|
19520
|
-
rpc: [ 'https://test.doschain.com
|
|
19514
|
+
rpc: [ 'https://test.doschain.com' ],
|
|
19515
|
+
features: [ { name: 'EIP1559' } ],
|
|
19521
19516
|
faucets: [],
|
|
19522
19517
|
nativeCurrency: { name: 'DOS', symbol: 'DOS', decimals: 18 },
|
|
19523
|
-
infoURL: '
|
|
19524
|
-
shortName: '
|
|
19518
|
+
infoURL: 'https://doschain.com',
|
|
19519
|
+
shortName: 'dos-test',
|
|
19525
19520
|
chainId: 3939,
|
|
19526
19521
|
networkId: 3939,
|
|
19527
19522
|
slip44: 1,
|
|
19528
19523
|
icon: 'doschain',
|
|
19524
|
+
status: 'active',
|
|
19529
19525
|
explorers: [
|
|
19530
19526
|
{
|
|
19531
19527
|
name: 'DOScan-Test',
|
|
19532
19528
|
url: 'https://test.doscan.io',
|
|
19533
|
-
icon: '
|
|
19529
|
+
icon: 'doscan',
|
|
19534
19530
|
standard: 'EIP3091'
|
|
19535
19531
|
}
|
|
19536
19532
|
]
|
|
@@ -24443,18 +24439,20 @@ const chainArray = [
|
|
|
24443
24439
|
name: 'DOS Chain',
|
|
24444
24440
|
chain: 'DOS',
|
|
24445
24441
|
rpc: [ 'https://main.doschain.com' ],
|
|
24442
|
+
features: [ { name: 'EIP1559' } ],
|
|
24446
24443
|
faucets: [],
|
|
24447
24444
|
nativeCurrency: { name: 'DOS', symbol: 'DOS', decimals: 18 },
|
|
24448
|
-
infoURL: 'https://doschain.
|
|
24445
|
+
infoURL: 'https://doschain.com',
|
|
24449
24446
|
shortName: 'dos',
|
|
24450
24447
|
chainId: 7979,
|
|
24451
24448
|
networkId: 7979,
|
|
24452
24449
|
icon: 'doschain',
|
|
24450
|
+
status: 'active',
|
|
24453
24451
|
explorers: [
|
|
24454
24452
|
{
|
|
24455
24453
|
name: 'DOScan',
|
|
24456
24454
|
url: 'https://doscan.io',
|
|
24457
|
-
icon: '
|
|
24455
|
+
icon: 'doscan',
|
|
24458
24456
|
standard: 'EIP3091'
|
|
24459
24457
|
}
|
|
24460
24458
|
]
|
|
@@ -26163,7 +26161,14 @@ const chainArray = [
|
|
|
26163
26161
|
chainId: 9069,
|
|
26164
26162
|
networkId: 9069,
|
|
26165
26163
|
icon: 'apexfusion',
|
|
26166
|
-
explorers: [
|
|
26164
|
+
explorers: [
|
|
26165
|
+
{
|
|
26166
|
+
name: 'apexfusion',
|
|
26167
|
+
url: 'https://explorer.nexus.mainnet.apexfusion.org',
|
|
26168
|
+
icon: 'apexfusion',
|
|
26169
|
+
standard: 'EIP3091'
|
|
26170
|
+
}
|
|
26171
|
+
]
|
|
26167
26172
|
},
|
|
26168
26173
|
{
|
|
26169
26174
|
name: 'Apex Fusion - Nexus testnet',
|
|
@@ -37354,7 +37359,8 @@ const chainArray = [
|
|
|
37354
37359
|
rpc: [
|
|
37355
37360
|
'https://rpc-amoy.polygon.technology',
|
|
37356
37361
|
'https://polygon-amoy-bor-rpc.publicnode.com',
|
|
37357
|
-
'wss://polygon-amoy-bor-rpc.publicnode.com'
|
|
37362
|
+
'wss://polygon-amoy-bor-rpc.publicnode.com',
|
|
37363
|
+
'https://polygon-amoy.drpc.org'
|
|
37358
37364
|
],
|
|
37359
37365
|
faucets: [ 'https://faucet.polygon.technology/' ],
|
|
37360
37366
|
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
@@ -37368,11 +37374,6 @@ const chainArray = [
|
|
|
37368
37374
|
name: 'polygonscan-amoy',
|
|
37369
37375
|
url: 'https://amoy.polygonscan.com',
|
|
37370
37376
|
standard: 'EIP3091'
|
|
37371
|
-
},
|
|
37372
|
-
{
|
|
37373
|
-
name: 'polygonamoy',
|
|
37374
|
-
url: 'https://www.oklink.com/amoy',
|
|
37375
|
-
standard: 'EIP3091'
|
|
37376
37377
|
}
|
|
37377
37378
|
]
|
|
37378
37379
|
},
|
|
@@ -44381,14 +44382,14 @@ const chainArray = [
|
|
|
44381
44382
|
{
|
|
44382
44383
|
name: 'Gensyn Mainnet',
|
|
44383
44384
|
chain: 'Gensyn',
|
|
44384
|
-
rpc: [],
|
|
44385
|
+
rpc: [ 'https://gensyn-mainnet.g.alchemy.com/public' ],
|
|
44385
44386
|
faucets: [],
|
|
44386
44387
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
44387
44388
|
infoURL: 'https://www.gensyn.ai/',
|
|
44388
44389
|
shortName: 'gensyn-mainnet',
|
|
44389
44390
|
chainId: 685689,
|
|
44390
44391
|
networkId: 685689,
|
|
44391
|
-
status: '
|
|
44392
|
+
status: 'active'
|
|
44392
44393
|
},
|
|
44393
44394
|
{
|
|
44394
44395
|
name: 'Won Network',
|
|
@@ -47855,6 +47856,31 @@ const chainArray = [
|
|
|
47855
47856
|
networkId: 12052024,
|
|
47856
47857
|
explorers: []
|
|
47857
47858
|
},
|
|
47859
|
+
{
|
|
47860
|
+
name: 'ONFA Chain Mainnet',
|
|
47861
|
+
title: 'ONFA Chain Mainnet',
|
|
47862
|
+
chain: 'onfa',
|
|
47863
|
+
rpc: [
|
|
47864
|
+
'https://rpc.onfachain.com',
|
|
47865
|
+
'https://rpc.onfachain.net',
|
|
47866
|
+
'wss://ws.onfachain.com',
|
|
47867
|
+
'wss://ws.onfachain.net'
|
|
47868
|
+
],
|
|
47869
|
+
faucets: [],
|
|
47870
|
+
nativeCurrency: { name: 'ONFA Coin', symbol: 'OFC', decimals: 18 },
|
|
47871
|
+
infoURL: 'https://onfachain.com',
|
|
47872
|
+
shortName: 'onfachain',
|
|
47873
|
+
chainId: 12082025,
|
|
47874
|
+
networkId: 12082025,
|
|
47875
|
+
explorers: [
|
|
47876
|
+
{
|
|
47877
|
+
name: 'ONFA Scan',
|
|
47878
|
+
url: 'https://onfascan.io',
|
|
47879
|
+
icon: 'onfachain',
|
|
47880
|
+
standard: 'EIP3091'
|
|
47881
|
+
}
|
|
47882
|
+
]
|
|
47883
|
+
},
|
|
47858
47884
|
{
|
|
47859
47885
|
name: 'NeoX Testnet T3',
|
|
47860
47886
|
chain: 'NeoX',
|