eth-chainlist 0.0.561 → 0.0.563

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 +250 -19
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.563 (2024-12-13)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.562 ([289316d](https://github.com/poowf/eth-chainlist/commit/289316da54df196ab96925c3647b574947b378b9))
9
+ * update chain data ([fd5b248](https://github.com/poowf/eth-chainlist/commit/fd5b248811b639b0e76bcb38789a184686fbc715))
10
+
11
+ ### 0.0.562 (2024-12-12)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.561 ([ade8c7b](https://github.com/poowf/eth-chainlist/commit/ade8c7b647d3f04da33b2e01689e882555c00bc0))
17
+ * update chain data ([83116e2](https://github.com/poowf/eth-chainlist/commit/83116e21aedf66ee5e9131a09c0adf302692e1fa))
18
+
3
19
  ### 0.0.561 (2024-12-10)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2321,7 +2321,11 @@ const chainArray = [
2321
2321
  name: 'Shibarium',
2322
2322
  chain: 'Shibarium',
2323
2323
  icon: 'shibarium',
2324
- rpc: [ 'https://www.shibrpc.com' ],
2324
+ rpc: [
2325
+ 'https://www.shibrpc.com',
2326
+ 'https://rpc.shibrpc.com',
2327
+ 'https://shib.nownodes.io'
2328
+ ],
2325
2329
  faucets: [],
2326
2330
  nativeCurrency: { name: 'BONE Shibarium', symbol: 'BONE', decimals: 18 },
2327
2331
  infoURL: 'https://shibariumecosystem.com',
@@ -3231,11 +3235,11 @@ const chainArray = [
3231
3235
  ]
3232
3236
  },
3233
3237
  {
3234
- name: 'Puppynet Shibarium',
3235
- chain: 'Puppynet Shibarium',
3238
+ name: 'Puppynet',
3239
+ chain: 'Puppynet',
3236
3240
  icon: 'shibarium',
3237
3241
  rpc: [ 'https://puppynet.shibrpc.com' ],
3238
- faucets: [ 'https://beta.shibariumtech.com/faucet' ],
3242
+ faucets: [ 'https://shibarium.shib.io/faucet' ],
3239
3243
  nativeCurrency: { name: 'BONE', symbol: 'BONE', decimals: 18 },
3240
3244
  infoURL: 'https://shibariumecosystem.com',
3241
3245
  shortName: 'puppynet',
@@ -4960,6 +4964,34 @@ const chainArray = [
4960
4964
  }
4961
4965
  ]
4962
4966
  },
4967
+ {
4968
+ name: 'XR One',
4969
+ chain: 'ETH',
4970
+ rpc: [ 'https://xr-one.calderachain.xyz/http' ],
4971
+ faucets: [],
4972
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4973
+ nativeCurrency: { name: 'XR', symbol: 'XR', decimals: 18 },
4974
+ infoURL: 'https://xr-one.gitbook.io',
4975
+ shortName: 'xr',
4976
+ chainId: 273,
4977
+ networkId: 273,
4978
+ icon: 'xr',
4979
+ slip44: 60,
4980
+ explorers: [
4981
+ {
4982
+ name: 'XR One Explorer',
4983
+ url: 'https://xr-one.calderaexplorer.xyz',
4984
+ icon: 'blockscout',
4985
+ standard: 'EIP3091'
4986
+ }
4987
+ ],
4988
+ parent: {
4989
+ type: 'L2',
4990
+ chain: 'eip155-42161',
4991
+ bridges: [ { url: 'https://xr-one.bridge.caldera.xyz/' } ]
4992
+ },
4993
+ status: 'active'
4994
+ },
4963
4995
  {
4964
4996
  name: 'LaChain',
4965
4997
  chain: 'LaChain',
@@ -6545,6 +6577,36 @@ const chainArray = [
6545
6577
  bridges: [ { url: 'https://bridge.appchain.xyz' } ]
6546
6578
  }
6547
6579
  },
6580
+ {
6581
+ name: 'Form Network',
6582
+ title: 'Form Network',
6583
+ chain: 'form',
6584
+ icon: 'form',
6585
+ rpc: [ 'https://rpc.form.network/http', 'wss://rpc.form.network/ws' ],
6586
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
6587
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
6588
+ infoURL: 'https://info.form.network',
6589
+ shortName: 'formnetwork',
6590
+ chainId: 478,
6591
+ networkId: 478,
6592
+ explorers: [
6593
+ {
6594
+ name: 'Form Explorer',
6595
+ url: 'https://explorer.form.network',
6596
+ standard: 'EIP3091',
6597
+ icon: 'form'
6598
+ }
6599
+ ],
6600
+ faucets: [],
6601
+ parent: {
6602
+ type: 'L2',
6603
+ chain: 'eip155-1',
6604
+ bridges: [
6605
+ { url: 'https://bridge.form.network' },
6606
+ { url: 'https://op-bridge.form.network' }
6607
+ ]
6608
+ }
6609
+ },
6548
6610
  {
6549
6611
  name: 'World Chain',
6550
6612
  chain: 'ETH',
@@ -7977,6 +8039,24 @@ const chainArray = [
7977
8039
  chainId: 777,
7978
8040
  networkId: 777
7979
8041
  },
8042
+ {
8043
+ name: 'AUTHEO Testnet',
8044
+ chain: 'AUTHEO Testnet',
8045
+ rpc: [ 'https://testnet-rpc1.autheo.com' ],
8046
+ faucets: [ 'https://testnet-faucet.autheo.com' ],
8047
+ nativeCurrency: { name: 'THEO', symbol: 'THEO', decimals: 18 },
8048
+ infoURL: 'https://autheo.com',
8049
+ shortName: 'autheo-Test-Chain',
8050
+ chainId: 785,
8051
+ networkId: 785,
8052
+ explorers: [
8053
+ {
8054
+ name: 'tracehawk',
8055
+ url: 'https://testnet-explorer.autheo.com',
8056
+ standard: 'none'
8057
+ }
8058
+ ]
8059
+ },
7980
8060
  {
7981
8061
  name: 'MAAL Chain',
7982
8062
  chain: 'MAAL',
@@ -16501,7 +16581,7 @@ const chainArray = [
16501
16581
  name: 'EVOLVE Mainnet',
16502
16582
  chain: 'EVO',
16503
16583
  icon: 'evolveIcon',
16504
- rpc: [ 'https://rpc.evolveblockchain.io' ],
16584
+ rpc: [ 'https://rpc.evoexplorer.com' ],
16505
16585
  faucets: [],
16506
16586
  nativeCurrency: { name: 'Evolve', symbol: 'EVO', decimals: 18 },
16507
16587
  infoURL: 'https://evolveblockchain.io',
@@ -18002,6 +18082,30 @@ const chainArray = [
18002
18082
  }
18003
18083
  ]
18004
18084
  },
18085
+ {
18086
+ name: 'MST Chain',
18087
+ title: 'MST Chain',
18088
+ chain: 'MST',
18089
+ rpc: [
18090
+ 'https://mariorpc.mstblockchain.com',
18091
+ 'https://craftrpc.mstblockchain.com'
18092
+ ],
18093
+ faucets: [],
18094
+ nativeCurrency: { name: 'MST', symbol: 'MST', decimals: 18 },
18095
+ infoURL: 'https://mstblockchain.com',
18096
+ shortName: 'mst',
18097
+ chainId: 4646,
18098
+ networkId: 4646,
18099
+ slip44: 4646,
18100
+ icon: 'mst',
18101
+ explorers: [
18102
+ {
18103
+ name: 'MST Mainnet Scan',
18104
+ url: 'https://mstscan.com',
18105
+ standard: 'EIP3091'
18106
+ }
18107
+ ]
18108
+ },
18005
18109
  {
18006
18110
  name: 'Gold Chain',
18007
18111
  title: 'Gold Chain',
@@ -22587,6 +22691,25 @@ const chainArray = [
22587
22691
  }
22588
22692
  ]
22589
22693
  },
22694
+ {
22695
+ name: 'Inco Gentry Testnet',
22696
+ chain: 'INCO',
22697
+ rpc: [ 'https://testnet.inco.org' ],
22698
+ faucets: [ 'https://faucet.inco.org' ],
22699
+ nativeCurrency: { name: 'INCO', symbol: 'INCO', decimals: 18 },
22700
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
22701
+ infoURL: 'https://www.inco.org',
22702
+ shortName: 'inco-gentry',
22703
+ chainId: 9090,
22704
+ networkId: 9090,
22705
+ explorers: [
22706
+ {
22707
+ name: 'Inco Gentry Testnet Explorer',
22708
+ url: 'https://explorer.testnet.inco.org',
22709
+ standard: 'EIP3091'
22710
+ }
22711
+ ]
22712
+ },
22590
22713
  {
22591
22714
  name: 'KPA Smart Chain Testnet',
22592
22715
  chain: 'KSC',
@@ -29254,6 +29377,27 @@ const chainArray = [
29254
29377
  bridges: [ { url: 'https://portal.sophon.xyz/bridge' } ]
29255
29378
  }
29256
29379
  },
29380
+ {
29381
+ name: 'Somnia Devnet',
29382
+ chain: 'Somnia',
29383
+ rpc: [ 'https://dream-rpc.somnia.network' ],
29384
+ faucets: [],
29385
+ nativeCurrency: { name: 'Somnia Devnet', symbol: 'STT', decimals: 18 },
29386
+ features: [ { name: 'EIP155' } ],
29387
+ infoURL: 'https://somnia.network',
29388
+ shortName: 'STT',
29389
+ chainId: 50311,
29390
+ networkId: 50311,
29391
+ icon: 'somnia',
29392
+ explorers: [
29393
+ {
29394
+ name: 'Somnia Devnet',
29395
+ url: 'https://somnia-devnet.socialscan.io',
29396
+ icon: 'somnia',
29397
+ standard: 'EIP3091'
29398
+ }
29399
+ ]
29400
+ },
29257
29401
  {
29258
29402
  name: 'Reddio Devnet',
29259
29403
  title: 'Reddio Sepolia L2 Rollup Devnet',
@@ -29470,6 +29614,28 @@ const chainArray = [
29470
29614
  }
29471
29615
  ]
29472
29616
  },
29617
+ {
29618
+ name: 'Graphite Testnet',
29619
+ chain: 'Graphite',
29620
+ rpc: [
29621
+ 'https://anon-entrypoint-test-1.atgraphite.com',
29622
+ 'wss://ws-anon-entrypoint-test-1.atgraphite.com'
29623
+ ],
29624
+ faucets: [ 'https://faucet.atgraphite.com/' ],
29625
+ nativeCurrency: { name: 'Graphite', symbol: '@G', decimals: 18 },
29626
+ infoURL: 'https://atgraphite.com/',
29627
+ shortName: 'graphiteTest',
29628
+ chainId: 54170,
29629
+ networkId: 54170,
29630
+ icon: 'graphite',
29631
+ explorers: [
29632
+ {
29633
+ name: 'Graphite Testnet Explorer',
29634
+ url: 'https://test.atgraphite.com',
29635
+ standard: 'EIP3091'
29636
+ }
29637
+ ]
29638
+ },
29473
29639
  {
29474
29640
  name: 'OverProtocol Mainnet',
29475
29641
  chain: 'OverProtocol',
@@ -33733,27 +33899,27 @@ const chainArray = [
33733
33899
  title: 'Form Testnet',
33734
33900
  chain: 'formtestnet',
33735
33901
  rpc: [
33736
- 'https://testnet-rpc.form.network/http',
33737
- 'wss://testnet-rpc.form.network/ws'
33902
+ 'https://sepolia-rpc.form.network/http',
33903
+ 'wss://sepolia-rpc.form.network/ws'
33738
33904
  ],
33739
33905
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
33740
33906
  faucets: [ 'https://info.form.network/faucet' ],
33741
33907
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
33742
- infoURL: 'https://form.network/details',
33908
+ infoURL: 'https://sepolia-info.form.network',
33743
33909
  shortName: 'formtestnet',
33744
33910
  chainId: 132902,
33745
33911
  networkId: 132902,
33746
33912
  explorers: [
33747
33913
  {
33748
33914
  name: 'Form Testnet explorer',
33749
- url: 'https://testnet-explorer.form.network',
33915
+ url: 'https://sepolia-explorer.form.network',
33750
33916
  standard: 'EIP3091'
33751
33917
  }
33752
33918
  ],
33753
33919
  parent: {
33754
33920
  type: 'L2',
33755
33921
  chain: 'eip155-11155111',
33756
- bridges: [ { url: 'https://bridge.form.network/' } ]
33922
+ bridges: [ { url: 'https://sepolia-op-bridge.form.network' } ]
33757
33923
  }
33758
33924
  },
33759
33925
  {
@@ -34974,6 +35140,25 @@ const chainArray = [
34974
35140
  networkId: 234666,
34975
35141
  slip44: 1
34976
35142
  },
35143
+ {
35144
+ name: 'Universe Testnet',
35145
+ chain: 'Universe',
35146
+ rpc: [ 'https://blockchain.dev-universe-bank.com' ],
35147
+ faucets: [],
35148
+ nativeCurrency: { name: 'Universe Token', symbol: 'UNI', decimals: 18 },
35149
+ infoURL: 'https://www.universe-bank.com/universal-ledger-system',
35150
+ shortName: 'unitestnet',
35151
+ chainId: 235711,
35152
+ networkId: 235711,
35153
+ icon: 'universe',
35154
+ explorers: [
35155
+ {
35156
+ name: 'Universe Testnet Explorer',
35157
+ url: 'https://blockchain-explorer.dev-universe-bank.com',
35158
+ standard: 'none'
35159
+ }
35160
+ ]
35161
+ },
34977
35162
  {
34978
35163
  name: 'Orange Chain Testnet',
34979
35164
  title: 'Orange Chain Testnet',
@@ -36086,6 +36271,29 @@ const chainArray = [
36086
36271
  }
36087
36272
  ]
36088
36273
  },
36274
+ {
36275
+ name: 'Graphite Mainnet',
36276
+ chain: 'Graphite',
36277
+ rpc: [
36278
+ 'https://anon-entrypoint-1.atgraphite.com',
36279
+ 'wss://ws-anon-entrypoint-1.atgraphite.com'
36280
+ ],
36281
+ faucets: [],
36282
+ nativeCurrency: { name: 'Graphite', symbol: '@G', decimals: 18 },
36283
+ infoURL: 'https://atgraphite.com/',
36284
+ shortName: 'graphite',
36285
+ chainId: 440017,
36286
+ networkId: 440017,
36287
+ slip44: 440017,
36288
+ icon: 'graphite',
36289
+ explorers: [
36290
+ {
36291
+ name: 'Graphite Mainnet Explorer',
36292
+ url: 'https://main.atgraphite.com',
36293
+ standard: 'EIP3091'
36294
+ }
36295
+ ]
36296
+ },
36089
36297
  {
36090
36298
  name: 'Syndr L3 Sepolia',
36091
36299
  title: 'Syndr L3 Sepolia Rollup Testnet',
@@ -39206,7 +39414,8 @@ const chainArray = [
39206
39414
  'wss://ethereum-sepolia-rpc.publicnode.com',
39207
39415
  'https://sepolia.drpc.org',
39208
39416
  'wss://sepolia.drpc.org',
39209
- 'https://rpc-sepolia.rockx.com'
39417
+ 'https://rpc-sepolia.rockx.com',
39418
+ 'https://eth-sepolia.g.alchemy.com/v2/WddzdzI2o9S3COdT73d5w6AIogbKq4X-'
39210
39419
  ],
39211
39420
  faucets: [
39212
39421
  'http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'
@@ -40224,11 +40433,9 @@ const chainArray = [
40224
40433
  },
40225
40434
  {
40226
40435
  name: 'Autonity Bakerloo (Yamuna) Testnet',
40436
+ status: 'deprecated',
40227
40437
  chain: 'AUT',
40228
- rpc: [
40229
- 'https://rpc1.bakerloo.autonity.org/',
40230
- 'wss://rpc1.bakerloo.autonity.org/ws/'
40231
- ],
40438
+ rpc: [],
40232
40439
  faucets: [ 'https://faucet.autonity.org/' ],
40233
40440
  nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
40234
40441
  infoURL: 'https://autonity.org/',
@@ -40310,11 +40517,9 @@ const chainArray = [
40310
40517
  },
40311
40518
  {
40312
40519
  name: 'Autonity Piccadilly (Yamuna) Testnet',
40520
+ status: 'deprecated',
40313
40521
  chain: 'AUT',
40314
- rpc: [
40315
- 'https://rpc1.piccadilly.autonity.org/',
40316
- 'wss://rpc1.piccadilly.autonity.org/ws/'
40317
- ],
40522
+ rpc: [],
40318
40523
  faucets: [],
40319
40524
  nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
40320
40525
  infoURL: 'https://autonity.org/',
@@ -40331,6 +40536,32 @@ const chainArray = [
40331
40536
  }
40332
40537
  ]
40333
40538
  },
40539
+ {
40540
+ name: 'Autonity Piccadilly (Tiber) Testnet',
40541
+ chain: 'AUT',
40542
+ rpc: [
40543
+ 'https://autonity.rpc.web3cdn.network/testnet',
40544
+ 'wss://autonity.rpc.web3cdn.network/testnet/ws',
40545
+ 'https://autonity-piccadilly.rpc.subquery.network/public',
40546
+ 'https://picadilly.autonity-apis.com',
40547
+ 'wss://picadilly-ws.autonity-apis.com'
40548
+ ],
40549
+ faucets: [],
40550
+ nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
40551
+ infoURL: 'https://autonity.org/',
40552
+ shortName: 'piccadilly-04',
40553
+ chainId: 65100004,
40554
+ networkId: 65100004,
40555
+ slip44: 1,
40556
+ icon: 'autonity',
40557
+ explorers: [
40558
+ {
40559
+ name: 'autonity-blockscout',
40560
+ url: 'https://piccadilly.autonity.org',
40561
+ standard: 'EIP3091'
40562
+ }
40563
+ ]
40564
+ },
40334
40565
  {
40335
40566
  name: 'Frame Testnet',
40336
40567
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.561",
3
+ "version": "0.0.563",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {