eth-chainlist 0.0.563 → 0.0.565

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 +156 -24
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.565 (2024-12-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.564 ([58b8a10](https://github.com/poowf/eth-chainlist/commit/58b8a10f56786c1c76eef0f57932150a9b2a5cce))
9
+ * update chain data ([c16833d](https://github.com/poowf/eth-chainlist/commit/c16833dd8e319f02e72c5a4c8bbba3a2ca6af629))
10
+
11
+ ### 0.0.564 (2024-12-14)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.563 ([fad8ec0](https://github.com/poowf/eth-chainlist/commit/fad8ec0a84168492724ee2d14b6f007216d53d80))
17
+ * update chain data ([d10279e](https://github.com/poowf/eth-chainlist/commit/d10279ecfdd2d53df791a03a86e3218c85856769))
18
+
3
19
  ### 0.0.563 (2024-12-13)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -8192,6 +8192,26 @@ const chainArray = [
8192
8192
  chainId: 803,
8193
8193
  networkId: 803
8194
8194
  },
8195
+ {
8196
+ name: 'Evoz Mainnet',
8197
+ chain: 'Evoz',
8198
+ rpc: [ 'https://rpc.evozscan.com' ],
8199
+ faucets: [],
8200
+ nativeCurrency: { name: 'Evoz Mainnet', symbol: 'EVOZ', decimals: 18 },
8201
+ infoURL: 'https://rpc.evozscan.com',
8202
+ shortName: 'Evoz',
8203
+ chainId: 805,
8204
+ networkId: 805,
8205
+ icon: 'evoz',
8206
+ explorers: [
8207
+ {
8208
+ name: 'evozscan',
8209
+ url: 'https://evozscan.com',
8210
+ icon: 'evoz',
8211
+ standard: 'none'
8212
+ }
8213
+ ]
8214
+ },
8195
8215
  {
8196
8216
  name: 'Portal Fantasy Chain Test',
8197
8217
  chain: 'PF',
@@ -14087,14 +14107,15 @@ const chainArray = [
14087
14107
  },
14088
14108
  {
14089
14109
  name: 'Phala Network',
14090
- chain: 'PHA',
14110
+ chain: 'ETH',
14091
14111
  rpc: [],
14092
14112
  faucets: [],
14093
- nativeCurrency: { name: 'Phala', symbol: 'PHA', decimals: 18 },
14113
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
14094
14114
  infoURL: 'https://phala.network',
14095
- shortName: 'pha',
14115
+ shortName: 'phala',
14096
14116
  chainId: 2035,
14097
- networkId: 2035
14117
+ networkId: 2035,
14118
+ status: 'incubating'
14098
14119
  },
14099
14120
  {
14100
14121
  name: 'Kiwi Subnet',
@@ -16696,22 +16717,22 @@ const chainArray = [
16696
16717
  ]
16697
16718
  },
16698
16719
  {
16699
- name: 'JZERO',
16700
- chain: 'JZERO',
16701
- icon: 'jzero',
16702
- rpc: [ 'https://rpc.jzero.xyz' ],
16720
+ name: 'JFINPOS',
16721
+ chain: 'JFINPOS',
16722
+ icon: 'jfinpos',
16723
+ rpc: [ 'https://rpc.jfinpos.com' ],
16703
16724
  faucets: [],
16704
16725
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
16705
- nativeCurrency: { name: 'JZERO', symbol: 'JZR', decimals: 18 },
16706
- infoURL: 'https://jzero.xyz',
16726
+ nativeCurrency: { name: 'JFINPOS', symbol: 'JPOS', decimals: 18 },
16727
+ infoURL: 'https://jfinpos.com',
16707
16728
  shortName: 'jzero',
16708
16729
  chainId: 3502,
16709
16730
  networkId: 3502,
16710
16731
  explorers: [
16711
16732
  {
16712
- name: 'JZERO Explorer',
16713
- url: 'https://exp.jzero.xyz',
16714
- icon: 'jzero',
16733
+ name: 'JFINPOS Explorer',
16734
+ url: 'https://exp.jfinpos.com',
16735
+ icon: 'jfinpos',
16715
16736
  standard: 'EIP3091'
16716
16737
  }
16717
16738
  ]
@@ -17855,7 +17876,7 @@ const chainArray = [
17855
17876
  {
17856
17877
  name: 'Echos Chain',
17857
17878
  chain: 'Echos',
17858
- rpc: [],
17879
+ rpc: [ 'https://rpc-echos-mainnet-0.t.conduit.xyz' ],
17859
17880
  features: [],
17860
17881
  faucets: [],
17861
17882
  nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 18 },
@@ -18228,6 +18249,30 @@ const chainArray = [
18228
18249
  }
18229
18250
  ]
18230
18251
  },
18252
+ {
18253
+ name: 'Evnode Testnet',
18254
+ chain: 'Evnode',
18255
+ rpc: [ 'https://rpc-testnet.evnode.org/' ],
18256
+ faucets: [ 'https://faucet.evnode.org' ],
18257
+ nativeCurrency: {
18258
+ name: 'Evnode Testnet Native Token',
18259
+ symbol: 'tEVO',
18260
+ decimals: 18
18261
+ },
18262
+ infoURL: 'https://evnode.org',
18263
+ shortName: 'evnode',
18264
+ chainId: 4786,
18265
+ networkId: 4786,
18266
+ icon: 'evnode',
18267
+ explorers: [
18268
+ {
18269
+ name: 'Evnode Explorer Testnet',
18270
+ url: 'https://testnet.evscan.net',
18271
+ standard: 'EIP3091',
18272
+ icon: 'evnode'
18273
+ }
18274
+ ]
18275
+ },
18231
18276
  {
18232
18277
  name: 'World Chain Sepolia Testnet',
18233
18278
  chain: 'ETH',
@@ -20519,6 +20564,26 @@ const chainArray = [
20519
20564
  icon: 'nibiru',
20520
20565
  explorers: []
20521
20566
  },
20567
+ {
20568
+ name: 'InitVerse penesis testnet',
20569
+ chain: 'InitVerse',
20570
+ rpc: [ 'http://rpc-testnet.inichain.com' ],
20571
+ faucets: [],
20572
+ nativeCurrency: { name: 'InitVerse', symbol: 'INI', decimals: 18 },
20573
+ infoURL: 'https://genesis-testnet.inichain.com',
20574
+ shortName: 'INICHAIN',
20575
+ chainId: 7234,
20576
+ networkId: 7234,
20577
+ icon: 'initverse',
20578
+ explorers: [
20579
+ {
20580
+ name: 'initverse',
20581
+ url: 'https://genesis-testnet.iniscan.com',
20582
+ icon: 'initverse',
20583
+ standard: 'none'
20584
+ }
20585
+ ]
20586
+ },
20522
20587
  {
20523
20588
  name: 'ZEUS Testnet',
20524
20589
  chain: 'tZEUS',
@@ -29640,7 +29705,7 @@ const chainArray = [
29640
29705
  name: 'OverProtocol Mainnet',
29641
29706
  chain: 'OverProtocol',
29642
29707
  icon: 'overIcon',
29643
- rpc: [ 'https://public.rpc.overprotocol.com' ],
29708
+ rpc: [ 'https://rpc.overprotocol.com', 'https://rpc2.overprotocol.com' ],
29644
29709
  faucets: [],
29645
29710
  nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
29646
29711
  infoURL: 'https://docs.over.network',
@@ -29650,7 +29715,7 @@ const chainArray = [
29650
29715
  explorers: [
29651
29716
  {
29652
29717
  name: 'OverView',
29653
- url: 'https://view.over.network',
29718
+ url: 'https://scan.over.network',
29654
29719
  standard: 'EIP3091'
29655
29720
  }
29656
29721
  ]
@@ -34966,16 +35031,16 @@ const chainArray = [
34966
35031
  ]
34967
35032
  },
34968
35033
  {
34969
- name: 'HydraDX',
35034
+ name: 'Hydration',
34970
35035
  chain: 'HDX',
34971
35036
  rpc: [ 'https://rpc.hydradx.cloud', 'wss://rpc.hydradx.cloud' ],
34972
35037
  faucets: [],
34973
35038
  nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
34974
- infoURL: 'https://hydradx.io',
35039
+ infoURL: 'https://hydration.net/',
34975
35040
  shortName: 'hdx',
34976
35041
  chainId: 222222,
34977
35042
  networkId: 222222,
34978
- icon: 'hydradx',
35043
+ icon: 'hydration',
34979
35044
  explorers: [
34980
35045
  {
34981
35046
  name: 'blockscout',
@@ -35159,6 +35224,30 @@ const chainArray = [
35159
35224
  }
35160
35225
  ]
35161
35226
  },
35227
+ {
35228
+ name: 'Studio Testnet',
35229
+ chain: 'STO',
35230
+ icon: 'studio',
35231
+ rpc: [
35232
+ 'https://rpc.studio-blockchain.com',
35233
+ 'wss://ws.studio-blockchain.com'
35234
+ ],
35235
+ faucets: [],
35236
+ nativeCurrency: { name: 'Studio Token', symbol: 'STO', decimals: 18 },
35237
+ features: [ { name: 'EIP155' } ],
35238
+ infoURL: 'https://studio-blockchain.com',
35239
+ shortName: 'sto',
35240
+ chainId: 240240,
35241
+ networkId: 240240,
35242
+ explorers: [
35243
+ {
35244
+ name: 'Studio Scan',
35245
+ url: 'https://studio-scan.com',
35246
+ standard: 'EIP3091'
35247
+ }
35248
+ ],
35249
+ status: 'active'
35250
+ },
35162
35251
  {
35163
35252
  name: 'Orange Chain Testnet',
35164
35253
  title: 'Orange Chain Testnet',
@@ -36660,7 +36749,7 @@ const chainArray = [
36660
36749
  name: 'OverProtocol Testnet',
36661
36750
  chain: 'OverProtocol',
36662
36751
  icon: 'overIcon',
36663
- rpc: [ 'https://wallet-dolphin.rpc.over.network' ],
36752
+ rpc: [ 'https://rpc.dolphin.overprotocol.com' ],
36664
36753
  faucets: [],
36665
36754
  nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
36666
36755
  infoURL: 'https://docs.over.network',
@@ -36670,7 +36759,7 @@ const chainArray = [
36670
36759
  explorers: [
36671
36760
  {
36672
36761
  name: 'OverView Testnet',
36673
- url: 'https://dolphin.view.over.network',
36762
+ url: 'https://dolphin-scan.over.network',
36674
36763
  standard: 'EIP3091'
36675
36764
  }
36676
36765
  ]
@@ -36987,6 +37076,27 @@ const chainArray = [
36987
37076
  }
36988
37077
  ]
36989
37078
  },
37079
+ {
37080
+ name: 'Conwai Mainnet',
37081
+ chain: 'CNW',
37082
+ rpc: [ 'https://conwai.calderachain.xyz/http' ],
37083
+ faucets: [],
37084
+ nativeCurrency: { name: 'Conwai', symbol: 'CNW', decimals: 18 },
37085
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
37086
+ infoURL: 'https://conwai.net',
37087
+ shortName: 'cnw',
37088
+ chainId: 668668,
37089
+ networkId: 668668,
37090
+ icon: 'conwai',
37091
+ explorers: [
37092
+ {
37093
+ name: 'conwaiscan',
37094
+ icon: 'conwaiscan',
37095
+ url: 'https://conwai.calderaexplorer.xyz',
37096
+ standard: 'EIP3091'
37097
+ }
37098
+ ]
37099
+ },
36990
37100
  {
36991
37101
  name: 'Won Network',
36992
37102
  chainId: 686868,
@@ -39921,18 +40031,20 @@ const chainArray = [
39921
40031
  ]
39922
40032
  },
39923
40033
  {
39924
- name: 'Corn Maizenet',
40034
+ name: 'Corn',
39925
40035
  chain: 'BTCN',
39926
40036
  rpc: [
40037
+ 'https://mainnet.corn-rpc.com',
39927
40038
  'https://rpc.ankr.com/corn_maizenet',
39928
40039
  'https://maizenet-rpc.usecorn.com'
39929
40040
  ],
39930
40041
  faucets: [],
39931
40042
  nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
39932
40043
  infoURL: 'https://usecorn.com',
39933
- shortName: 'btcn',
40044
+ shortName: 'corn',
39934
40045
  chainId: 21000000,
39935
40046
  networkId: 21000000,
40047
+ icon: 'corn',
39936
40048
  explorers: [
39937
40049
  {
39938
40050
  name: 'Corn Explorer',
@@ -39951,13 +40063,14 @@ const chainArray = [
39951
40063
  name: 'Corn Testnet',
39952
40064
  chain: 'BTCN',
39953
40065
  rpc: [
40066
+ 'https://testnet.corn-rpc.com',
39954
40067
  'https://rpc.ankr.com/corn_testnet',
39955
40068
  'https://testnet-rpc.usecorn.com'
39956
40069
  ],
39957
40070
  faucets: [],
39958
40071
  nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
39959
40072
  infoURL: 'https://usecorn.com',
39960
- shortName: 'btcn-testnet',
40073
+ shortName: 'corn-testnet',
39961
40074
  chainId: 21000001,
39962
40075
  networkId: 21000001,
39963
40076
  explorers: [
@@ -41650,6 +41763,25 @@ const chainArray = [
41650
41763
  }
41651
41764
  ]
41652
41765
  },
41766
+ {
41767
+ name: 'Turbo',
41768
+ chain: 'NEAR',
41769
+ rpc: [ 'https://rpc-0x4e45415f.aurora-cloud.dev' ],
41770
+ icon: 'turbo',
41771
+ faucets: [],
41772
+ nativeCurrency: { name: 'Turbo', symbol: 'TURBO', decimals: 18 },
41773
+ infoURL: 'https://turbotoken.io',
41774
+ shortName: 'turbo',
41775
+ chainId: 1313161567,
41776
+ networkId: 1313161567,
41777
+ explorers: [
41778
+ {
41779
+ name: 'Turbo explorer',
41780
+ url: 'https://explorer.turbo.aurora.dev',
41781
+ standard: 'EIP3091'
41782
+ }
41783
+ ]
41784
+ },
41653
41785
  {
41654
41786
  name: 'SKALE Titan Hub',
41655
41787
  chain: 'parallel-stormy-spica',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.563",
3
+ "version": "0.0.565",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {