eth-chainlist 0.0.628 → 0.0.629
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 +99 -20
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.629 (2025-03-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.628 ([4dc2585](https://github.com/poowf/eth-chainlist/commit/4dc2585b107029c1f3bc65edd897e5e16e4f411f))
|
9
|
+
* update chain data ([b1e1275](https://github.com/poowf/eth-chainlist/commit/b1e127518e0d04f2f13cecd60cd440efe20137f4))
|
10
|
+
|
3
11
|
### 0.0.628 (2025-03-03)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -3515,13 +3515,13 @@ const chainArray = [
|
|
3515
3515
|
slip44: 1
|
3516
3516
|
},
|
3517
3517
|
{
|
3518
|
-
name: 'CO2e
|
3518
|
+
name: 'CO2e Chain',
|
3519
3519
|
chain: 'CO2E',
|
3520
|
-
rpc: [ 'https://rpc.co2ledger.xyz' ],
|
3520
|
+
rpc: [ 'https://rpc.co2e.cc', 'https://rpc.co2ledger.xyz' ],
|
3521
3521
|
faucets: [],
|
3522
3522
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
3523
3523
|
nativeCurrency: { name: 'CO2e Token', symbol: 'CO2E', decimals: 18 },
|
3524
|
-
infoURL: 'https://
|
3524
|
+
infoURL: 'https://co2e.cc',
|
3525
3525
|
shortName: 'CO2e',
|
3526
3526
|
chainId: 171,
|
3527
3527
|
networkId: 171,
|
@@ -3529,7 +3529,7 @@ const chainArray = [
|
|
3529
3529
|
explorers: [
|
3530
3530
|
{
|
3531
3531
|
name: 'CO2e Explorer',
|
3532
|
-
url: 'https://exp.
|
3532
|
+
url: 'https://exp.co2e.cc',
|
3533
3533
|
standard: 'EIP3091'
|
3534
3534
|
}
|
3535
3535
|
]
|
@@ -7023,20 +7023,20 @@ const chainArray = [
|
|
7023
7023
|
status: 'incubating'
|
7024
7024
|
},
|
7025
7025
|
{
|
7026
|
-
name: '
|
7027
|
-
chain: '
|
7026
|
+
name: 'Pundi AIFX Omnilayer',
|
7027
|
+
chain: 'PUNDIAI',
|
7028
7028
|
rpc: [ 'https://fx-json-web3.functionx.io:8545' ],
|
7029
7029
|
faucets: [],
|
7030
|
-
nativeCurrency: { name: '
|
7031
|
-
infoURL: 'https://
|
7032
|
-
shortName: '
|
7030
|
+
nativeCurrency: { name: 'Pundi AIFX', symbol: 'PUNDAI', decimals: 18 },
|
7031
|
+
infoURL: 'https://fx.pundi.ai/',
|
7032
|
+
shortName: 'pundiai',
|
7033
7033
|
chainId: 530,
|
7034
7034
|
networkId: 530,
|
7035
|
-
icon: '
|
7035
|
+
icon: 'pundiai',
|
7036
7036
|
explorers: [
|
7037
7037
|
{
|
7038
|
-
name: '
|
7039
|
-
url: 'https://
|
7038
|
+
name: 'PundiScan Explorer',
|
7039
|
+
url: 'https://pundiscan.io/evm',
|
7040
7040
|
standard: 'EIP3091'
|
7041
7041
|
}
|
7042
7042
|
]
|
@@ -17538,6 +17538,25 @@ const chainArray = [
|
|
17538
17538
|
}
|
17539
17539
|
]
|
17540
17540
|
},
|
17541
|
+
{
|
17542
|
+
name: 'Pepe Unchained',
|
17543
|
+
chain: 'PEPU',
|
17544
|
+
icon: 'pepu',
|
17545
|
+
rpc: [ 'https://rpc-pepe-unchained-gupg0lo9wf.t.conduit.xyz' ],
|
17546
|
+
faucets: [],
|
17547
|
+
nativeCurrency: { name: 'PEPU', symbol: 'PEPU', decimals: 18 },
|
17548
|
+
infoURL: 'https://pepeunchained.com/',
|
17549
|
+
shortName: 'PEPU',
|
17550
|
+
chainId: 3409,
|
17551
|
+
networkId: 3409,
|
17552
|
+
explorers: [
|
17553
|
+
{
|
17554
|
+
name: 'pepuscan',
|
17555
|
+
url: 'https://pepuscan.com',
|
17556
|
+
standard: 'EIP3091'
|
17557
|
+
}
|
17558
|
+
]
|
17559
|
+
},
|
17541
17560
|
{
|
17542
17561
|
name: 'EVOLVE Mainnet',
|
17543
17562
|
chain: 'EVO',
|
@@ -19137,6 +19156,29 @@ const chainArray = [
|
|
19137
19156
|
}
|
19138
19157
|
]
|
19139
19158
|
},
|
19159
|
+
{
|
19160
|
+
name: 'TRUMPCHAIN',
|
19161
|
+
chain: 'trumpchain',
|
19162
|
+
rpc: [
|
19163
|
+
'https://testnet.trumpchain.dev/http',
|
19164
|
+
'wss://testnet.trumpchain.dev/ws'
|
19165
|
+
],
|
19166
|
+
faucets: [],
|
19167
|
+
nativeCurrency: { name: 'Official Trump', symbol: 'TRUMP', decimals: 18 },
|
19168
|
+
infoURL: 'https://trumpchain.dev',
|
19169
|
+
shortName: 'TRUMPCHAIN',
|
19170
|
+
chainId: 4547,
|
19171
|
+
networkId: 4547,
|
19172
|
+
icon: 'trump',
|
19173
|
+
explorers: [
|
19174
|
+
{
|
19175
|
+
name: 'TRUMPCHAIN Explorer',
|
19176
|
+
url: 'https://explorer.trumpchain.dev',
|
19177
|
+
icon: 'blockscout',
|
19178
|
+
standard: 'EIP3091'
|
19179
|
+
}
|
19180
|
+
]
|
19181
|
+
},
|
19140
19182
|
{
|
19141
19183
|
name: 'VERY Mainnet',
|
19142
19184
|
title: 'VERY Mainnet',
|
@@ -20933,6 +20975,18 @@ const chainArray = [
|
|
20933
20975
|
}
|
20934
20976
|
]
|
20935
20977
|
},
|
20978
|
+
{
|
20979
|
+
name: 'MegaETH Testnet',
|
20980
|
+
chain: 'ETH',
|
20981
|
+
nativeCurrency: { name: 'MegaETH Testnet Ether', symbol: 'ETH', decimals: 18 },
|
20982
|
+
rpc: [ 'https://carrot.megaeth.com/rpc', 'wss://carrot.megaeth.com/ws' ],
|
20983
|
+
faucets: [],
|
20984
|
+
infoURL: 'https://testnet.megaeth.com',
|
20985
|
+
shortName: 'megatest',
|
20986
|
+
chainId: 6342,
|
20987
|
+
networkId: 6342,
|
20988
|
+
slip44: 1
|
20989
|
+
},
|
20936
20990
|
{
|
20937
20991
|
name: 'Digit Soul Smart Chain',
|
20938
20992
|
chain: 'DGS',
|
@@ -24306,7 +24360,7 @@ const chainArray = [
|
|
24306
24360
|
name: 'Z Chain',
|
24307
24361
|
title: 'Z Chain',
|
24308
24362
|
chain: 'Z',
|
24309
|
-
rpc: [ 'https://
|
24363
|
+
rpc: [ 'https://rpc.zchain.org' ],
|
24310
24364
|
faucets: [],
|
24311
24365
|
features: [ { name: 'EIP155' } ],
|
24312
24366
|
nativeCurrency: { name: 'Z', symbol: 'Z', decimals: 18 },
|
@@ -24318,7 +24372,7 @@ const chainArray = [
|
|
24318
24372
|
explorers: [
|
24319
24373
|
{
|
24320
24374
|
name: 'blockscout',
|
24321
|
-
url: 'https://
|
24375
|
+
url: 'https://zscan.live',
|
24322
24376
|
icon: 'z',
|
24323
24377
|
standard: 'EIP3091'
|
24324
24378
|
}
|
@@ -24326,7 +24380,7 @@ const chainArray = [
|
|
24326
24380
|
parent: {
|
24327
24381
|
type: 'L2',
|
24328
24382
|
chain: 'eip155-1',
|
24329
|
-
bridges: [ { url: '
|
24383
|
+
bridges: [ { url: 'bridge.zchain.org' } ]
|
24330
24384
|
}
|
24331
24385
|
},
|
24332
24386
|
{
|
@@ -34743,16 +34797,23 @@ const chainArray = [
|
|
34743
34797
|
]
|
34744
34798
|
},
|
34745
34799
|
{
|
34746
|
-
name: '
|
34747
|
-
chain: '
|
34800
|
+
name: 'Pundi AIFX Omnilayer Testnet',
|
34801
|
+
chain: 'PUNDIAI',
|
34748
34802
|
rpc: [ 'https://testnet-fx-json-web3.functionx.io:8545' ],
|
34749
34803
|
faucets: [],
|
34750
|
-
nativeCurrency: { name: '
|
34751
|
-
infoURL: 'https://
|
34804
|
+
nativeCurrency: { name: 'Pundi AIFX', symbol: 'PUNDAI', decimals: 18 },
|
34805
|
+
infoURL: 'https://fx.pundi.ai/',
|
34752
34806
|
shortName: 'dhobyghaut',
|
34753
34807
|
chainId: 90001,
|
34754
34808
|
networkId: 90001,
|
34755
|
-
icon: '
|
34809
|
+
icon: 'pundiai',
|
34810
|
+
explorers: [
|
34811
|
+
{
|
34812
|
+
name: 'PundiScan Explorer',
|
34813
|
+
url: 'https://testnet.pundiscan.io',
|
34814
|
+
standard: 'EIP3091'
|
34815
|
+
}
|
34816
|
+
]
|
34756
34817
|
},
|
34757
34818
|
{
|
34758
34819
|
name: 'UBIT SMARTCHAIN MAINNET',
|
@@ -40145,6 +40206,24 @@ const chainArray = [
|
|
40145
40206
|
}
|
40146
40207
|
]
|
40147
40208
|
},
|
40209
|
+
{
|
40210
|
+
name: 'Oone Chain Mainnet',
|
40211
|
+
chain: 'OONE',
|
40212
|
+
rpc: [ 'https://rpc.oonechain.com' ],
|
40213
|
+
faucets: [],
|
40214
|
+
nativeCurrency: { name: 'OONE', symbol: 'OONE', decimals: 18 },
|
40215
|
+
infoURL: 'https://oonechain.com',
|
40216
|
+
shortName: 'oone',
|
40217
|
+
chainId: 777888,
|
40218
|
+
networkId: 777888,
|
40219
|
+
explorers: [
|
40220
|
+
{
|
40221
|
+
name: 'blockscout',
|
40222
|
+
url: 'https://oonescan.com',
|
40223
|
+
standard: 'none'
|
40224
|
+
}
|
40225
|
+
]
|
40226
|
+
},
|
40148
40227
|
{
|
40149
40228
|
name: 'Zebro Smart Chain',
|
40150
40229
|
chain: 'ZEBRO',
|