eth-chainlist 0.0.643 → 0.0.644
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 +72 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.644 (2025-03-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.643 ([5e91eb3](https://github.com/poowf/eth-chainlist/commit/5e91eb3b548181f83ec8a8df91ce67a2dd54525e))
|
9
|
+
* update chain data ([45d2cf8](https://github.com/poowf/eth-chainlist/commit/45d2cf83a0974aa0ed65ec69667ea7c66c3245b5))
|
10
|
+
|
3
11
|
### 0.0.643 (2025-03-19)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -20382,6 +20382,25 @@ const chainArray = [
|
|
20382
20382
|
}
|
20383
20383
|
]
|
20384
20384
|
},
|
20385
|
+
{
|
20386
|
+
name: 'Inertia Scan',
|
20387
|
+
chain: 'IRTA',
|
20388
|
+
icon: 'inertiascan',
|
20389
|
+
rpc: [ 'https://rpc.inertiascan.com' ],
|
20390
|
+
faucets: [],
|
20391
|
+
nativeCurrency: { name: 'Inertia', symbol: 'IRTA', decimals: 18 },
|
20392
|
+
infoURL: 'https://inertiascan.com',
|
20393
|
+
shortName: 'IRTA',
|
20394
|
+
chainId: 5433,
|
20395
|
+
networkId: 5433,
|
20396
|
+
explorers: [
|
20397
|
+
{
|
20398
|
+
name: 'blockscout',
|
20399
|
+
url: 'https://inertiascan.com',
|
20400
|
+
standard: 'none'
|
20401
|
+
}
|
20402
|
+
]
|
20403
|
+
},
|
20385
20404
|
{
|
20386
20405
|
name: 'Egochain',
|
20387
20406
|
chainId: 5439,
|
@@ -30033,8 +30052,8 @@ const chainArray = [
|
|
30033
30052
|
]
|
30034
30053
|
},
|
30035
30054
|
{
|
30036
|
-
name: 'BasedAI
|
30037
|
-
title: 'BasedAI
|
30055
|
+
name: 'BasedAI',
|
30056
|
+
title: 'BasedAI',
|
30038
30057
|
chain: 'BasedAI',
|
30039
30058
|
rpc: [ 'https://mainnet.basedaibridge.com/rpc/' ],
|
30040
30059
|
faucets: [],
|
@@ -30413,13 +30432,13 @@ const chainArray = [
|
|
30413
30432
|
networkId: 33979,
|
30414
30433
|
explorers: [
|
30415
30434
|
{
|
30416
|
-
name: '
|
30417
|
-
url: 'https://
|
30435
|
+
name: 'Funki Mainnet Explorer',
|
30436
|
+
url: 'https://explorer.funkichain.com',
|
30418
30437
|
standard: 'none'
|
30419
30438
|
},
|
30420
30439
|
{
|
30421
|
-
name: '
|
30422
|
-
url: 'https://
|
30440
|
+
name: 'FunkiScan',
|
30441
|
+
url: 'https://funkiscan.io',
|
30423
30442
|
standard: 'none'
|
30424
30443
|
}
|
30425
30444
|
]
|
@@ -35757,9 +35776,9 @@ const chainArray = [
|
|
35757
35776
|
]
|
35758
35777
|
},
|
35759
35778
|
{
|
35760
|
-
name: 'Plume Devnet',
|
35761
|
-
title: 'Plume Sepolia L2 Rollup Devnet',
|
35762
|
-
chain: '
|
35779
|
+
name: 'Plume Devnet (Legacy)',
|
35780
|
+
title: 'Plume Sepolia L2 Rollup Devnet (Legacy)',
|
35781
|
+
chain: 'PLUME Devnet Legacy',
|
35763
35782
|
rpc: [
|
35764
35783
|
'https://test-rpc.plumenetwork.xyz',
|
35765
35784
|
'wss://test-rpc.plumenetwork.xyz'
|
@@ -35772,6 +35791,7 @@ const chainArray = [
|
|
35772
35791
|
networkId: 98864,
|
35773
35792
|
slip44: 1,
|
35774
35793
|
icon: 'plume',
|
35794
|
+
status: 'deprecated',
|
35775
35795
|
explorers: [
|
35776
35796
|
{
|
35777
35797
|
name: 'Blockscout',
|
@@ -35785,7 +35805,7 @@ const chainArray = [
|
|
35785
35805
|
{
|
35786
35806
|
name: 'Plume (Legacy)',
|
35787
35807
|
title: 'Plume Ethereum L2 Rollup Mainnet (Legacy)',
|
35788
|
-
chain: '
|
35808
|
+
chain: 'PLUME Legacy',
|
35789
35809
|
rpc: [ 'https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz' ],
|
35790
35810
|
faucets: [],
|
35791
35811
|
nativeCurrency: { name: 'Plume Ether', symbol: 'ETH', decimals: 18 },
|
@@ -35812,7 +35832,7 @@ const chainArray = [
|
|
35812
35832
|
{
|
35813
35833
|
name: 'Plume Mainnet',
|
35814
35834
|
title: 'Plume Ethereum L2 Rollup Mainnet',
|
35815
|
-
chain: '
|
35835
|
+
chain: 'PLUME',
|
35816
35836
|
rpc: [
|
35817
35837
|
'https://phoenix-rpc.plumenetwork.xyz',
|
35818
35838
|
'wss://phoenix-rpc.plumenetwork.xyz'
|
@@ -35840,6 +35860,37 @@ const chainArray = [
|
|
35840
35860
|
bridges: [ { url: 'https://bridge.plumenetwork.xyz' } ]
|
35841
35861
|
}
|
35842
35862
|
},
|
35863
|
+
{
|
35864
|
+
name: 'Plume Testnet',
|
35865
|
+
title: 'Plume Sepolia L2 Rollup Testnet',
|
35866
|
+
chain: 'PLUME Testnet',
|
35867
|
+
rpc: [
|
35868
|
+
'https://testnet-rpc.plumenetwork.xyz',
|
35869
|
+
'wss://testnet-rpc.plumenetwork.xyz'
|
35870
|
+
],
|
35871
|
+
faucets: [ 'https://faucet.plumenetwork.xyz' ],
|
35872
|
+
nativeCurrency: { name: 'Plume', symbol: 'PLUME', decimals: 18 },
|
35873
|
+
infoURL: 'https://plumenetwork.xyz/',
|
35874
|
+
shortName: 'plume-testnet',
|
35875
|
+
chainId: 98867,
|
35876
|
+
networkId: 98867,
|
35877
|
+
slip44: 1,
|
35878
|
+
icon: 'plume',
|
35879
|
+
status: 'incubating',
|
35880
|
+
explorers: [
|
35881
|
+
{
|
35882
|
+
name: 'Blockscout',
|
35883
|
+
url: 'https://testnet-explorer.plumenetwork.xyz',
|
35884
|
+
icon: 'blockscout',
|
35885
|
+
standard: 'EIP3091'
|
35886
|
+
}
|
35887
|
+
],
|
35888
|
+
parent: {
|
35889
|
+
type: 'L2',
|
35890
|
+
chain: 'eip155-11155111',
|
35891
|
+
bridges: [ { url: 'https://testnet-bridge.plumenetwork.xyz' } ]
|
35892
|
+
}
|
35893
|
+
},
|
35843
35894
|
{
|
35844
35895
|
name: 'Ebi Chain',
|
35845
35896
|
title: 'Ebi Chain',
|
@@ -42167,7 +42218,12 @@ const chainArray = [
|
|
42167
42218
|
},
|
42168
42219
|
{
|
42169
42220
|
name: 'Funki Sepolia Sandbox Explorer',
|
42170
|
-
url: 'https://
|
42221
|
+
url: 'https://testnet-explorer.funkichain.com',
|
42222
|
+
standard: 'none'
|
42223
|
+
},
|
42224
|
+
{
|
42225
|
+
name: 'Funki Sepolia Testnet Explorer',
|
42226
|
+
url: 'https://testnet.funkiscan.io',
|
42171
42227
|
standard: 'none'
|
42172
42228
|
}
|
42173
42229
|
]
|
@@ -44688,14 +44744,14 @@ const chainArray = [
|
|
44688
44744
|
status: 'active'
|
44689
44745
|
},
|
44690
44746
|
{
|
44691
|
-
name: 'Plume Testnet',
|
44692
|
-
title: 'Plume Sepolia Rollup Testnet',
|
44693
|
-
chain: '
|
44747
|
+
name: 'Plume Testnet (Legacy)',
|
44748
|
+
title: 'Plume Sepolia L2 Rollup Testnet (Legacy)',
|
44749
|
+
chain: 'PLUME Testnet Legacy',
|
44694
44750
|
rpc: [],
|
44695
44751
|
faucets: [],
|
44696
44752
|
nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
44697
44753
|
infoURL: 'https://plumenetwork.xyz/',
|
44698
|
-
shortName: 'plume-testnet',
|
44754
|
+
shortName: 'plume-testnet-legacy',
|
44699
44755
|
chainId: 161221135,
|
44700
44756
|
networkId: 161221135,
|
44701
44757
|
slip44: 1,
|