eth-chainlist 0.0.640 → 0.0.642

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +158 -15
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.642 (2025-03-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.641 ([4168533](https://github.com/poowf/eth-chainlist/commit/4168533ceed0162f4f41bdce8dd7a8b06934dc1a))
9
+ * update chain data ([8fbaa61](https://github.com/poowf/eth-chainlist/commit/8fbaa6153282ae557b8cbff10af40009271cc4b1))
10
+
11
+ ### 0.0.641 (2025-03-17)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.640 ([cde1212](https://github.com/poowf/eth-chainlist/commit/cde12125f621464b7a90083dd518c1e40bbdb0e6))
17
+ * update chain data ([0ee1363](https://github.com/poowf/eth-chainlist/commit/0ee136367ba5020bc75db3ad4c31b9101481a41a))
18
+
3
19
  ### 0.0.640 (2025-03-15)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4277,6 +4277,29 @@ const chainArray = [
4277
4277
  }
4278
4278
  ]
4279
4279
  },
4280
+ {
4281
+ name: 'IDN Mainnet',
4282
+ chain: 'IDN',
4283
+ icon: 'idn',
4284
+ rpc: [
4285
+ 'https://dataseed1.idn-rpc.com',
4286
+ 'https://dataseed2.idn-rpc.com',
4287
+ 'https://dataseed3.idn-rpc.com'
4288
+ ],
4289
+ faucets: [],
4290
+ nativeCurrency: { name: 'IDN', symbol: 'IDN', decimals: 18 },
4291
+ infoURL: 'https://www.idn.world',
4292
+ shortName: 'IDN',
4293
+ chainId: 215,
4294
+ networkId: 215,
4295
+ explorers: [
4296
+ {
4297
+ name: 'Idn Explorer',
4298
+ url: 'https://scan.idn-network.com',
4299
+ standard: 'EIP3091'
4300
+ }
4301
+ ]
4302
+ },
4280
4303
  {
4281
4304
  name: 'Happychain Testnet',
4282
4305
  chainId: 216,
@@ -12316,6 +12339,30 @@ const chainArray = [
12316
12339
  ],
12317
12340
  status: 'deprecated'
12318
12341
  },
12342
+ {
12343
+ name: 'Perennial',
12344
+ chain: 'perennial',
12345
+ rpc: [ 'https://rpc.perennial.foundation' ],
12346
+ faucets: [],
12347
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12348
+ infoURL: 'https://perennial.finance',
12349
+ shortName: 'perennial',
12350
+ chainId: 1424,
12351
+ networkId: 1424,
12352
+ icon: 'perennial',
12353
+ explorers: [
12354
+ {
12355
+ name: 'Perennial Explorer',
12356
+ url: 'https://explorer.perennial.foundation',
12357
+ standard: 'EIP3091'
12358
+ }
12359
+ ],
12360
+ parent: {
12361
+ type: 'L2',
12362
+ chain: 'eip155-8453',
12363
+ bridges: [ { url: 'https://bridge.perennial.foundation' } ]
12364
+ }
12365
+ },
12319
12366
  {
12320
12367
  name: 'Rikeza Network Mainnet',
12321
12368
  title: 'Rikeza Network Mainnet',
@@ -21546,7 +21593,7 @@ const chainArray = [
21546
21593
  explorers: []
21547
21594
  },
21548
21595
  {
21549
- name: 'XYL TestNet',
21596
+ name: 'Xylume TestNet',
21550
21597
  chain: 'XYL',
21551
21598
  rpc: [ 'https://xyl-testnet.glitch.me/rpc/' ],
21552
21599
  faucets: [ 'https://debxylen.github.io/XYL_TestNet/faucet.html' ],
@@ -21554,23 +21601,18 @@ const chainArray = [
21554
21601
  features: [
21555
21602
  { name: 'EIP155' },
21556
21603
  { name: 'EIP1559' },
21557
- { name: 'XYL-DynaPoW' },
21558
- { name: 'Smart Contracts' },
21559
- { name: 'Custom Gas Model' },
21560
- { name: 'XYL-VM' },
21561
- { name: 'Dynamic Difficulty Adjustment' },
21562
- { name: 'Low-Latency Transactions' }
21604
+ { name: 'Directed Acyclic Graph (DAG)' }
21563
21605
  ],
21564
- infoURL: 'https://debxylen.github.io/XYL_TestNet',
21606
+ infoURL: 'https://debxylen.github.io/Xylume_TestNet',
21565
21607
  shortName: 'xyl',
21566
21608
  chainId: 6934,
21567
21609
  networkId: 6934,
21568
- icon: 'xyl-test',
21610
+ icon: 'xylume-testnet',
21569
21611
  explorers: [
21570
21612
  {
21571
- name: 'XYL Explorer',
21572
- url: 'https://debxylen.github.io/BlockExplorer',
21573
- icon: 'xyl-test',
21613
+ name: 'Xylume Explorer',
21614
+ url: 'https://debxylen.github.io/XylumeExplorer',
21615
+ icon: 'xylume-testnet',
21574
21616
  standard: 'EIP3091'
21575
21617
  }
21576
21618
  ]
@@ -22475,6 +22517,26 @@ const chainArray = [
22475
22517
  }
22476
22518
  ]
22477
22519
  },
22520
+ {
22521
+ name: 'Draw Coin',
22522
+ chain: 'DRW',
22523
+ icon: 'drawchain',
22524
+ rpc: [ 'https://rpc.drawchain.org' ],
22525
+ faucets: [],
22526
+ nativeCurrency: { name: 'DRW', symbol: 'DRW', decimals: 18 },
22527
+ infoURL: 'https://drawchain.io/',
22528
+ shortName: 'drw',
22529
+ chainId: 7788,
22530
+ networkId: 7788,
22531
+ explorers: [
22532
+ {
22533
+ name: 'Draw Chain Explorer',
22534
+ url: 'https://drawscan.io',
22535
+ standard: 'EIP3091',
22536
+ icon: 'drawchain'
22537
+ }
22538
+ ]
22539
+ },
22478
22540
  {
22479
22541
  name: 'OpenEX LONG Testnet',
22480
22542
  title: 'OpenEX LONG Testnet',
@@ -29970,6 +30032,33 @@ const chainArray = [
29970
30032
  }
29971
30033
  ]
29972
30034
  },
30035
+ {
30036
+ name: 'BasedAI Mainnet',
30037
+ title: 'BasedAI Mainnet',
30038
+ chain: 'BasedAI',
30039
+ rpc: [ 'https://mainnet.basedaibridge.com/rpc/' ],
30040
+ faucets: [],
30041
+ nativeCurrency: { name: 'BasedAI', symbol: 'BASED', decimals: 18 },
30042
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
30043
+ infoURL: 'https://getbased.ai',
30044
+ shortName: 'basedai',
30045
+ chainId: 32323,
30046
+ networkId: 32323,
30047
+ icon: 'basedai',
30048
+ explorers: [
30049
+ {
30050
+ name: 'BasedAI Explorer',
30051
+ url: 'https://explorer.getbased.ai',
30052
+ standard: 'none'
30053
+ },
30054
+ {
30055
+ name: 'BF1337 BasedAI Explorer',
30056
+ url: 'https://explorer.bf1337.org',
30057
+ icon: 'blockscout',
30058
+ standard: 'EIP3091'
30059
+ }
30060
+ ]
30061
+ },
29973
30062
  {
29974
30063
  name: 'Santiment Intelligence Network',
29975
30064
  chain: 'Santiment Intelligence Network',
@@ -32818,6 +32907,30 @@ const chainArray = [
32818
32907
  bridges: [ { url: 'https://app.gobob.xyz' } ]
32819
32908
  }
32820
32909
  },
32910
+ {
32911
+ name: 'Perennial Sepolia',
32912
+ chain: 'perennialSepolia',
32913
+ rpc: [ 'https://rpc-sepolia.perennial.foundation' ],
32914
+ faucets: [],
32915
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
32916
+ infoURL: 'https://perennial.finance',
32917
+ shortName: 'perennial-sepolia',
32918
+ chainId: 60850,
32919
+ networkId: 60850,
32920
+ icon: 'perennial',
32921
+ explorers: [
32922
+ {
32923
+ name: 'Perennial Explorer',
32924
+ url: 'https://explorer-sepolia.perennial.foundation',
32925
+ standard: 'EIP3091'
32926
+ }
32927
+ ],
32928
+ parent: {
32929
+ type: 'L2',
32930
+ chain: 'eip155-84532',
32931
+ bridges: [ { url: 'https://bridge-sepolia.perennial.foundation' } ]
32932
+ }
32933
+ },
32821
32934
  {
32822
32935
  name: 'Orange Chain Mainnet',
32823
32936
  title: 'Orange Chain Mainnet',
@@ -39963,6 +40076,30 @@ const chainArray = [
39963
40076
  }
39964
40077
  ]
39965
40078
  },
40079
+ {
40080
+ name: 'Hoodi testnet',
40081
+ chain: 'ETH',
40082
+ icon: 'ethereum',
40083
+ rpc: [ 'https://rpc.hoodi.ethpandaops.io' ],
40084
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
40085
+ faucets: [
40086
+ 'https://faucet.hoodi.ethpandaops.io',
40087
+ 'https://hoodi-faucet.pk910.de/'
40088
+ ],
40089
+ nativeCurrency: { name: 'Hoodi Ether', symbol: 'ETH', decimals: 18 },
40090
+ infoURL: 'https://hoodi.ethpandaops.io',
40091
+ shortName: 'hoe',
40092
+ chainId: 560048,
40093
+ networkId: 560048,
40094
+ slip44: 1,
40095
+ explorers: [
40096
+ {
40097
+ name: 'dora',
40098
+ url: 'https://light-hoodi.beaconcha.in',
40099
+ standard: 'none'
40100
+ }
40101
+ ]
40102
+ },
39966
40103
  {
39967
40104
  name: 'DJT Testnet',
39968
40105
  chain: 'DJT',
@@ -43531,7 +43668,13 @@ const chainArray = [
43531
43668
  shortName: 'xp',
43532
43669
  chainId: 20250217,
43533
43670
  networkId: 20250217,
43534
- explorers: []
43671
+ explorers: [
43672
+ {
43673
+ name: 'Tamsa',
43674
+ url: 'https://xp.tamsa.io',
43675
+ standard: 'EIP3091'
43676
+ }
43677
+ ]
43535
43678
  },
43536
43679
  {
43537
43680
  name: 'ETP Mainnet',
@@ -46677,11 +46820,11 @@ const chainArray = [
46677
46820
  ]
46678
46821
  },
46679
46822
  {
46680
- name: 'Smart Pay Mobile Money',
46823
+ name: 'SmartPay Mobile Money',
46681
46824
  chain: 'Mobile Money',
46682
46825
  rpc: [ 'https://network.uat.smartmoneyewallet.com/' ],
46683
46826
  faucets: [],
46684
- nativeCurrency: { name: 'SmartPay Mobile Money', symbol: 'SMRTP', decimals: 18 },
46827
+ nativeCurrency: { name: 'SmartPay Mobile Money', symbol: 'SMM', decimals: 18 },
46685
46828
  features: [ { name: 'EIP155' } ],
46686
46829
  infoURL: 'https://network.uat.smartmoneyewallet.com/',
46687
46830
  shortName: 'SmartPay',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.640",
3
+ "version": "0.0.642",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {