eth-chainlist 0.0.521 → 0.0.523

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.523 (2024-10-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.522 ([7a227a0](https://github.com/poowf/eth-chainlist/commit/7a227a0c77c412bf1c56adffb1e98a0112fda6a1))
9
+ * update chain data ([b06740c](https://github.com/poowf/eth-chainlist/commit/b06740c5de4f5fb05113ff215d5b66e1048b1cc4))
10
+
11
+ ### 0.0.522 (2024-10-24)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.521 ([dd4fd65](https://github.com/poowf/eth-chainlist/commit/dd4fd658263f2a960f2463446c4f8a27a2bb18d7))
17
+ * update chain data ([de7c951](https://github.com/poowf/eth-chainlist/commit/de7c951d889075e72773b4a6af268df69f419fae))
18
+
3
19
  ### 0.0.521 (2024-10-20)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -941,7 +941,8 @@ const chainArray = [
941
941
  rpc: [
942
942
  'https://rpc.darwinia.network',
943
943
  'https://darwinia-rpc.dcdao.box',
944
- 'https://darwinia-rpc.dwellir.com'
944
+ 'https://darwinia-rpc.dwellir.com',
945
+ 'https://darwinia.rpc.subquery.network/public'
945
946
  ],
946
947
  faucets: [],
947
948
  nativeCurrency: {
@@ -1027,7 +1028,8 @@ const chainArray = [
1027
1028
  'https://erpc.xinfin.network',
1028
1029
  'https://rpc.xinfin.network',
1029
1030
  'https://rpc1.xinfin.network',
1030
- 'https://rpc-xdc.icecreamswap.com'
1031
+ 'https://rpc.xdcrpc.com',
1032
+ 'https://erpc.xdcrpc.com'
1031
1033
  ],
1032
1034
  faucets: [],
1033
1035
  nativeCurrency: { name: 'XinFin', symbol: 'XDC', decimals: 18 },
@@ -1037,6 +1039,12 @@ const chainArray = [
1037
1039
  networkId: 50,
1038
1040
  icon: 'xdc',
1039
1041
  explorers: [
1042
+ {
1043
+ name: 'xdcscan',
1044
+ url: 'https://xdcscan.com',
1045
+ icon: 'blocksscan',
1046
+ standard: 'EIP3091'
1047
+ },
1040
1048
  {
1041
1049
  name: 'xdcscan',
1042
1050
  url: 'https://xdcscan.io',
@@ -15039,6 +15047,31 @@ const chainArray = [
15039
15047
  bridges: [ { url: 'https://bridge-holesky.morphl2.io' } ]
15040
15048
  }
15041
15049
  },
15050
+ {
15051
+ name: 'Morph',
15052
+ title: 'Morph Mainnet',
15053
+ chain: 'ETH',
15054
+ rpc: [ 'https://rpc.morphl2.io', 'wss://rpc.morphl2.io:8443' ],
15055
+ faucets: [],
15056
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15057
+ infoURL: 'https://morphl2.io',
15058
+ shortName: 'morph',
15059
+ chainId: 2818,
15060
+ networkId: 2818,
15061
+ slip44: 1,
15062
+ explorers: [
15063
+ {
15064
+ name: 'Morph Mainnet Explorer',
15065
+ url: 'https://explorer.morphl2.io',
15066
+ standard: 'EIP3091'
15067
+ }
15068
+ ],
15069
+ parent: {
15070
+ type: 'L2',
15071
+ chain: 'eip155-1',
15072
+ bridges: [ { url: 'https://bridge.morphl2.io/' } ]
15073
+ }
15074
+ },
15042
15075
  {
15043
15076
  name: 'HyperAGI Mainnet',
15044
15077
  chain: 'HyperAGI',
@@ -15717,6 +15750,27 @@ const chainArray = [
15717
15750
  }
15718
15751
  ]
15719
15752
  },
15753
+ {
15754
+ name: 'JZERO',
15755
+ chain: 'JZERO',
15756
+ icon: 'jzero',
15757
+ rpc: [ 'https://rpc.jzero.xyz' ],
15758
+ faucets: [],
15759
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
15760
+ nativeCurrency: { name: 'JZERO', symbol: 'JZR', decimals: 18 },
15761
+ infoURL: 'https://jzero.xyz',
15762
+ shortName: 'jzero',
15763
+ chainId: 3502,
15764
+ networkId: 3502,
15765
+ explorers: [
15766
+ {
15767
+ name: 'JZERO Explorer',
15768
+ url: 'https://exp.jzero.xyz',
15769
+ icon: 'jzero',
15770
+ standard: 'EIP3091'
15771
+ }
15772
+ ]
15773
+ },
15720
15774
  {
15721
15775
  name: 'PandoProject Mainnet',
15722
15776
  chain: 'PandoProject',
@@ -17366,6 +17420,28 @@ const chainArray = [
17366
17420
  }
17367
17421
  ]
17368
17422
  },
17423
+ {
17424
+ name: 'Skate Mainnet',
17425
+ chain: 'ETH',
17426
+ rpc: [ 'https://rpc.skatechain.org/' ],
17427
+ faucets: [],
17428
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17429
+ features: [ { name: 'EIP155' } ],
17430
+ infoURL: 'https://www.skatechain.org/',
17431
+ shortName: 'skate',
17432
+ chainId: 5050,
17433
+ networkId: 5050,
17434
+ icon: 'skate',
17435
+ explorers: [
17436
+ {
17437
+ name: 'Skate Explorer',
17438
+ url: 'https://scan.skatechain.org',
17439
+ standard: 'EIP3091'
17440
+ }
17441
+ ],
17442
+ status: 'active',
17443
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [ { url: '' } ] }
17444
+ },
17369
17445
  {
17370
17446
  name: 'Nollie Skatechain Testnet',
17371
17447
  chain: 'Skatechain',
@@ -22123,6 +22199,25 @@ const chainArray = [
22123
22199
  }
22124
22200
  ]
22125
22201
  },
22202
+ {
22203
+ name: 'AEON Chain',
22204
+ chain: 'AEON Chain',
22205
+ icon: 'aeon',
22206
+ rpc: [ 'https://node.aeon.xyz/rpc' ],
22207
+ faucets: [],
22208
+ nativeCurrency: { name: 'AEON Token', symbol: 'AEON', decimals: 18 },
22209
+ infoURL: '',
22210
+ shortName: 'aeon',
22211
+ chainId: 10025,
22212
+ networkId: 10025,
22213
+ explorers: [
22214
+ {
22215
+ name: 'AEON Explorer',
22216
+ url: 'https://scan.aeon.xyz',
22217
+ standard: 'none'
22218
+ }
22219
+ ]
22220
+ },
22126
22221
  {
22127
22222
  name: 'Japan Open Chain Testnet',
22128
22223
  chain: 'JOCT',
@@ -24800,6 +24895,30 @@ const chainArray = [
24800
24895
  }
24801
24896
  ]
24802
24897
  },
24898
+ {
24899
+ name: 'Rivest Testnet',
24900
+ chain: 'Inco',
24901
+ rpc: [
24902
+ 'https://validator.rivest.inco.org',
24903
+ 'https://gateway.rivest.inco.org'
24904
+ ],
24905
+ faucets: [ 'https://faucet.rivest.inco.org' ],
24906
+ nativeCurrency: { name: 'test-Inco', symbol: 'tINCO', decimals: 18 },
24907
+ infoURL: 'https://inco.org',
24908
+ shortName: 'rivest-testnet',
24909
+ chainId: 21097,
24910
+ networkId: 21097,
24911
+ slip44: 1,
24912
+ icon: 'inco',
24913
+ explorers: [
24914
+ {
24915
+ name: 'Rivest Testnet Explorer',
24916
+ url: 'https://explorer.rivest.inco.org',
24917
+ standard: 'EIP3091',
24918
+ icon: 'inco'
24919
+ }
24920
+ ]
24921
+ },
24803
24922
  {
24804
24923
  name: 'All About Healthy',
24805
24924
  chain: 'AAH',
@@ -27507,6 +27626,25 @@ const chainArray = [
27507
27626
  ],
27508
27627
  parent: { type: 'L2', chain: 'eip155-3' }
27509
27628
  },
27629
+ {
27630
+ name: 'Sophon',
27631
+ chain: 'Sophon',
27632
+ rpc: [ 'https://rpc.sophon.xyz' ],
27633
+ nativeCurrency: { name: 'Sophon', symbol: 'SOPH', decimals: 18 },
27634
+ faucets: [],
27635
+ infoURL: '',
27636
+ shortName: 'sophon',
27637
+ chainId: 50104,
27638
+ networkId: 50104,
27639
+ explorers: [
27640
+ {
27641
+ name: 'Sophon Block Explorer',
27642
+ url: 'https://explorer.sophon.xyz',
27643
+ icon: 'sophon-testnet',
27644
+ standard: 'none'
27645
+ }
27646
+ ]
27647
+ },
27510
27648
  {
27511
27649
  name: 'Erbie Mainnet',
27512
27650
  chain: 'Erbie',
@@ -39522,17 +39660,27 @@ const chainArray = [
39522
39660
  {
39523
39661
  name: 'Zeniq',
39524
39662
  chain: 'ZENIQ',
39525
- rpc: [ 'https://smart.zeniq.network:9545' ],
39526
- faucets: [ 'https://faucet.zeniq.net/' ],
39663
+ icon: 'zeniq',
39664
+ rpc: [ 'https://api.zeniq.network' ],
39665
+ features: [ { name: 'EIP155' } ],
39666
+ faucets: [ 'https://faucet.nomo.zone/', 'https://faucet.zeniq.net/' ],
39527
39667
  nativeCurrency: { name: 'Zeniq', symbol: 'ZENIQ', decimals: 18 },
39528
39668
  infoURL: 'https://www.zeniq.dev/',
39529
39669
  shortName: 'zeniq',
39530
39670
  chainId: 383414847825,
39531
39671
  networkId: 383414847825,
39672
+ ens: { registry: '0xa0446c88240bCA2A8E0f68C93aa365d25B198aA4' },
39532
39673
  explorers: [
39674
+ {
39675
+ name: 'zeniqscan',
39676
+ url: 'https://zeniqscan.com',
39677
+ icon: 'zeniq',
39678
+ standard: 'EIP3091'
39679
+ },
39533
39680
  {
39534
39681
  name: 'zeniq-smart-chain-explorer',
39535
39682
  url: 'https://smart.zeniq.net',
39683
+ icon: 'zeniq',
39536
39684
  standard: 'EIP3091'
39537
39685
  }
39538
39686
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.521",
3
+ "version": "0.0.523",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {