eth-chainlist 0.0.320 → 0.0.322

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 +204 -12
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.322 (2024-01-16)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.321 ([fc329e6](https://github.com/poowf/eth-chainlist/commit/fc329e6720bd1677c2421fb24bab5bc49b81cd05))
9
+ * update chain data ([2660701](https://github.com/poowf/eth-chainlist/commit/26607012bcc9a8c916b4f6429d6b40a25cda9ca9))
10
+
11
+ ### 0.0.321 (2024-01-15)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.320 ([385238c](https://github.com/poowf/eth-chainlist/commit/385238ca6a053c09e3156e21e4a18b4ae84cb26d))
17
+ * update chain data ([5c0e7ac](https://github.com/poowf/eth-chainlist/commit/5c0e7ac0d1fa33a86a4c33f8aeb146c3683c7632))
18
+
3
19
  ### 0.0.320 (2024-01-12)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2612,6 +2612,26 @@ const chainArray = [
2612
2612
  }
2613
2613
  ]
2614
2614
  },
2615
+ {
2616
+ name: 'ProtoJumbo Testnet',
2617
+ chain: 'Jumbo',
2618
+ rpc: [ 'https://testnode.jumbochain.org' ],
2619
+ faucets: [ 'https://protojumbo.jumbochain.org/faucet-smart' ],
2620
+ nativeCurrency: { name: 'JNFTC', symbol: 'JNFTC', decimals: 18 },
2621
+ features: [ { name: 'EIP155' } ],
2622
+ infoURL: 'https://jumbochain.org',
2623
+ shortName: 'ProtoJumbo',
2624
+ chainId: 129,
2625
+ networkId: 129,
2626
+ slip44: 1,
2627
+ explorers: [
2628
+ {
2629
+ name: 'ProtoJumbo',
2630
+ url: 'https://protojumbo.jumbochain.org',
2631
+ standard: 'EIP3091'
2632
+ }
2633
+ ]
2634
+ },
2615
2635
  {
2616
2636
  name: 'Engram Testnet',
2617
2637
  chain: 'tGRAM',
@@ -4932,7 +4952,13 @@ const chainArray = [
4932
4952
  name: 'Areon Network Mainnet',
4933
4953
  chain: 'Areon',
4934
4954
  icon: 'areon',
4935
- rpc: [ 'https://mainnet-rpc.areon.network' ],
4955
+ rpc: [
4956
+ 'https://mainnet-rpc.areon.network',
4957
+ 'https://mainnet-rpc2.areon.network',
4958
+ 'https://mainnet-rpc3.areon.network',
4959
+ 'https://mainnet-rpc4.areon.network',
4960
+ 'https://mainnet-rpc5.areon.network'
4961
+ ],
4936
4962
  faucets: [],
4937
4963
  nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
4938
4964
  infoURL: 'https://areon.network',
@@ -5501,7 +5527,7 @@ const chainArray = [
5501
5527
  ]
5502
5528
  },
5503
5529
  {
5504
- name: 'Kalichain Mainnet',
5530
+ name: 'Kalichain Testnet',
5505
5531
  chain: 'Kalichain',
5506
5532
  rpc: [ 'https://rpc.kalichain.com' ],
5507
5533
  faucets: [],
@@ -5510,6 +5536,7 @@ const chainArray = [
5510
5536
  shortName: 'kalichain',
5511
5537
  chainId: 653,
5512
5538
  networkId: 653,
5539
+ icon: 'kalichain',
5513
5540
  explorers: [
5514
5541
  {
5515
5542
  name: 'kalichain explorer',
@@ -6019,6 +6046,27 @@ const chainArray = [
6019
6046
  slip44: 1,
6020
6047
  explorers: []
6021
6048
  },
6049
+ {
6050
+ name: 'Haven1 Testnet',
6051
+ chain: 'haven1',
6052
+ rpc: [ 'https://testnet-rpc.haven1.org' ],
6053
+ faucets: [ 'https://www.haven1.org/faucet' ],
6054
+ nativeCurrency: { name: 'Haven1', symbol: 'H1', decimals: 18 },
6055
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
6056
+ infoURL: 'https://www.haven1.org',
6057
+ shortName: 'h1',
6058
+ chainId: 810,
6059
+ networkId: 810,
6060
+ icon: 'haven1',
6061
+ explorers: [
6062
+ {
6063
+ name: 'Haven1 Explorer',
6064
+ url: 'https://testnet-explorer.haven1.org',
6065
+ icon: 'haven1',
6066
+ standard: 'EIP3091'
6067
+ }
6068
+ ]
6069
+ },
6022
6070
  {
6023
6071
  name: 'Qitmeer',
6024
6072
  chain: 'MEER',
@@ -11442,6 +11490,35 @@ const chainArray = [
11442
11490
  }
11443
11491
  ]
11444
11492
  },
11493
+ {
11494
+ name: 'Tangle Testnet',
11495
+ chain: 'Tangle Testnet',
11496
+ icon: 'tangle',
11497
+ rpc: [
11498
+ 'https://testnet-rpc.tangle.tools',
11499
+ 'https://testnet-rpc-archive.tangle.tools',
11500
+ 'wss://testnet-rpc.tangle.tools',
11501
+ 'wss://testnet-rpc-archive.tangle.tools'
11502
+ ],
11503
+ faucets: [ 'https://faucet.tangle.tools' ],
11504
+ nativeCurrency: {
11505
+ name: 'Testnet Tangle Network Token',
11506
+ symbol: 'tTNT',
11507
+ decimals: 18
11508
+ },
11509
+ infoURL: 'https://docs.tangle.tools',
11510
+ shortName: 'tTangle',
11511
+ chainId: 3799,
11512
+ networkId: 3799,
11513
+ explorers: [
11514
+ {
11515
+ name: 'ttntscan',
11516
+ url: 'https://testnet-explorer.tangle.tools',
11517
+ icon: 'blockscout',
11518
+ standard: 'EIP3091'
11519
+ }
11520
+ ]
11521
+ },
11445
11522
  {
11446
11523
  name: 'Firechain zkEVM Ghostrider',
11447
11524
  title: 'Firechain zkEVM Ghostrider',
@@ -13085,6 +13162,26 @@ const chainArray = [
13085
13162
  }
13086
13163
  ]
13087
13164
  },
13165
+ {
13166
+ name: 'PAXB Mainnet',
13167
+ chain: 'PAXB',
13168
+ rpc: [ 'https://chain.paxb.io' ],
13169
+ faucets: [],
13170
+ nativeCurrency: { name: 'PAXB', symbol: 'PAXB', decimals: 18 },
13171
+ infoURL: 'https://paxb.io/',
13172
+ shortName: 'PAXB',
13173
+ chainId: 6701,
13174
+ networkId: 6701,
13175
+ icon: 'paxb',
13176
+ explorers: [
13177
+ {
13178
+ name: 'PAXB Explorer',
13179
+ url: 'https://scan.paxb.io',
13180
+ icon: 'paxb',
13181
+ standard: 'EIP3091'
13182
+ }
13183
+ ]
13184
+ },
13088
13185
  {
13089
13186
  name: 'Compverse Mainnet',
13090
13187
  chain: 'CPV',
@@ -14617,6 +14714,25 @@ const chainArray = [
14617
14714
  }
14618
14715
  ]
14619
14716
  },
14717
+ {
14718
+ name: 'Evoke Mainnet',
14719
+ chain: 'MTHN',
14720
+ icon: 'mthn',
14721
+ rpc: [ 'https://mainnet-rpc.evokescan.org' ],
14722
+ faucets: [],
14723
+ nativeCurrency: { name: 'MTHN', symbol: 'MTHN', decimals: 18 },
14724
+ infoURL: 'https://explorer.evokescan.org',
14725
+ shortName: 'MTHN',
14726
+ chainId: 9395,
14727
+ networkId: 9395,
14728
+ explorers: [
14729
+ {
14730
+ name: 'Evoke SmartChain Explorer',
14731
+ url: 'https://explorer.evokescan.org',
14732
+ standard: 'EIP3091'
14733
+ }
14734
+ ]
14735
+ },
14620
14736
  {
14621
14737
  name: 'Rangers Protocol Testnet Robin',
14622
14738
  chain: 'Rangers',
@@ -16975,6 +17091,25 @@ const chainArray = [
16975
17091
  }
16976
17092
  ]
16977
17093
  },
17094
+ {
17095
+ name: 'Evoke Testnet',
17096
+ chain: 'Evoke',
17097
+ icon: 'mthn',
17098
+ rpc: [ 'https://testnet-rpc.evokescan.org' ],
17099
+ faucets: [ 'https://faucet.evokescan.org' ],
17100
+ nativeCurrency: { name: 'MTHN Testnet', symbol: 'MTHN', decimals: 18 },
17101
+ infoURL: 'https://testnet-explorer.evokescan.org',
17102
+ shortName: 'tmthn',
17103
+ chainId: 31414,
17104
+ networkId: 31414,
17105
+ explorers: [
17106
+ {
17107
+ name: 'Evoke SmartChain Testnet Explorer',
17108
+ url: 'https://testnet-explorer.evokescan.org',
17109
+ standard: 'EIP3091'
17110
+ }
17111
+ ]
17112
+ },
16978
17113
  {
16979
17114
  name: 'Filecoin - Wallaby testnet',
16980
17115
  status: 'deprecated',
@@ -17748,6 +17883,26 @@ const chainArray = [
17748
17883
  }
17749
17884
  ]
17750
17885
  },
17886
+ {
17887
+ name: 'Deelance Mainnet',
17888
+ title: 'Deelance Network Mainnet',
17889
+ chain: 'DEE',
17890
+ rpc: [ 'https://rpc.deelance.com' ],
17891
+ faucets: [ 'https://faucet.deelance.com' ],
17892
+ nativeCurrency: { name: 'Deelance', symbol: 'DEE', decimals: 18 },
17893
+ infoURL: 'https://deelance.com',
17894
+ shortName: 'dee',
17895
+ chainId: 45510,
17896
+ networkId: 45510,
17897
+ icon: 'deelance',
17898
+ explorers: [
17899
+ {
17900
+ name: 'Deelance Mainnet Explorer',
17901
+ url: 'https://deescan.com',
17902
+ standard: 'EIP3091'
17903
+ }
17904
+ ]
17905
+ },
17751
17906
  {
17752
17907
  name: 'Fusion Testnet',
17753
17908
  chain: 'FSN',
@@ -23032,6 +23187,26 @@ const chainArray = [
23032
23187
  }
23033
23188
  ]
23034
23189
  },
23190
+ {
23191
+ name: 'Ancient8 Testnet',
23192
+ chain: 'Ancient8',
23193
+ icon: 'ancient8',
23194
+ rpc: [ 'https://rpcv2-testnet.ancient8.gg' ],
23195
+ faucets: [],
23196
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
23197
+ infoURL: 'https://ancient8.gg/',
23198
+ shortName: 'a8',
23199
+ chainId: 28122024,
23200
+ networkId: 28122024,
23201
+ slip44: 1,
23202
+ explorers: [
23203
+ {
23204
+ name: 'scan-testnet',
23205
+ url: 'https://scanv2-testnet.ancient8.gg',
23206
+ standard: 'EIP3091'
23207
+ }
23208
+ ]
23209
+ },
23035
23210
  {
23036
23211
  name: 'Auxilium Network Mainnet',
23037
23212
  chain: 'AUX',
@@ -23987,14 +24162,15 @@ const chainArray = [
23987
24162
  }
23988
24163
  },
23989
24164
  {
23990
- name: 'Ancient8 Testnet',
24165
+ name: 'Ancient8 Testnet (deprecated)',
24166
+ status: 'deprecated',
23991
24167
  chain: 'Ancient8',
23992
24168
  icon: 'ancient8',
23993
24169
  rpc: [ 'https://rpc-testnet.ancient8.gg' ],
23994
24170
  faucets: [],
23995
24171
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
23996
24172
  infoURL: 'https://ancient8.gg/',
23997
- shortName: 'a8',
24173
+ shortName: 'a8old',
23998
24174
  chainId: 2863311531,
23999
24175
  networkId: 2863311531,
24000
24176
  slip44: 1,
@@ -24042,19 +24218,27 @@ const chainArray = [
24042
24218
  name: 'Palm Testnet',
24043
24219
  chain: 'Palm',
24044
24220
  icon: 'palm',
24045
- rpc: [ 'https://palm-testnet.infura.io/v3/${INFURA_API_KEY}' ],
24221
+ rpc: [
24222
+ 'https://palm-testnet.infura.io/v3/${INFURA_API_KEY}',
24223
+ 'https://palm-testnet.public.blastapi.io'
24224
+ ],
24046
24225
  faucets: [],
24047
24226
  nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 },
24048
- infoURL: 'https://palm.io',
24227
+ infoURL: 'https://palm.network',
24049
24228
  shortName: 'tpalm',
24050
24229
  chainId: 11297108099,
24051
24230
  networkId: 11297108099,
24052
24231
  slip44: 1,
24053
24232
  explorers: [
24054
24233
  {
24055
- name: 'Palm Testnet Explorer',
24056
- url: 'https://explorer.palm-uat.xyz',
24234
+ name: 'Chainlens',
24235
+ url: 'https://testnet.palm.chainlens.com',
24057
24236
  standard: 'EIP3091'
24237
+ },
24238
+ {
24239
+ name: 'Dora',
24240
+ url: 'https://www.ondora.xyz/network/palm-testnet',
24241
+ standard: 'none'
24058
24242
  }
24059
24243
  ]
24060
24244
  },
@@ -24062,18 +24246,26 @@ const chainArray = [
24062
24246
  name: 'Palm',
24063
24247
  chain: 'Palm',
24064
24248
  icon: 'palm',
24065
- rpc: [ 'https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}' ],
24249
+ rpc: [
24250
+ 'https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}',
24251
+ 'https://palm-mainnet.public.blastapi.io'
24252
+ ],
24066
24253
  faucets: [],
24067
24254
  nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 },
24068
- infoURL: 'https://palm.io',
24255
+ infoURL: 'https://palm.network',
24069
24256
  shortName: 'palm',
24070
24257
  chainId: 11297108109,
24071
24258
  networkId: 11297108109,
24072
24259
  explorers: [
24073
24260
  {
24074
- name: 'Palm Explorer',
24075
- url: 'https://explorer.palm.io',
24261
+ name: 'Chainlens',
24262
+ url: 'https://palm.chainlens.com',
24076
24263
  standard: 'EIP3091'
24264
+ },
24265
+ {
24266
+ name: 'Dora',
24267
+ url: 'https://www.ondora.xyz/network/palm',
24268
+ standard: 'none'
24077
24269
  }
24078
24270
  ]
24079
24271
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.320",
3
+ "version": "0.0.322",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {