eth-chainlist 0.0.427 → 0.0.428

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.428 (2024-06-11)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.427 ([d451c3c](https://github.com/poowf/eth-chainlist/commit/d451c3cf9b9ba3af7bdc7c3955f6863a53b4eac7))
9
+ * update chain data ([fd74fdb](https://github.com/poowf/eth-chainlist/commit/fd74fdbe42de00ce43a0aae3912ddfb2e9fb83e6))
10
+
3
11
  ### 0.0.427 (2024-06-10)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11595,6 +11595,25 @@ const chainArray = [
11595
11595
  }
11596
11596
  ]
11597
11597
  },
11598
+ {
11599
+ name: 'MetaLink Network',
11600
+ chain: 'MetaLink',
11601
+ rpc: [ 'http://77.237.237.69:9933' ],
11602
+ icon: 'metaLink',
11603
+ faucets: [],
11604
+ shortName: 'mtl',
11605
+ nativeCurrency: { name: 'MetaLink', symbol: 'MTL', decimals: 18 },
11606
+ infoURL: 'http://totwo3.com:3000',
11607
+ chainId: 2004,
11608
+ networkId: 2004,
11609
+ explorers: [
11610
+ {
11611
+ name: 'MetaScan',
11612
+ url: 'http://twoto3.com:3000',
11613
+ standard: 'none'
11614
+ }
11615
+ ]
11616
+ },
11598
11617
  {
11599
11618
  name: 'CloudWalk Testnet',
11600
11619
  chain: 'CloudWalk Testnet',
@@ -14965,10 +14984,11 @@ const chainArray = [
14965
14984
  name: 'CrossFi Testnet',
14966
14985
  title: 'CrossFi Testnet',
14967
14986
  chain: 'XFI',
14987
+ icon: 'crossfi',
14968
14988
  rpc: [ 'https://rpc.testnet.ms' ],
14969
14989
  faucets: [],
14970
14990
  nativeCurrency: { name: 'XFI', symbol: 'XFI', decimals: 18 },
14971
- infoURL: 'https://crossfi.org/',
14991
+ infoURL: 'https://crossfi.org',
14972
14992
  shortName: 'crossfi-testnet',
14973
14993
  chainId: 4157,
14974
14994
  networkId: 4157,
@@ -14976,8 +14996,9 @@ const chainArray = [
14976
14996
  explorers: [
14977
14997
  {
14978
14998
  name: 'CrossFi Testnet Scan',
14979
- url: 'https://scan.testnet.ms',
14980
- standard: 'EIP3091'
14999
+ url: 'https://test.xfiscan.com',
15000
+ standard: 'EIP3091',
15001
+ icon: 'crossfi'
14981
15002
  }
14982
15003
  ]
14983
15004
  },
@@ -19292,6 +19313,25 @@ const chainArray = [
19292
19313
  }
19293
19314
  ]
19294
19315
  },
19316
+ {
19317
+ name: 'Volley Mainnet',
19318
+ chain: 'Volley',
19319
+ icon: 'volley',
19320
+ rpc: [ 'https://main-rpc.volleychain.com' ],
19321
+ faucets: [],
19322
+ nativeCurrency: { name: 'V2X', symbol: 'V2X', decimals: 18 },
19323
+ infoURL: 'https://www.volleychain.com',
19324
+ shortName: 'volley-mainnet',
19325
+ chainId: 9981,
19326
+ networkId: 9981,
19327
+ explorers: [
19328
+ {
19329
+ name: 'Volley Mainnet Explorer',
19330
+ url: 'https://volleyscan.io',
19331
+ standard: 'EIP3091'
19332
+ }
19333
+ ]
19334
+ },
19295
19335
  {
19296
19336
  name: 'Agung Network',
19297
19337
  chain: 'Agung',
@@ -23970,6 +24010,31 @@ const chainArray = [
23970
24010
  }
23971
24011
  ]
23972
24012
  },
24013
+ {
24014
+ name: 'Superseed Sepolia Testnet',
24015
+ chain: 'ETH',
24016
+ rpc: [ 'https://sepolia.superseed.xyz', 'wss://sepolia.superseed.xyz' ],
24017
+ faucets: [ 'https://sepoliafaucet.com' ],
24018
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
24019
+ infoURL: 'https://www.superseed.xyz',
24020
+ shortName: 'seedsep',
24021
+ chainId: 53302,
24022
+ networkId: 53302,
24023
+ slip44: 1,
24024
+ icon: 'seedTestnet',
24025
+ explorers: [
24026
+ {
24027
+ name: 'seedscout',
24028
+ url: 'https://sepolia-explorer.superseed.xyz',
24029
+ standard: 'EIP3091'
24030
+ }
24031
+ ],
24032
+ parent: {
24033
+ type: 'L2',
24034
+ chain: 'eip155-11155111',
24035
+ bridges: [ { url: 'https://sepolia-bridge.superseed.xyz/' } ]
24036
+ }
24037
+ },
23973
24038
  {
23974
24039
  name: 'DODOchain testnet',
23975
24040
  title: 'DODOchain testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.427",
3
+ "version": "0.0.428",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {