eth-chainlist 0.0.568 → 0.0.570

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.570 (2024-12-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.569 ([cd44019](https://github.com/poowf/eth-chainlist/commit/cd440190210ff280c3bfa135954098637ad9b3c6))
9
+ * update chain data ([462cd28](https://github.com/poowf/eth-chainlist/commit/462cd28cf4ea3762bb787c1845afa1c736f2d2c5))
10
+
11
+ ### 0.0.569 (2024-12-20)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.568 ([4ace491](https://github.com/poowf/eth-chainlist/commit/4ace4910cc61aab627655c91f74e3a84946b5010))
17
+ * update chain data ([4bf264a](https://github.com/poowf/eth-chainlist/commit/4bf264adf7cbfec95626932cf66ef9b93308a677))
18
+
3
19
  ### 0.0.568 (2024-12-19)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -789,10 +789,10 @@ const chainArray = [
789
789
  {
790
790
  name: 'U2U Solaris Mainnet',
791
791
  chain: 'u2u',
792
- rpc: [ 'https://rpc-mainnet.uniultra.xyz' ],
792
+ rpc: [ 'https://rpc-mainnet.u2u.xyz' ],
793
793
  faucets: [],
794
- nativeCurrency: { name: 'Unicorn Ultra', symbol: 'U2U', decimals: 18 },
795
- infoURL: 'https://uniultra.xyz',
794
+ nativeCurrency: { name: 'U2U Network', symbol: 'U2U', decimals: 18 },
795
+ infoURL: 'https://u2u.xyz',
796
796
  shortName: 'u2u',
797
797
  chainId: 39,
798
798
  networkId: 39,
@@ -6612,7 +6612,8 @@ const chainArray = [
6612
6612
  { url: 'https://bridge.form.network' },
6613
6613
  { url: 'https://op-bridge.form.network' }
6614
6614
  ]
6615
- }
6615
+ },
6616
+ status: 'active'
6616
6617
  },
6617
6618
  {
6618
6619
  name: 'World Chain',
@@ -6915,6 +6916,34 @@ const chainArray = [
6915
6916
  }
6916
6917
  ]
6917
6918
  },
6919
+ {
6920
+ name: 'River',
6921
+ chain: 'river',
6922
+ rpc: [
6923
+ 'https://mainnet.rpc.river.build',
6924
+ 'https://towns-mainnet.calderachain.xyz/http'
6925
+ ],
6926
+ faucets: [],
6927
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
6928
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
6929
+ infoURL: 'https://www.river.build',
6930
+ shortName: 'river',
6931
+ chainId: 550,
6932
+ networkId: 550,
6933
+ icon: 'river',
6934
+ explorers: [
6935
+ {
6936
+ name: 'River Explorer',
6937
+ url: 'https://explorer.river.build',
6938
+ standard: 'EIP3091'
6939
+ },
6940
+ {
6941
+ name: 'River Caldera Explorer',
6942
+ url: 'https://towns-mainnet.calderaexplorer.xyz',
6943
+ standard: 'EIP3091'
6944
+ }
6945
+ ]
6946
+ },
6918
6947
  {
6919
6948
  name: 'Vela1 Chain Mainnet',
6920
6949
  chain: 'VELA1',
@@ -8585,7 +8614,7 @@ const chainArray = [
8585
8614
  {
8586
8615
  name: 'Electra Test Network',
8587
8616
  chain: 'Electra',
8588
- rpc: [ 'http://rpc.testnet.electranetwork.tech' ],
8617
+ rpc: [ 'https://rpc.testnet.electranetwork.tech' ],
8589
8618
  faucets: [],
8590
8619
  nativeCurrency: { name: 'Test Electra', symbol: 'TELC', decimals: 18 },
8591
8620
  infoURL: 'https://scan.testnet.electranetwork.tech',
@@ -12038,6 +12067,25 @@ const chainArray = [
12038
12067
  }
12039
12068
  ]
12040
12069
  },
12070
+ {
12071
+ name: 'Story',
12072
+ chain: 'STORY',
12073
+ rpc: [ 'https://mainnet.storyrpc.io' ],
12074
+ faucets: [],
12075
+ nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
12076
+ infoURL: 'https://story.foundation/',
12077
+ icon: 'story',
12078
+ shortName: 'sty',
12079
+ chainId: 1514,
12080
+ networkId: 1514,
12081
+ explorers: [
12082
+ {
12083
+ name: 'blockscout',
12084
+ url: 'https://mainnet.storyscan.xyz',
12085
+ standard: 'EIP3091'
12086
+ }
12087
+ ]
12088
+ },
12041
12089
  {
12042
12090
  name: 'Beagle Messaging Chain',
12043
12091
  chain: 'BMC',
@@ -17193,9 +17241,9 @@ const chainArray = [
17193
17241
  ]
17194
17242
  },
17195
17243
  {
17196
- name: 'DOS Tesnet',
17244
+ name: 'DOS Testnet',
17197
17245
  chain: 'DOS',
17198
- rpc: [ 'https://test.doschain.com' ],
17246
+ rpc: [ 'https://test.doschain.com/' ],
17199
17247
  faucets: [],
17200
17248
  nativeCurrency: { name: 'DOS', symbol: 'DOS', decimals: 18 },
17201
17249
  infoURL: 'http://doschain.io/',
@@ -17250,6 +17298,29 @@ const chainArray = [
17250
17298
  }
17251
17299
  ]
17252
17300
  },
17301
+ {
17302
+ name: 'PayNetwork Mainnet',
17303
+ chain: 'paynetwork',
17304
+ rpc: [
17305
+ 'https://rpc.paynetwork.io',
17306
+ 'https://paynetwork-main.calderachain.xyz/http'
17307
+ ],
17308
+ faucets: [],
17309
+ nativeCurrency: { name: 'PayNetwork', symbol: 'Pay', decimals: 18 },
17310
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
17311
+ infoURL: 'https://paynetwork-main.hub.caldera.xyz',
17312
+ shortName: 'paynetwork',
17313
+ chainId: 3969,
17314
+ networkId: 3969,
17315
+ icon: 'paynetwork',
17316
+ explorers: [
17317
+ {
17318
+ name: 'PayNetwork Mainnet Caldera Explorer',
17319
+ url: 'https://paynetwork-main.calderaexplorer.xyz',
17320
+ standard: 'EIP3091'
17321
+ }
17322
+ ]
17323
+ },
17253
17324
  {
17254
17325
  name: 'APEX Testnet',
17255
17326
  chain: 'ETH',
@@ -21167,6 +21238,27 @@ const chainArray = [
21167
21238
  }
21168
21239
  ]
21169
21240
  },
21241
+ {
21242
+ name: 'Powerloom Mainnet',
21243
+ chain: 'POWER',
21244
+ rpc: [ 'https://rpc.powerloom.network' ],
21245
+ faucets: [],
21246
+ nativeCurrency: { name: 'Powerloom Token', symbol: 'POWER', decimals: 18 },
21247
+ infoURL: 'https://powerloom.network',
21248
+ shortName: 'power',
21249
+ chainId: 7865,
21250
+ networkId: 7865,
21251
+ icon: 'power',
21252
+ status: 'active',
21253
+ explorers: [
21254
+ {
21255
+ name: 'blockscout',
21256
+ url: 'https://explorer.powerloom.network',
21257
+ icon: 'blockscout',
21258
+ standard: 'EIP3091'
21259
+ }
21260
+ ]
21261
+ },
21170
21262
  {
21171
21263
  name: 'Hazlor Testnet',
21172
21264
  chain: 'SCAS',
@@ -24760,6 +24852,26 @@ const chainArray = [
24760
24852
  networkId: 12321,
24761
24853
  slip44: 1
24762
24854
  },
24855
+ {
24856
+ name: 'Huddle01',
24857
+ chain: 'huddle01',
24858
+ rpc: [ 'https://huddle01.calderachain.xyz/http' ],
24859
+ faucets: [],
24860
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
24861
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
24862
+ infoURL: 'https://huddle01.com/',
24863
+ shortName: 'huddle01',
24864
+ chainId: 12323,
24865
+ networkId: 12323,
24866
+ icon: 'huddle01',
24867
+ explorers: [
24868
+ {
24869
+ name: 'Huddle01 Caldera Explorer',
24870
+ url: 'https://huddle01.calderaexplorer.xyz',
24871
+ standard: 'EIP3091'
24872
+ }
24873
+ ]
24874
+ },
24763
24875
  {
24764
24876
  name: 'L3X Protocol',
24765
24877
  chainId: 12324,
@@ -26562,6 +26674,24 @@ const chainArray = [
26562
26674
  }
26563
26675
  ]
26564
26676
  },
26677
+ {
26678
+ name: 'Fluent Developer Preview',
26679
+ chain: 'Fluent',
26680
+ rpc: [ 'https://rpc.dev.gblend.xyz' ],
26681
+ faucets: [ 'https://faucet.dev.gblend.xyz' ],
26682
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
26683
+ infoURL: 'https://fluent.xyz',
26684
+ shortName: 'fluent-dev-net',
26685
+ chainId: 20993,
26686
+ networkId: 20993,
26687
+ explorers: [
26688
+ {
26689
+ name: 'Fluent Blockscout Explorer',
26690
+ url: 'https://blockscout.dev.gblend.xyz',
26691
+ standard: 'EIP3091'
26692
+ }
26693
+ ]
26694
+ },
26565
26695
  {
26566
26696
  name: 'C4EI',
26567
26697
  chain: 'C4EI',
@@ -30946,6 +31076,27 @@ const chainArray = [
30946
31076
  }
30947
31077
  ]
30948
31078
  },
31079
+ {
31080
+ name: 'CyberChain Mainnet',
31081
+ chain: 'CCX',
31082
+ icon: 'cyberchain',
31083
+ rpc: [ 'https://rpc.cyberchain.xyz/' ],
31084
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31085
+ faucets: [],
31086
+ nativeCurrency: { name: 'CCX', symbol: 'CCX', decimals: 18 },
31087
+ infoURL: 'https://cyberchain.xyz',
31088
+ shortName: 'ccx',
31089
+ chainId: 65535,
31090
+ networkId: 65535,
31091
+ slip44: 60,
31092
+ explorers: [
31093
+ {
31094
+ name: 'CyberChain explorer',
31095
+ url: 'https://scan.cyberchain.xyz',
31096
+ standard: 'EIP3091'
31097
+ }
31098
+ ]
31099
+ },
30949
31100
  {
30950
31101
  name: 'Automata Mainnet',
30951
31102
  chain: 'Automata Mainnet',
@@ -31902,6 +32053,20 @@ const chainArray = [
31902
32053
  }
31903
32054
  ]
31904
32055
  },
32056
+ {
32057
+ name: 'Geo Genesis',
32058
+ chain: 'Geo Genesis',
32059
+ rpc: [ 'https://rpc-geo-genesis-h0q2s21xx8.t.conduit.xyz/' ],
32060
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
32061
+ faucets: [],
32062
+ infoURL: 'https://geobrowser.io',
32063
+ nativeCurrency: { name: 'The Graph', symbol: 'GRT', decimals: 18 },
32064
+ shortName: 'geo',
32065
+ chainId: 80451,
32066
+ networkId: 80451,
32067
+ explorers: [],
32068
+ parent: { type: 'L2', chain: 'eip155-42161' }
32069
+ },
31905
32070
  {
31906
32071
  name: 'Nordek Mainnet',
31907
32072
  chain: 'Nordek',
@@ -32114,6 +32279,26 @@ const chainArray = [
32114
32279
  }
32115
32280
  ]
32116
32281
  },
32282
+ {
32283
+ name: 'VEMP Horizon',
32284
+ chain: 'vemp-horizon',
32285
+ rpc: [ 'https://vemp-horizon.calderachain.xyz/http' ],
32286
+ faucets: [],
32287
+ nativeCurrency: { name: 'VEMP', symbol: 'VEMP', decimals: 18 },
32288
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
32289
+ infoURL: 'https://www.vemp.xyz/',
32290
+ shortName: 'vemp-horizon',
32291
+ chainId: 82614,
32292
+ networkId: 82614,
32293
+ icon: 'vemp-horizon',
32294
+ explorers: [
32295
+ {
32296
+ name: 'VEMP Horizon Caldera Explorer',
32297
+ url: 'https://vemp-horizon.calderaexplorer.xyz',
32298
+ standard: 'EIP3091'
32299
+ }
32300
+ ]
32301
+ },
32117
32302
  {
32118
32303
  name: 'Xprotocol Testnet',
32119
32304
  chainId: 83144,
@@ -32649,6 +32834,26 @@ const chainArray = [
32649
32834
  }
32650
32835
  ]
32651
32836
  },
32837
+ {
32838
+ name: 'Henez Chain Mainnet',
32839
+ chain: 'henez',
32840
+ rpc: [ 'https://henez.calderachain.xyz/http' ],
32841
+ faucets: [],
32842
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
32843
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
32844
+ infoURL: 'https://www.henez.fi/',
32845
+ shortName: 'henez',
32846
+ chainId: 91111,
32847
+ networkId: 91111,
32848
+ icon: 'henez',
32849
+ explorers: [
32850
+ {
32851
+ name: 'Henez Chain Mainnet Caldera Explorer',
32852
+ url: 'https://henez.calderaexplorer.xyz',
32853
+ standard: 'EIP3091'
32854
+ }
32855
+ ]
32856
+ },
32652
32857
  {
32653
32858
  name: 'MetaDAP Enterprise Mainnet',
32654
32859
  title: 'MetaDAP Enterprise Mainnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.568",
3
+ "version": "0.0.570",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {