eth-chainlist 0.0.523 → 0.0.525

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +289 -20
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.525 (2024-10-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.524 ([8ef78a8](https://github.com/poowf/eth-chainlist/commit/8ef78a8981f5990fdf7cf9d8add5d19bdd5ccffd))
9
+ * update chain data ([3d9b082](https://github.com/poowf/eth-chainlist/commit/3d9b082f9d411cc0aa1e71ba407e9b805c30cab4))
10
+
11
+ ### 0.0.524 (2024-10-26)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.523 ([d030217](https://github.com/poowf/eth-chainlist/commit/d030217044286339c786594b8c0dbf4a9434ab80))
17
+ * update chain data ([aba34e7](https://github.com/poowf/eth-chainlist/commit/aba34e7271e4c44c7bc627c237de59d427a0e8ca))
18
+
3
19
  ### 0.0.523 (2024-10-25)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4370,6 +4370,25 @@ const chainArray = [
4370
4370
  }
4371
4371
  ]
4372
4372
  },
4373
+ {
4374
+ name: 'Cronos zkEVM Testnet',
4375
+ chain: 'CronosZkEVMTestnet',
4376
+ rpc: [ 'https://testnet.zkevm.cronos.org' ],
4377
+ faucets: [ 'https://zkevm.cronos.org/faucet' ],
4378
+ nativeCurrency: { name: 'Cronos zkEVM Test Coin', symbol: 'zkTCRO', decimals: 18 },
4379
+ infoURL: 'https://docs-zkevm.cronos.org',
4380
+ shortName: 'zkTCRO',
4381
+ chainId: 240,
4382
+ networkId: 240,
4383
+ slip44: 1,
4384
+ explorers: [
4385
+ {
4386
+ name: 'Cronos zkEVM Testnet Explorer',
4387
+ url: 'https://explorer.zkevm.cronos.org/testnet',
4388
+ standard: 'none'
4389
+ }
4390
+ ]
4391
+ },
4373
4392
  {
4374
4393
  name: 'Plinga Mainnet',
4375
4394
  chain: 'Plinga',
@@ -4801,19 +4820,24 @@ const chainArray = [
4801
4820
  networkId: 278
4802
4821
  },
4803
4822
  {
4804
- name: 'BPX Blockchain',
4823
+ name: 'BPX Chain',
4805
4824
  chain: 'BPX',
4806
4825
  icon: 'bpx',
4807
- rpc: [
4808
- 'https://rpc.mainnet.bpxchain.cc',
4809
- 'https://bpx-dataseed.infinex.cc'
4810
- ],
4826
+ rpc: [ 'https://rpc.bpxchain.cc' ],
4827
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4811
4828
  faucets: [],
4812
4829
  nativeCurrency: { name: 'BPX', symbol: 'BPX', decimals: 18 },
4813
4830
  infoURL: 'https://bpxchain.cc',
4814
4831
  shortName: 'bpx',
4815
4832
  chainId: 279,
4816
- networkId: 279
4833
+ networkId: 279,
4834
+ explorers: [
4835
+ {
4836
+ name: 'BPX Chain Block Explorer',
4837
+ url: 'https://explorer.bpxchain.cc',
4838
+ standard: 'EIP3091'
4839
+ }
4840
+ ]
4817
4841
  },
4818
4842
  {
4819
4843
  name: 'zkSync Era Goerli Testnet (deprecated)',
@@ -4843,13 +4867,13 @@ const chainArray = [
4843
4867
  }
4844
4868
  },
4845
4869
  {
4846
- name: 'Cronos zkEVM Testnet',
4847
- chain: 'CronosZkEVMTestnet',
4848
- rpc: [ 'https://testnet.zkevm.cronos.org' ],
4870
+ name: 'Deprecated Cronos zkEVM Testnet',
4871
+ chain: 'deprecatedCronosZkEVMTestnet',
4872
+ rpc: [ 'https://deprecated.testnet.zkevm.cronos.org' ],
4849
4873
  faucets: [ 'https://zkevm.cronos.org/faucet' ],
4850
4874
  nativeCurrency: { name: 'Cronos zkEVM Test Coin', symbol: 'zkTCRO', decimals: 18 },
4851
4875
  infoURL: 'https://docs-zkevm.cronos.org',
4852
- shortName: 'zkTCRO',
4876
+ shortName: 'deprecated-zkTCRO',
4853
4877
  chainId: 282,
4854
4878
  networkId: 282,
4855
4879
  slip44: 1,
@@ -4859,7 +4883,8 @@ const chainArray = [
4859
4883
  url: 'https://explorer.zkevm.cronos.org/testnet',
4860
4884
  standard: 'none'
4861
4885
  }
4862
- ]
4886
+ ],
4887
+ status: 'deprecated'
4863
4888
  },
4864
4889
  {
4865
4890
  name: 'Boba Network',
@@ -6262,14 +6287,41 @@ const chainArray = [
6262
6287
  {
6263
6288
  name: 'World Chain',
6264
6289
  chain: 'ETH',
6265
- rpc: [ 'https://worldchain-mainnet.g.alchemy.com/public' ],
6290
+ rpc: [
6291
+ 'https://worldchain-mainnet.g.alchemy.com/public',
6292
+ 'https://480.rpc.thirdweb.com',
6293
+ 'https://worldchain-mainnet.gateway.tenderly.co',
6294
+ 'wss://worldchain-mainnet.gateway.tenderly.co'
6295
+ ],
6266
6296
  faucets: [],
6267
6297
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
6268
- infoURL: 'https://worldcoin.org',
6298
+ infoURL: 'https://world.org/world-chain',
6269
6299
  shortName: 'wc',
6270
6300
  chainId: 480,
6271
6301
  networkId: 480,
6272
- status: 'incubating'
6302
+ slip44: 1,
6303
+ parent: {
6304
+ type: 'L2',
6305
+ chain: 'eip155-1',
6306
+ bridges: [
6307
+ { url: 'https://world-chain.superbridge.app' },
6308
+ { url: 'https://app.across.to/bridge?destinationChainId=480' },
6309
+ { url: 'https://worldchain-mainnet.bridge.alchemy.com' }
6310
+ ]
6311
+ },
6312
+ explorers: [
6313
+ {
6314
+ name: 'etherscan',
6315
+ url: 'https://worldscan.org',
6316
+ standard: 'EIP3091'
6317
+ },
6318
+ {
6319
+ name: 'blockscout',
6320
+ url: 'https://worldchain-mainnet.explorer.alchemy.com',
6321
+ icon: 'blockscout',
6322
+ standard: 'EIP3091'
6323
+ }
6324
+ ]
6273
6325
  },
6274
6326
  {
6275
6327
  name: 'Rupaya',
@@ -11410,6 +11462,43 @@ const chainArray = [
11410
11462
  }
11411
11463
  ]
11412
11464
  },
11465
+ {
11466
+ name: 'Story Odyssey Testnet',
11467
+ chain: 'Story Odyssey Testnet',
11468
+ rpc: [ 'https://odyssey.storyrpc.io' ],
11469
+ faucets: [],
11470
+ chainId: 1516,
11471
+ networkId: 1516,
11472
+ nativeCurrency: { name: 'IP', symbol: 'IP', decimals: 18 },
11473
+ infoURL: 'https://www.story.foundation',
11474
+ shortName: 'story-testnet',
11475
+ explorers: [
11476
+ {
11477
+ name: 'Story Odyssey Network explorer',
11478
+ url: 'https://odyssey-testnet-explorer.storyscan.xyz',
11479
+ standard: 'EIP3091'
11480
+ }
11481
+ ]
11482
+ },
11483
+ {
11484
+ name: 'Digital Smart Chain',
11485
+ chain: 'Digital Smart Chain',
11486
+ icon: 'dscscan',
11487
+ rpc: [ 'https://rpc01.dscscan.io' ],
11488
+ faucets: [],
11489
+ nativeCurrency: { name: 'Digital Smart Chain', symbol: 'DSCs', decimals: 18 },
11490
+ infoURL: 'https://rpc01.dscscan.io',
11491
+ shortName: 'DSCs',
11492
+ chainId: 1555,
11493
+ networkId: 1555,
11494
+ explorers: [
11495
+ {
11496
+ name: 'Digital Smart Chain',
11497
+ url: 'https://explorer.dotblox.io',
11498
+ standard: 'EIP3091'
11499
+ }
11500
+ ]
11501
+ },
11413
11502
  {
11414
11503
  name: 'Tenet',
11415
11504
  title: 'Tenet Mainnet',
@@ -12357,6 +12446,33 @@ const chainArray = [
12357
12446
  networkId: 1918,
12358
12447
  explorers: []
12359
12448
  },
12449
+ {
12450
+ name: 'Arvix Testnet',
12451
+ chain: 'Arvix',
12452
+ rpc: [
12453
+ 'https://rpc-testnet-market.arvix.network',
12454
+ 'https://rpc-dev-testnet.arvix.network'
12455
+ ],
12456
+ faucets: [ 'https://claim-faucet.arvix.network' ],
12457
+ nativeCurrency: {
12458
+ name: 'Arvix Testnet Native Token',
12459
+ symbol: 'tARV',
12460
+ decimals: 18
12461
+ },
12462
+ infoURL: 'https://arvix.network',
12463
+ shortName: 'arvix',
12464
+ chainId: 1927,
12465
+ networkId: 1927,
12466
+ icon: 'arvix',
12467
+ explorers: [
12468
+ {
12469
+ name: 'Arvix Explorer Testnet',
12470
+ url: 'https://testnet.arvixscan.com',
12471
+ standard: 'EIP3091',
12472
+ icon: 'arvix'
12473
+ }
12474
+ ]
12475
+ },
12360
12476
  {
12361
12477
  name: 'ONUS Chain Testnet',
12362
12478
  title: 'ONUS Chain Testnet',
@@ -17163,15 +17279,40 @@ const chainArray = [
17163
17279
  {
17164
17280
  name: 'World Chain Sepolia Testnet',
17165
17281
  chain: 'ETH',
17166
- rpc: [ 'https://worldchain-sepolia.g.alchemy.com/public' ],
17167
- faucets: [],
17282
+ rpc: [
17283
+ 'https://worldchain-sepolia.g.alchemy.com/public',
17284
+ 'https://4801.rpc.thirdweb.com',
17285
+ 'https://worldchain-sepolia.gateway.tenderly.co',
17286
+ 'wss://worldchain-sepolia.gateway.tenderly.co'
17287
+ ],
17288
+ faucets: [
17289
+ 'https://www.alchemy.com/faucets/world-chain-sepolia',
17290
+ 'https://console.optimism.io/faucet'
17291
+ ],
17168
17292
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
17169
- infoURL: 'https://worldcoin.org/',
17293
+ infoURL: 'https://world.org/world-chain',
17170
17294
  shortName: 'wcsep',
17171
17295
  chainId: 4801,
17172
17296
  networkId: 4801,
17173
17297
  slip44: 1,
17174
- explorers: []
17298
+ parent: {
17299
+ type: 'L2',
17300
+ chain: 'eip155-11155111',
17301
+ bridges: [ { url: 'https://worldchain-sepolia.bridge.alchemy.com' } ]
17302
+ },
17303
+ explorers: [
17304
+ {
17305
+ name: 'etherscan',
17306
+ url: 'https://sepolia.worldscan.org',
17307
+ standard: 'EIP3091'
17308
+ },
17309
+ {
17310
+ name: 'blockscout',
17311
+ url: 'https://worldchain-sepolia.explorer.alchemy.com',
17312
+ icon: 'blockscout',
17313
+ standard: 'EIP3091'
17314
+ }
17315
+ ]
17175
17316
  },
17176
17317
  {
17177
17318
  name: 'Globel Chain',
@@ -19187,6 +19328,27 @@ const chainArray = [
19187
19328
  }
19188
19329
  ]
19189
19330
  },
19331
+ {
19332
+ name: '0XL3',
19333
+ chain: '0XL3',
19334
+ icon: '0xl3',
19335
+ rpc: [ 'https://rpc.0xl3.com' ],
19336
+ faucets: [],
19337
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
19338
+ nativeCurrency: { name: 'XL3', symbol: 'XL3', decimals: 18 },
19339
+ infoURL: 'https://0xl3.com',
19340
+ shortName: '0xl3',
19341
+ chainId: 7117,
19342
+ networkId: 7117,
19343
+ explorers: [
19344
+ {
19345
+ name: '0XL3 Explorer',
19346
+ url: 'https://exp.0xl3.com',
19347
+ icon: '0xl3',
19348
+ standard: 'EIP3091'
19349
+ }
19350
+ ]
19351
+ },
19190
19352
  {
19191
19353
  name: 'Help The Homeless',
19192
19354
  chain: 'mainnet',
@@ -26339,6 +26501,25 @@ const chainArray = [
26339
26501
  networkId: 33133,
26340
26502
  explorers: []
26341
26503
  },
26504
+ {
26505
+ name: 'ApeChain',
26506
+ chain: 'apechain',
26507
+ rpc: [ 'https://rpc.apechain.com' ],
26508
+ faucets: [],
26509
+ nativeCurrency: { name: 'ApeCoin', symbol: 'APE', decimals: 18 },
26510
+ infoURL: 'https://apechain.com',
26511
+ shortName: 'apechain',
26512
+ chainId: 33139,
26513
+ networkId: 33139,
26514
+ icon: 'apechain',
26515
+ explorers: [
26516
+ {
26517
+ name: 'ApeChain Explorer',
26518
+ url: 'https://apescan.io',
26519
+ standard: 'EIP3091'
26520
+ }
26521
+ ]
26522
+ },
26342
26523
  {
26343
26524
  name: 'Cloudverse Subnet',
26344
26525
  chain: 'CLOUDVERSE',
@@ -26875,7 +27056,7 @@ const chainArray = [
26875
27056
  'wss://testnet.emerald.oasis.io/ws'
26876
27057
  ],
26877
27058
  faucets: [ 'https://faucet.testnet.oasis.io/' ],
26878
- nativeCurrency: { name: 'Emerald Rose', symbol: 'ROSE', decimals: 18 },
27059
+ nativeCurrency: { name: 'Emerald Test Rose', symbol: 'TEST', decimals: 18 },
26879
27060
  infoURL: 'https://docs.oasis.io/dapp/emerald',
26880
27061
  shortName: 'emerald-testnet',
26881
27062
  chainId: 42261,
@@ -29158,6 +29339,34 @@ const chainArray = [
29158
29339
  ]
29159
29340
  }
29160
29341
  },
29342
+ {
29343
+ name: 'Proof of Play - Boss',
29344
+ chainId: 70701,
29345
+ shortName: 'pop-boss',
29346
+ chain: 'ETH',
29347
+ networkId: 70701,
29348
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
29349
+ rpc: [ 'https://rpc.boss.proofofplay.com' ],
29350
+ faucets: [],
29351
+ explorers: [
29352
+ {
29353
+ name: 'Proof of Play Boss Explorer',
29354
+ url: 'https://explorer.boss.proofofplay.com',
29355
+ icon: 'pop-boss',
29356
+ standard: 'EIP3091'
29357
+ }
29358
+ ],
29359
+ infoURL: 'https://proofofplay.com',
29360
+ icon: 'pop-boss',
29361
+ parent: {
29362
+ type: 'L2',
29363
+ chain: 'eip155-42161',
29364
+ bridges: [
29365
+ { url: 'https://bridge.arbitrum.io' },
29366
+ { url: 'https://relay.link/bridge/boss/' }
29367
+ ]
29368
+ }
29369
+ },
29161
29370
  {
29162
29371
  name: 'GuapcoinX',
29163
29372
  chain: 'GuapcoinX',
@@ -30241,11 +30450,26 @@ const chainArray = [
30241
30450
  }
30242
30451
  ]
30243
30452
  },
30453
+ {
30454
+ name: 'Unit Zero Mainnet',
30455
+ chain: 'Unit Zero',
30456
+ icon: 'unitzero',
30457
+ rpc: [ 'https://rpc.unit0.dev' ],
30458
+ faucets: [],
30459
+ nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
30460
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
30461
+ infoURL: 'https://units.network',
30462
+ shortName: 'unit0-mainnet',
30463
+ chainId: 88811,
30464
+ networkId: 88811,
30465
+ explorers: []
30466
+ },
30244
30467
  {
30245
30468
  name: 'Unit Zero Testnet',
30246
30469
  chain: 'Unit Zero',
30470
+ icon: 'unitzero',
30247
30471
  rpc: [ 'https://rpc-testnet.unit0.dev' ],
30248
- faucets: [],
30472
+ faucets: [ 'https://faucet-testnet.unit0.dev' ],
30249
30473
  nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
30250
30474
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
30251
30475
  infoURL: 'https://units.network',
@@ -30263,6 +30487,7 @@ const chainArray = [
30263
30487
  {
30264
30488
  name: 'Unit Zero Stagenet',
30265
30489
  chain: 'Unit Zero',
30490
+ icon: 'unitzero',
30266
30491
  rpc: [ 'https://rpc-stagenet.unit0.dev' ],
30267
30492
  faucets: [],
30268
30493
  nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
@@ -37339,6 +37564,18 @@ const chainArray = [
37339
37564
  }
37340
37565
  ]
37341
37566
  },
37567
+ {
37568
+ name: 'XMTP',
37569
+ chain: 'ETH',
37570
+ rpc: [],
37571
+ faucets: [],
37572
+ nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
37573
+ infoURL: 'https://xmtp.org',
37574
+ shortName: 'xmtp',
37575
+ chainId: 24132016,
37576
+ networkId: 24132016,
37577
+ status: 'incubating'
37578
+ },
37342
37579
  {
37343
37580
  name: '6Degree of Outreach - Testnet',
37344
37581
  chain: '6DO',
@@ -38158,6 +38395,18 @@ const chainArray = [
38158
38395
  }
38159
38396
  ]
38160
38397
  },
38398
+ {
38399
+ name: 'XMTP Sepolia',
38400
+ chain: 'ETH',
38401
+ rpc: [],
38402
+ faucets: [],
38403
+ nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
38404
+ infoURL: 'https://xmtp.org',
38405
+ shortName: 'xmtp-sepolia',
38406
+ chainId: 241320161,
38407
+ networkId: 241320161,
38408
+ status: 'incubating'
38409
+ },
38161
38410
  {
38162
38411
  name: 'Neon EVM Devnet',
38163
38412
  chain: 'Solana',
@@ -39348,6 +39597,26 @@ const chainArray = [
39348
39597
  bridges: [ { url: 'https://ruby.exchange/bridge.html' } ]
39349
39598
  }
39350
39599
  },
39600
+ {
39601
+ name: 'Accumulate Kermit',
39602
+ shortName: 'Kermit',
39603
+ title: 'Accumulate Kermit Testnet',
39604
+ chain: 'Accumulate',
39605
+ chainId: 2478899481,
39606
+ networkId: 2478899481,
39607
+ infoURL: 'https://accumulate.org',
39608
+ slip44: 2147483929,
39609
+ rpc: [ 'https://kermit.accumulatenetwork.io/eth' ],
39610
+ nativeCurrency: { name: 'ACME', symbol: 'ACME', decimals: 18 },
39611
+ faucets: [ 'https://kermit.explorer.accumulatenetwork.io/faucet' ],
39612
+ explorers: [
39613
+ {
39614
+ name: 'accumulate-explorer-kermit',
39615
+ url: 'https://kermit.explorer.accumulatenetwork.io',
39616
+ standard: 'EIP3091'
39617
+ }
39618
+ ]
39619
+ },
39351
39620
  {
39352
39621
  name: 'Ancient8 Testnet (deprecated)',
39353
39622
  status: 'deprecated',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.523",
3
+ "version": "0.0.525",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {