eth-chainlist 0.0.557 → 0.0.559

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 +162 -31
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.559 (2024-12-07)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.558 ([c2006b2](https://github.com/poowf/eth-chainlist/commit/c2006b243a90d839b9cb9c4e157ff66dd0af18dd))
9
+ * update chain data ([ef2da05](https://github.com/poowf/eth-chainlist/commit/ef2da053a48c9c9d694d97593c18c032145acc66))
10
+
11
+ ### 0.0.558 (2024-12-06)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.557 ([5236a27](https://github.com/poowf/eth-chainlist/commit/5236a275e32407a6a71d46f1e8438ac05d2aeb7e))
17
+ * update chain data ([fceecad](https://github.com/poowf/eth-chainlist/commit/fceecad28c0854bbcff00dd1a492527dce585434))
18
+
3
19
  ### 0.0.557 (2024-12-05)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -1040,7 +1040,9 @@ const chainArray = [
1040
1040
  'https://rpc.xinfin.network',
1041
1041
  'https://rpc1.xinfin.network',
1042
1042
  'https://rpc.xdcrpc.com',
1043
- 'https://erpc.xdcrpc.com'
1043
+ 'https://erpc.xdcrpc.com',
1044
+ 'https://rpc.ankr.com/xdc',
1045
+ 'https://rpc.xdc.org'
1044
1046
  ],
1045
1047
  faucets: [],
1046
1048
  nativeCurrency: { name: 'XinFin', symbol: 'XDC', decimals: 18 },
@@ -1057,24 +1059,26 @@ const chainArray = [
1057
1059
  standard: 'EIP3091'
1058
1060
  },
1059
1061
  {
1060
- name: 'xdcscan',
1062
+ name: 'openscan',
1061
1063
  url: 'https://xdcscan.io',
1062
1064
  icon: 'blocksscan',
1063
1065
  standard: 'EIP3091'
1064
- },
1065
- {
1066
- name: 'blocksscan',
1067
- url: 'https://xdc.blocksscan.io',
1068
- icon: 'blocksscan',
1069
- standard: 'EIP3091'
1070
1066
  }
1071
1067
  ]
1072
1068
  },
1073
1069
  {
1074
1070
  name: 'XDC Apothem Network',
1075
1071
  chain: 'XDC',
1076
- rpc: [ 'https://rpc.apothem.network', 'https://erpc.apothem.network' ],
1077
- faucets: [ 'https://faucet.apothem.network' ],
1072
+ rpc: [
1073
+ 'https://rpc.apothem.network',
1074
+ 'https://erpc.apothem.network',
1075
+ 'https://apothem.xdcrpc.com'
1076
+ ],
1077
+ faucets: [
1078
+ 'https://faucet.apothem.network',
1079
+ 'https://faucet.blocksscan.io',
1080
+ 'https://apothem.xdcscan.io/faucet'
1081
+ ],
1078
1082
  nativeCurrency: { name: 'XinFin', symbol: 'TXDC', decimals: 18 },
1079
1083
  infoURL: 'https://xinfin.org',
1080
1084
  shortName: 'txdc',
@@ -1084,13 +1088,13 @@ const chainArray = [
1084
1088
  explorers: [
1085
1089
  {
1086
1090
  name: 'xdcscan',
1087
- url: 'https://apothem.xinfinscan.com',
1091
+ url: 'https://testnet.xdcscan.com',
1088
1092
  icon: 'blocksscan',
1089
1093
  standard: 'EIP3091'
1090
1094
  },
1091
1095
  {
1092
- name: 'blocksscan',
1093
- url: 'https://apothem.blocksscan.io',
1096
+ name: 'openscan',
1097
+ url: 'https://apothem.xdcscan.io',
1094
1098
  icon: 'blocksscan',
1095
1099
  standard: 'EIP3091'
1096
1100
  }
@@ -6516,6 +6520,31 @@ const chainArray = [
6516
6520
  }
6517
6521
  ]
6518
6522
  },
6523
+ {
6524
+ name: 'AppChain',
6525
+ chain: 'AppChain',
6526
+ rpc: [ 'https://rpc.appchain.xyz/http', 'wss://rpc.appchain.xyz/ws' ],
6527
+ faucets: [],
6528
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
6529
+ infoURL: 'https://appchain.xyz',
6530
+ shortName: 'appchain',
6531
+ chainId: 466,
6532
+ networkId: 466,
6533
+ icon: 'appchain',
6534
+ explorers: [
6535
+ {
6536
+ name: 'AppChain Explorer',
6537
+ url: 'https://explorer.appchain.xyz',
6538
+ icon: 'blockscout',
6539
+ standard: 'EIP3091'
6540
+ }
6541
+ ],
6542
+ parent: {
6543
+ type: 'L2',
6544
+ chain: 'eip155-1',
6545
+ bridges: [ { url: 'https://bridge.appchain.xyz' } ]
6546
+ }
6547
+ },
6519
6548
  {
6520
6549
  name: 'World Chain',
6521
6550
  chain: 'ETH',
@@ -9301,9 +9330,9 @@ const chainArray = [
9301
9330
  parent: { type: 'L2', chain: 'eip155-1' }
9302
9331
  },
9303
9332
  {
9304
- name: 'Kaia Testnet Kairos',
9333
+ name: 'Kaia Kairos Testnet',
9305
9334
  chain: 'KAIA',
9306
- rpc: [ 'https://public-en.kairos.node.kaia.io' ],
9335
+ rpc: [ 'https://public-en-kairos.node.kaia.io' ],
9307
9336
  faucets: [ 'https://faucet.kaia.io' ],
9308
9337
  nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
9309
9338
  infoURL: 'https://kaia.io/',
@@ -11701,16 +11730,24 @@ const chainArray = [
11701
11730
  redFlags: [ 'reusedChainId' ]
11702
11731
  },
11703
11732
  {
11704
- name: 'Islander',
11705
- chain: 'Islander',
11706
- rpc: [],
11707
- nativeCurrency: { name: 'Islander', symbol: 'ISL', decimals: 18 },
11708
- faucets: [],
11709
- infoURL: '',
11710
- shortName: 'isl',
11733
+ name: 'Vana',
11734
+ chain: 'Vana',
11735
+ rpc: [ 'https://rpc.vana.org/' ],
11736
+ nativeCurrency: { name: 'Vana', symbol: 'VANA', decimals: 18 },
11737
+ faucets: [ 'https://faucet.vana.org/' ],
11738
+ infoURL: 'https://vana.org',
11739
+ shortName: 'vana',
11711
11740
  chainId: 1480,
11712
11741
  networkId: 1480,
11713
- explorers: []
11742
+ icon: 'vana',
11743
+ explorers: [
11744
+ {
11745
+ name: 'Vana Block Explorer',
11746
+ url: 'https://vanascan.io',
11747
+ icon: 'vana',
11748
+ standard: 'EIP3091'
11749
+ }
11750
+ ]
11714
11751
  },
11715
11752
  {
11716
11753
  name: 'Vitruveo Mainnet',
@@ -17873,17 +17910,40 @@ const chainArray = [
17873
17910
  faucets: [ 'https://faucet.emoney.network/faucet' ],
17874
17911
  nativeCurrency: { name: 'Emoney Network', symbol: 'EMYC', decimals: 18 },
17875
17912
  infoURL: 'https://emoney.network/',
17876
- shortName: 'emoney',
17913
+ shortName: 'EmoneyTestnet',
17877
17914
  chainId: 4544,
17878
17915
  networkId: 4544,
17879
17916
  slip44: 118,
17880
17917
  icon: 'emoney',
17881
17918
  explorers: [
17882
17919
  {
17883
- name: 'EMoney ethscan',
17884
- url: 'https://ethscan.emoney.network',
17920
+ name: 'EMoney Explorer',
17921
+ url: 'https://explore-stage.emoney.network',
17885
17922
  icon: 'emoney',
17886
- standard: 'EIP3091'
17923
+ standard: 'none'
17924
+ }
17925
+ ]
17926
+ },
17927
+ {
17928
+ name: 'Emoney Network Mainnet',
17929
+ chain: 'Emoney',
17930
+ rpc: [
17931
+ 'https://rpc-publicnode.emoney.io/',
17932
+ 'https://public-node1-rpc.emoney.network/'
17933
+ ],
17934
+ faucets: [],
17935
+ nativeCurrency: { name: 'Emoney Coin', symbol: 'EMYC', decimals: 18 },
17936
+ infoURL: 'https://emoney.io/',
17937
+ shortName: 'emoney',
17938
+ chainId: 4545,
17939
+ networkId: 4545,
17940
+ icon: 'emoney',
17941
+ explorers: [
17942
+ {
17943
+ name: 'EMoney Explorer',
17944
+ url: 'https://explore.emoney.network',
17945
+ icon: 'emoney',
17946
+ standard: 'none'
17887
17947
  }
17888
17948
  ]
17889
17949
  },
@@ -17922,6 +17982,34 @@ const chainArray = [
17922
17982
  status: 'incubating',
17923
17983
  icon: 'gold'
17924
17984
  },
17985
+ {
17986
+ name: 'AppChain Testnet',
17987
+ chain: 'AppChain Testnet',
17988
+ rpc: [
17989
+ 'https://appchaintestnet.rpc.caldera.xyz/http',
17990
+ 'wss://appchaintestnet.rpc.caldera.xyz/ws'
17991
+ ],
17992
+ faucets: [],
17993
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17994
+ infoURL: 'https://appchain.xyz',
17995
+ shortName: 'appchaintestnet',
17996
+ chainId: 4661,
17997
+ networkId: 4661,
17998
+ icon: 'appchain',
17999
+ explorers: [
18000
+ {
18001
+ name: 'AppChain Testnet Explorer',
18002
+ url: 'https://appchaintestnet.explorer.caldera.xyz',
18003
+ icon: 'blockscout',
18004
+ standard: 'EIP3091'
18005
+ }
18006
+ ],
18007
+ parent: {
18008
+ type: 'L2',
18009
+ chain: 'eip155-11155111',
18010
+ bridges: [ { url: 'https://appchaintestnet.bridge.caldera.xyz' } ]
18011
+ }
18012
+ },
17925
18013
  {
17926
18014
  name: 'IoTeX Network Mainnet',
17927
18015
  chain: 'iotex.io',
@@ -18779,6 +18867,19 @@ const chainArray = [
18779
18867
  }
18780
18868
  ]
18781
18869
  },
18870
+ {
18871
+ name: 'Settlus Sepolia Testnet',
18872
+ chain: 'ETH',
18873
+ rpc: [],
18874
+ faucets: [],
18875
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
18876
+ infoURL: 'https://settlus.org',
18877
+ shortName: 'setl-sepolia',
18878
+ chainId: 5373,
18879
+ networkId: 5373,
18880
+ parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
18881
+ status: 'incubating'
18882
+ },
18782
18883
  {
18783
18884
  name: 'edeXa Mainnet',
18784
18885
  chain: 'edeXa Network',
@@ -25701,7 +25802,7 @@ const chainArray = [
25701
25802
  chain: 'EXPCHAIN',
25702
25803
  rpc: [ 'https://rpc1-testnet.expchain.ai' ],
25703
25804
  faucets: [],
25704
- nativeCurrency: { name: 'tEXP', symbol: 'tEXP', decimals: 18 },
25805
+ nativeCurrency: { name: 'tZKJ', symbol: 'tZKJ', decimals: 18 },
25705
25806
  infoURL: 'https://expchain.ai',
25706
25807
  shortName: 'expchain',
25707
25808
  chainId: 18880,
@@ -29018,7 +29119,7 @@ const chainArray = [
29018
29119
  {
29019
29120
  name: 'Sophon',
29020
29121
  chain: 'Sophon',
29021
- rpc: [ 'https://rpc.sophon.xyz' ],
29122
+ rpc: [ 'https://rpc.sophon.xyz', 'wss://rpc.sophon.xyz/ws' ],
29022
29123
  nativeCurrency: { name: 'Sophon', symbol: 'SOPH', decimals: 18 },
29023
29124
  faucets: [],
29024
29125
  infoURL: '',
@@ -29032,7 +29133,12 @@ const chainArray = [
29032
29133
  icon: 'sophon-testnet',
29033
29134
  standard: 'none'
29034
29135
  }
29035
- ]
29136
+ ],
29137
+ parent: {
29138
+ type: 'L2',
29139
+ chain: 'eip155-1',
29140
+ bridges: [ { url: 'https://portal.sophon.xyz/bridge' } ]
29141
+ }
29036
29142
  },
29037
29143
  {
29038
29144
  name: 'Reddio Devnet',
@@ -38449,7 +38555,11 @@ const chainArray = [
38449
38555
  title: 'COTI Testnet',
38450
38556
  chain: 'COTI',
38451
38557
  icon: 'coti',
38452
- rpc: [ 'https://testnet.coti.io/rpc' ],
38558
+ rpc: [
38559
+ 'https://testnet.coti.io/rpc',
38560
+ 'https://testnet-magnus-validator.coti.io/rpc',
38561
+ 'https://testnet-minor-validator.coti.io/rpc'
38562
+ ],
38453
38563
  faucets: [ 'https://faucet.coti.io' ],
38454
38564
  nativeCurrency: { name: 'COTI', symbol: 'COTI', decimals: 18 },
38455
38565
  infoURL: 'https://coti.io/',
@@ -39633,6 +39743,27 @@ const chainArray = [
39633
39743
  }
39634
39744
  ]
39635
39745
  },
39746
+ {
39747
+ name: 'Xone Testnet',
39748
+ chain: 'XOC',
39749
+ icon: 'xone-test',
39750
+ rpc: [ 'https://rpc-testnet.xone.plus' ],
39751
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
39752
+ faucets: [],
39753
+ nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
39754
+ infoURL: 'https://xone.plus',
39755
+ shortName: 'txoc',
39756
+ chainId: 33772211,
39757
+ networkId: 33772211,
39758
+ explorers: [
39759
+ {
39760
+ name: 'testnet-xscscan',
39761
+ url: 'https://testnet.xscscan.com',
39762
+ icon: 'testnet-xscscan',
39763
+ standard: 'EIP3091'
39764
+ }
39765
+ ]
39766
+ },
39636
39767
  {
39637
39768
  name: 'citronus-citro',
39638
39769
  title: 'Citronus-Citro',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.557",
3
+ "version": "0.0.559",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {