eth-chainlist 0.0.650 → 0.0.652
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 +72 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.652 (2025-04-27)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.651 ([14b2f91](https://github.com/poowf/eth-chainlist/commit/14b2f91c950ffa5a58a7d704090a14fab8246ee7))
|
9
|
+
* update chain data ([643a995](https://github.com/poowf/eth-chainlist/commit/643a995b8f77f326087346ee0028f1c19d741f0a))
|
10
|
+
|
11
|
+
### 0.0.651 (2025-04-21)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.650 ([755d1d1](https://github.com/poowf/eth-chainlist/commit/755d1d15366c78db6ffda4d164a5400b967bec3e))
|
17
|
+
* update chain data ([f13a448](https://github.com/poowf/eth-chainlist/commit/f13a44868302cab87fc103b8c6117fa74961ac06))
|
18
|
+
|
3
19
|
### 0.0.650 (2025-04-20)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -10345,29 +10345,29 @@ const chainArray = [
|
|
10345
10345
|
]
|
10346
10346
|
},
|
10347
10347
|
{
|
10348
|
-
name: '
|
10349
|
-
|
10350
|
-
|
10351
|
-
|
10352
|
-
|
10353
|
-
|
10354
|
-
'https://evm-toolkit.evm.testnet.shimmer.network',
|
10355
|
-
'https://evm-faucet.testnet.shimmer.network'
|
10348
|
+
name: 'OpenGPU Mainnet',
|
10349
|
+
chain: 'OGPU',
|
10350
|
+
icon: 'ogpu',
|
10351
|
+
rpc: [
|
10352
|
+
'https://mainnet-rpc.ogpuscan.io',
|
10353
|
+
'wss://mainnet-rpc.ogpuscan.io'
|
10356
10354
|
],
|
10357
|
-
|
10358
|
-
|
10359
|
-
|
10355
|
+
faucets: [],
|
10356
|
+
nativeCurrency: { name: 'OGPU', symbol: 'OGPU', decimals: 18 },
|
10357
|
+
features: [ { name: 'EIP155' } ],
|
10358
|
+
infoURL: 'https://opengpu.network',
|
10359
|
+
shortName: 'ogpu',
|
10360
10360
|
chainId: 1071,
|
10361
10361
|
networkId: 1071,
|
10362
|
-
|
10362
|
+
redFlags: [ 'reusedChainId' ],
|
10363
10363
|
explorers: [
|
10364
10364
|
{
|
10365
|
-
name: '
|
10366
|
-
url: 'https://
|
10365
|
+
name: 'OpenGPU Explorer',
|
10366
|
+
url: 'https://ogpuscan.io',
|
10367
|
+
icon: 'ogpu',
|
10367
10368
|
standard: 'EIP3091'
|
10368
10369
|
}
|
10369
|
-
]
|
10370
|
-
status: 'deprecated'
|
10370
|
+
]
|
10371
10371
|
},
|
10372
10372
|
{
|
10373
10373
|
name: 'ShimmerEVM Testnet Deprecated 1072',
|
@@ -37419,6 +37419,27 @@ const chainArray = [
|
|
37419
37419
|
}
|
37420
37420
|
]
|
37421
37421
|
},
|
37422
|
+
{
|
37423
|
+
name: 'Tatara Testnet',
|
37424
|
+
chain: 'Tatara',
|
37425
|
+
rpc: [ 'https://rpc.tatara.katanarpc.com/' ],
|
37426
|
+
faucets: [],
|
37427
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
37428
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
37429
|
+
infoURL: '',
|
37430
|
+
shortName: 'Tatara',
|
37431
|
+
chainId: 129399,
|
37432
|
+
networkId: 129399,
|
37433
|
+
icon: 'ethereum',
|
37434
|
+
explorers: [
|
37435
|
+
{
|
37436
|
+
name: 'Tatara explorer',
|
37437
|
+
url: 'https://explorer.tatara.katana.network',
|
37438
|
+
icon: 'blockscout',
|
37439
|
+
standard: 'EIP3091'
|
37440
|
+
}
|
37441
|
+
]
|
37442
|
+
},
|
37422
37443
|
{
|
37423
37444
|
name: 'Odyssey Chain (Testnet)',
|
37424
37445
|
chain: 'DIONE',
|
@@ -38002,6 +38023,26 @@ const chainArray = [
|
|
38002
38023
|
}
|
38003
38024
|
]
|
38004
38025
|
},
|
38026
|
+
{
|
38027
|
+
name: 'Altblockscan Mainnet',
|
38028
|
+
chain: 'ALTB',
|
38029
|
+
rpc: [ 'https://rpc.altblockscan.com' ],
|
38030
|
+
faucets: [],
|
38031
|
+
nativeCurrency: { name: 'Altblockscan', symbol: 'ALTB', decimals: 18 },
|
38032
|
+
infoURL: 'https://altblockscan.com',
|
38033
|
+
shortName: 'altb',
|
38034
|
+
chainId: 191919,
|
38035
|
+
networkId: 191919,
|
38036
|
+
icon: 'altb',
|
38037
|
+
explorers: [
|
38038
|
+
{
|
38039
|
+
name: 'altblockscan',
|
38040
|
+
url: 'https://scan.altblockscan.com',
|
38041
|
+
icon: 'altb',
|
38042
|
+
standard: 'none'
|
38043
|
+
}
|
38044
|
+
]
|
38045
|
+
},
|
38005
38046
|
{
|
38006
38047
|
name: 'Mind Network Testnet',
|
38007
38048
|
chain: 'FHET',
|
@@ -43853,6 +43894,20 @@ const chainArray = [
|
|
43853
43894
|
}
|
43854
43895
|
]
|
43855
43896
|
},
|
43897
|
+
{
|
43898
|
+
name: 'RISE Testnet',
|
43899
|
+
chain: 'RISE',
|
43900
|
+
rpc: [],
|
43901
|
+
faucets: [],
|
43902
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
43903
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
43904
|
+
infoURL: 'https://www.riselabs.xyz/',
|
43905
|
+
shortName: 'rise-testnet',
|
43906
|
+
chainId: 11155931,
|
43907
|
+
networkId: 11155931,
|
43908
|
+
icon: 'rise',
|
43909
|
+
explorers: []
|
43910
|
+
},
|
43856
43911
|
{
|
43857
43912
|
name: 'R0AR Testnet',
|
43858
43913
|
chain: 'R0AR Testnet',
|
@@ -45948,6 +46003,7 @@ const chainArray = [
|
|
45948
46003
|
chainId: 728126428,
|
45949
46004
|
networkId: 728126428,
|
45950
46005
|
icon: 'tron',
|
46006
|
+
slip44: 195,
|
45951
46007
|
explorers: [
|
45952
46008
|
{
|
45953
46009
|
name: 'tronscan',
|