eth-chainlist 0.0.643 → 0.0.645

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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.645 (2025-03-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.644 ([b5e73d2](https://github.com/poowf/eth-chainlist/commit/b5e73d27e4f7522e9f2546cde3d1eb6fd5b79f75))
9
+ * update chain data ([faeacca](https://github.com/poowf/eth-chainlist/commit/faeacca49178c9ffb1c000e2460f916c5f2b5032))
10
+
11
+ ### 0.0.644 (2025-03-20)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.643 ([5e91eb3](https://github.com/poowf/eth-chainlist/commit/5e91eb3b548181f83ec8a8df91ce67a2dd54525e))
17
+ * update chain data ([45d2cf8](https://github.com/poowf/eth-chainlist/commit/45d2cf83a0974aa0ed65ec69667ea7c66c3245b5))
18
+
3
19
  ### 0.0.643 (2025-03-19)
4
20
 
5
21
 
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 Mainnet',
30037
- title: 'BasedAI Mainnet',
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: 'FunkiScan',
30417
- url: 'https://funkiscan.io',
30435
+ name: 'Funki Mainnet Explorer',
30436
+ url: 'https://explorer.funkichain.com',
30418
30437
  standard: 'none'
30419
30438
  },
30420
30439
  {
30421
- name: 'Funki Mainnet Explorer',
30422
- url: 'https://funki.superscan.network',
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: 'ETH',
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: 'ETH',
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: 'ETH',
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',
@@ -41849,6 +41900,27 @@ const chainArray = [
41849
41900
  }
41850
41901
  ]
41851
41902
  },
41903
+ {
41904
+ name: 'XRPL EVM Sidechain Devnet',
41905
+ chain: 'XRPLEVM Devnet',
41906
+ icon: 'xrplevm',
41907
+ rpc: [ 'https://rpc.xrplevm.org', 'https://ws.xrplevm.org' ],
41908
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
41909
+ faucets: [ 'https://chains.tools/faucet/xrplevm' ],
41910
+ nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 18 },
41911
+ infoURL: 'https://xrplevm.org',
41912
+ shortName: 'xrplevm',
41913
+ chainId: 1440002,
41914
+ networkId: 1440002,
41915
+ explorers: [
41916
+ {
41917
+ name: 'blockscout',
41918
+ url: 'https://explorer.xrplevm.org',
41919
+ icon: 'xrplevm',
41920
+ standard: 'EIP3091'
41921
+ }
41922
+ ]
41923
+ },
41852
41924
  {
41853
41925
  name: 'Waterfall 9 Test Network',
41854
41926
  chain: 'Waterfall TestNet9',
@@ -42167,7 +42239,12 @@ const chainArray = [
42167
42239
  },
42168
42240
  {
42169
42241
  name: 'Funki Sepolia Sandbox Explorer',
42170
- url: 'https://sepolia-sandbox.funkichain.com',
42242
+ url: 'https://testnet-explorer.funkichain.com',
42243
+ standard: 'none'
42244
+ },
42245
+ {
42246
+ name: 'Funki Sepolia Testnet Explorer',
42247
+ url: 'https://testnet.funkiscan.io',
42171
42248
  standard: 'none'
42172
42249
  }
42173
42250
  ]
@@ -44688,14 +44765,14 @@ const chainArray = [
44688
44765
  status: 'active'
44689
44766
  },
44690
44767
  {
44691
- name: 'Plume Testnet',
44692
- title: 'Plume Sepolia Rollup Testnet',
44693
- chain: 'ETH',
44768
+ name: 'Plume Testnet (Legacy)',
44769
+ title: 'Plume Sepolia L2 Rollup Testnet (Legacy)',
44770
+ chain: 'PLUME Testnet Legacy',
44694
44771
  rpc: [],
44695
44772
  faucets: [],
44696
44773
  nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
44697
44774
  infoURL: 'https://plumenetwork.xyz/',
44698
- shortName: 'plume-testnet',
44775
+ shortName: 'plume-testnet-legacy',
44699
44776
  chainId: 161221135,
44700
44777
  networkId: 161221135,
44701
44778
  slip44: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.643",
3
+ "version": "0.0.645",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {