eth-chainlist 0.0.588 → 0.0.590

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 +235 -12
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.590 (2025-01-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.589 ([c9b1098](https://github.com/poowf/eth-chainlist/commit/c9b1098bbafea27e4254ab453d0ac90a2b9074a8))
9
+ * update chain data ([ae2623c](https://github.com/poowf/eth-chainlist/commit/ae2623c43add2fab55c5c22a890794dca8834a1c))
10
+
11
+ ### 0.0.589 (2025-01-17)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.588 ([9eb3247](https://github.com/poowf/eth-chainlist/commit/9eb32471e5f4ad4dad03473b3959eee94d6590ad))
17
+ * update chain data ([f25dff2](https://github.com/poowf/eth-chainlist/commit/f25dff285b26fe7bfe96c973ebfdfd9f566faf85))
18
+
3
19
  ### 0.0.588 (2025-01-16)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4507,6 +4507,21 @@ const chainArray = [
4507
4507
  }
4508
4508
  ]
4509
4509
  },
4510
+ {
4511
+ name: 'Lens',
4512
+ title: 'Lens mainnet',
4513
+ chain: 'Lens',
4514
+ rpc: [],
4515
+ faucets: [],
4516
+ chainId: 232,
4517
+ networkId: 232,
4518
+ nativeCurrency: { name: 'GHO', symbol: 'GHO', decimals: 18 },
4519
+ icon: 'lens',
4520
+ infoURL: 'https://lens.xyz',
4521
+ shortName: 'lens',
4522
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
4523
+ explorers: []
4524
+ },
4510
4525
  {
4511
4526
  name: 'Ethernity Testnet',
4512
4527
  chain: 'Ethernity',
@@ -8171,6 +8186,26 @@ const chainArray = [
8171
8186
  }
8172
8187
  ]
8173
8188
  },
8189
+ {
8190
+ name: 'Tranched Mainnet',
8191
+ chain: 'tranched-mainnet',
8192
+ rpc: [ 'https://tranched-mainnet.calderachain.xyz/http' ],
8193
+ faucets: [],
8194
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
8195
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
8196
+ infoURL: 'https://tranched-mainnet.hub.caldera.xyz',
8197
+ shortName: 'tranched-mainnet',
8198
+ chainId: 743,
8199
+ networkId: 743,
8200
+ icon: 'tranched-mainnet',
8201
+ explorers: [
8202
+ {
8203
+ name: 'Tranched Mainnet Caldera Explorer',
8204
+ url: 'https://tranched-mainnet.calderaexplorer.xyz',
8205
+ standard: 'EIP3091'
8206
+ }
8207
+ ]
8208
+ },
8174
8209
  {
8175
8210
  name: 'EVM on Flow',
8176
8211
  chain: 'Flow',
@@ -15502,6 +15537,26 @@ const chainArray = [
15502
15537
  }
15503
15538
  ]
15504
15539
  },
15540
+ {
15541
+ name: 'GOAT Network',
15542
+ title: 'GOAT Network',
15543
+ chain: 'GOAT',
15544
+ rpc: [ 'https://rpc.goat.network' ],
15545
+ faucets: [],
15546
+ nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
15547
+ infoURL: 'https://www.goat.network',
15548
+ shortName: 'goat',
15549
+ chainId: 2345,
15550
+ networkId: 2345,
15551
+ icon: 'goat',
15552
+ explorers: [
15553
+ {
15554
+ name: 'blockscout',
15555
+ url: 'https://explorer.goat.network',
15556
+ standard: 'EIP3091'
15557
+ }
15558
+ ]
15559
+ },
15505
15560
  {
15506
15561
  name: 'Silicon zkEVM',
15507
15562
  title: 'Silicon zkEVM Mainnet',
@@ -21197,6 +21252,26 @@ const chainArray = [
21197
21252
  icon: 'nibiru',
21198
21253
  explorers: []
21199
21254
  },
21255
+ {
21256
+ name: 'InitVerse mainnet',
21257
+ chain: 'InitVerse',
21258
+ rpc: [ 'https://rpc-mainnet.inichain.com' ],
21259
+ faucets: [],
21260
+ nativeCurrency: { name: 'InitVerse', symbol: 'INI', decimals: 18 },
21261
+ infoURL: 'https://www.inichain.com',
21262
+ shortName: 'INI',
21263
+ chainId: 7233,
21264
+ networkId: 7233,
21265
+ icon: 'initverse',
21266
+ explorers: [
21267
+ {
21268
+ name: 'initverse',
21269
+ url: 'https://www.iniscan.com',
21270
+ icon: 'initverse',
21271
+ standard: 'none'
21272
+ }
21273
+ ]
21274
+ },
21200
21275
  {
21201
21276
  name: 'InitVerse genesis testnet',
21202
21277
  chain: 'InitVerse',
@@ -21953,6 +22028,31 @@ const chainArray = [
21953
22028
  ],
21954
22029
  infoURL: 'https://mochain.app'
21955
22030
  },
22031
+ {
22032
+ name: 'Exorium Testnet',
22033
+ chain: 'EXOR',
22034
+ rpc: [
22035
+ 'https://rpc-1-testnet.exorium.net',
22036
+ 'https://rpc-2-testnet.exorium.net',
22037
+ 'https://rpc-testnet.exoscan.net/'
22038
+ ],
22039
+ faucets: [ 'https://faucet-testnet.exorium.net' ],
22040
+ nativeCurrency: { name: 'EXOR', symbol: 'tEXOR', decimals: 18 },
22041
+ infoURL: 'https://exorium.net',
22042
+ shortName: 'texor',
22043
+ chainId: 7957,
22044
+ networkId: 7957,
22045
+ slip44: 1,
22046
+ icon: 'exorium',
22047
+ explorers: [
22048
+ {
22049
+ name: 'EXORIUM Testnet Explorer',
22050
+ icon: 'exorium',
22051
+ url: 'https://testnet.exoscan.net',
22052
+ standard: 'none'
22053
+ }
22054
+ ]
22055
+ },
21956
22056
  {
21957
22057
  name: 'DOS Chain',
21958
22058
  chain: 'DOS',
@@ -22186,10 +22286,10 @@ const chainArray = [
22186
22286
  {
22187
22287
  name: 'Bitcoin Chain',
22188
22288
  chain: 'BTC',
22189
- rpc: [ 'https://rpc.biteth.org' ],
22289
+ rpc: [ 'https://rpc.bitcoinevm.org' ],
22190
22290
  faucets: [],
22191
22291
  nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
22192
- infoURL: 'https://biteth.org',
22292
+ infoURL: 'https://bitcoinevm.org',
22193
22293
  shortName: 'Bitcoin',
22194
22294
  chainId: 8086,
22195
22295
  networkId: 8086,
@@ -24167,7 +24267,7 @@ const chainArray = [
24167
24267
  name: 'Agung Network',
24168
24268
  chain: 'Agung',
24169
24269
  icon: 'agung',
24170
- rpc: [ 'https:///wss-async.agung.peaq.network' ],
24270
+ rpc: [ 'https://wss-async.agung.peaq.network' ],
24171
24271
  faucets: [],
24172
24272
  nativeCurrency: { name: 'Agung', symbol: 'AGNG', decimals: 18 },
24173
24273
  infoURL: 'https://www.peaq.network',
@@ -26362,7 +26462,7 @@ const chainArray = [
26362
26462
  {
26363
26463
  name: '0G-Newton-Testnet',
26364
26464
  chain: '0G-Testnet',
26365
- rpc: [ 'https://rpc-testnet.0g.ai' ],
26465
+ rpc: [ 'https://evmrpc-testnet.0g.ai' ],
26366
26466
  faucets: [ 'https://faucet.0g.ai' ],
26367
26467
  nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
26368
26468
  infoURL: 'https://0g.ai',
@@ -26372,7 +26472,7 @@ const chainArray = [
26372
26472
  icon: '0gai',
26373
26473
  explorers: [
26374
26474
  {
26375
- name: '0G Chain Explorer',
26475
+ name: '0G BlockChain Explorer',
26376
26476
  url: 'https://chainscan-newton.0g.ai',
26377
26477
  standard: 'none'
26378
26478
  }
@@ -26853,6 +26953,26 @@ const chainArray = [
26853
26953
  }
26854
26954
  ]
26855
26955
  },
26956
+ {
26957
+ name: 'Ultra EVM Network Testnet',
26958
+ chain: 'Ultra',
26959
+ icon: 'ultra',
26960
+ rpc: [ 'https://evm.test.ultra.eosusa.io' ],
26961
+ faucets: [],
26962
+ nativeCurrency: { name: 'Ultra Token', symbol: 'UOS', decimals: 18 },
26963
+ infoURL: 'https://ultra.io/',
26964
+ shortName: 'ultra-testnet',
26965
+ chainId: 18881,
26966
+ networkId: 18881,
26967
+ slip44: 1,
26968
+ explorers: [
26969
+ {
26970
+ name: 'Ultra EVM Testnet Explorer',
26971
+ url: 'https://evmexplorer.testnet.ultra.io',
26972
+ standard: 'EIP3091'
26973
+ }
26974
+ ]
26975
+ },
26856
26976
  {
26857
26977
  name: 'Titan (TKX)',
26858
26978
  chain: 'Titan (TKX)',
@@ -27598,6 +27718,25 @@ const chainArray = [
27598
27718
  }
27599
27719
  ]
27600
27720
  },
27721
+ {
27722
+ name: 'PremiumBlock',
27723
+ chain: 'PBLK',
27724
+ rpc: [ 'https://rpc.premiumblock.org' ],
27725
+ faucets: [],
27726
+ nativeCurrency: { name: 'Premium Block', symbol: 'PBLK', decimals: 18 },
27727
+ infoURL: 'https://scan.premiumblock.org',
27728
+ shortName: 'pblk',
27729
+ chainId: 23023,
27730
+ networkId: 23023,
27731
+ explorers: [
27732
+ {
27733
+ name: 'PremiumBlocks Explorer',
27734
+ url: 'https://scan.premiumblock.org',
27735
+ standard: 'EIP3091'
27736
+ }
27737
+ ],
27738
+ features: [ { name: 'EIP1559' } ]
27739
+ },
27601
27740
  {
27602
27741
  name: 'Opside Testnet',
27603
27742
  chain: 'Opside',
@@ -32204,6 +32343,25 @@ const chainArray = [
32204
32343
  }
32205
32344
  ]
32206
32345
  },
32346
+ {
32347
+ name: 'CAGA mainnet',
32348
+ chain: 'CAGA',
32349
+ rpc: [ 'https://cagamainnet.com', 'wss://cagamainnet.com/ws' ],
32350
+ faucets: [],
32351
+ nativeCurrency: { name: 'CAGA', symbol: 'CAGA', decimals: 18 },
32352
+ infoURL: 'https://www.cagacrypto.com/',
32353
+ shortName: 'caga-mainnet',
32354
+ chainId: 72888,
32355
+ networkId: 72888,
32356
+ icon: 'caga',
32357
+ explorers: [
32358
+ {
32359
+ name: 'caga',
32360
+ url: 'https://explorer.cagamainnet.com',
32361
+ standard: 'EIP3091'
32362
+ }
32363
+ ]
32364
+ },
32207
32365
  {
32208
32366
  name: 'Grok Chain Mainnet',
32209
32367
  chain: 'Grok',
@@ -32787,6 +32945,26 @@ const chainArray = [
32787
32945
  explorers: [],
32788
32946
  parent: { type: 'L2', chain: 'eip155-42161' }
32789
32947
  },
32948
+ {
32949
+ name: 'Forta Chain',
32950
+ chain: 'Forta Chain',
32951
+ rpc: [ 'https://rpc-forta-chain-8gj1qndmfc.t.conduit.xyz' ],
32952
+ faucets: [],
32953
+ nativeCurrency: { name: 'FORT', symbol: 'FORT', decimals: 18 },
32954
+ infoURL: 'https://www.forta.org/',
32955
+ shortName: 'forta',
32956
+ chainId: 80931,
32957
+ networkId: 80931,
32958
+ icon: 'forta-chain',
32959
+ explorers: [
32960
+ {
32961
+ name: 'Forta Chain Explorer',
32962
+ url: 'https://explorer.forta.org',
32963
+ icon: 'forta-chain',
32964
+ standard: 'EIP3091'
32965
+ }
32966
+ ]
32967
+ },
32790
32968
  {
32791
32969
  name: 'Nordek Mainnet',
32792
32970
  chain: 'Nordek',
@@ -40416,6 +40594,31 @@ const chainArray = [
40416
40594
  }
40417
40595
  ]
40418
40596
  },
40597
+ {
40598
+ name: 'Ozean Poseidon Testnet',
40599
+ chain: 'Ozean Poseidon',
40600
+ rpc: [
40601
+ 'https://ozean-testnet.rpc.caldera.xyz/http',
40602
+ 'wss://ozean-testnet.rpc.caldera.xyz/ws'
40603
+ ],
40604
+ faucets: [ 'https://ozean-testnet.hub.caldera.xyz' ],
40605
+ nativeCurrency: { name: 'USDX', symbol: 'USDX', decimals: 18 },
40606
+ infoURL: 'https://docs.ozean.finance',
40607
+ shortName: 'ozean-poseidon',
40608
+ chainId: 7849306,
40609
+ networkId: 7849306,
40610
+ icon: 'ozean',
40611
+ status: 'active',
40612
+ explorers: [
40613
+ {
40614
+ name: 'Ozean Testnet Explorer',
40615
+ url: 'https://ozean-testnet.explorer.caldera.xyz',
40616
+ icon: 'ozean',
40617
+ standard: 'EIP3091'
40618
+ }
40619
+ ],
40620
+ parent: { type: 'L2', chain: 'eip155-11155111' }
40621
+ },
40419
40622
  {
40420
40623
  name: 'Plian Mainnet Subchain 1',
40421
40624
  chain: 'Plian',
@@ -41263,6 +41466,26 @@ const chainArray = [
41263
41466
  }
41264
41467
  ]
41265
41468
  },
41469
+ {
41470
+ name: 'ETP Mainnet',
41471
+ chain: 'ETP',
41472
+ rpc: [ 'https://rpc.etpscan.xyz' ],
41473
+ faucets: [],
41474
+ nativeCurrency: { name: 'ETP Chain Native Token', symbol: 'ETP', decimals: 18 },
41475
+ infoURL: 'https://www.etposchain.com',
41476
+ shortName: 'ETP',
41477
+ chainId: 20256789,
41478
+ networkId: 20256789,
41479
+ icon: 'etpchain',
41480
+ explorers: [
41481
+ {
41482
+ name: 'ETPScan',
41483
+ url: 'https://etpscan.xyz',
41484
+ icon: 'etpchain',
41485
+ standard: 'EIP3091'
41486
+ }
41487
+ ]
41488
+ },
41266
41489
  {
41267
41490
  name: 'Hokum Testnet',
41268
41491
  chain: 'HokumTestnet',
@@ -43998,8 +44221,8 @@ const chainArray = [
43998
44221
  icon: 'ntity',
43999
44222
  explorers: [
44000
44223
  {
44001
- name: 'Ntity Blockscout',
44002
- url: 'https://blockscout.ntity.io',
44224
+ name: 'Ntity Explorer',
44225
+ url: 'https://explorer.ntity.io',
44003
44226
  icon: 'ntity',
44004
44227
  standard: 'EIP3091'
44005
44228
  }
@@ -44012,16 +44235,16 @@ const chainArray = [
44012
44235
  faucets: [],
44013
44236
  nativeCurrency: { name: 'Ntity Haradev', symbol: 'NTTH', decimals: 18 },
44014
44237
  infoURL: 'https://ntity.io',
44015
- shortName: 'ntt-haradev',
44238
+ shortName: 'haradev',
44016
44239
  chainId: 197710212031,
44017
44240
  networkId: 197710212031,
44018
44241
  slip44: 1,
44019
- icon: 'ntity',
44242
+ icon: 'haradev',
44020
44243
  explorers: [
44021
44244
  {
44022
- name: 'Ntity Haradev Blockscout',
44023
- url: 'https://blockscout.haradev.com',
44024
- icon: 'ntity',
44245
+ name: 'Haradev Explorer',
44246
+ url: 'https://explorer.haradev.com',
44247
+ icon: 'haradev',
44025
44248
  standard: 'EIP3091'
44026
44249
  }
44027
44250
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.588",
3
+ "version": "0.0.590",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {