eth-chainlist 0.0.521 → 0.0.522

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.522 (2024-10-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.521 ([dd4fd65](https://github.com/poowf/eth-chainlist/commit/dd4fd658263f2a960f2463446c4f8a27a2bb18d7))
9
+ * update chain data ([de7c951](https://github.com/poowf/eth-chainlist/commit/de7c951d889075e72773b4a6af268df69f419fae))
10
+
3
11
  ### 0.0.521 (2024-10-20)
4
12
 
5
13
 
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',
@@ -17366,6 +17399,28 @@ const chainArray = [
17366
17399
  }
17367
17400
  ]
17368
17401
  },
17402
+ {
17403
+ name: 'Skate Mainnet',
17404
+ chain: 'ETH',
17405
+ rpc: [ 'https://rpc.skatechain.org/' ],
17406
+ faucets: [],
17407
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17408
+ features: [ { name: 'EIP155' } ],
17409
+ infoURL: 'https://www.skatechain.org/',
17410
+ shortName: 'skate',
17411
+ chainId: 5050,
17412
+ networkId: 5050,
17413
+ icon: 'skate',
17414
+ explorers: [
17415
+ {
17416
+ name: 'Skate Explorer',
17417
+ url: 'https://scan.skatechain.org',
17418
+ standard: 'EIP3091'
17419
+ }
17420
+ ],
17421
+ status: 'active',
17422
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [ { url: '' } ] }
17423
+ },
17369
17424
  {
17370
17425
  name: 'Nollie Skatechain Testnet',
17371
17426
  chain: 'Skatechain',
@@ -22123,6 +22178,25 @@ const chainArray = [
22123
22178
  }
22124
22179
  ]
22125
22180
  },
22181
+ {
22182
+ name: 'AEON Chain',
22183
+ chain: 'AEON Chain',
22184
+ icon: 'aeon',
22185
+ rpc: [ 'https://node.aeon.xyz/rpc' ],
22186
+ faucets: [],
22187
+ nativeCurrency: { name: 'AEON Token', symbol: 'AEON', decimals: 18 },
22188
+ infoURL: '',
22189
+ shortName: 'aeon',
22190
+ chainId: 10025,
22191
+ networkId: 10025,
22192
+ explorers: [
22193
+ {
22194
+ name: 'AEON Explorer',
22195
+ url: 'https://scan.aeon.xyz',
22196
+ standard: 'none'
22197
+ }
22198
+ ]
22199
+ },
22126
22200
  {
22127
22201
  name: 'Japan Open Chain Testnet',
22128
22202
  chain: 'JOCT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.521",
3
+ "version": "0.0.522",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {