eth-chainlist 0.0.644 → 0.0.646

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.646 (2025-03-22)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.645 ([b356d91](https://github.com/poowf/eth-chainlist/commit/b356d9131d099eff4191c926cc76200eef996464))
9
+ * update chain data ([3e7d9a5](https://github.com/poowf/eth-chainlist/commit/3e7d9a541a53a34ead00efe468d9fcda4cebca5c))
10
+
11
+ ### 0.0.645 (2025-03-21)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.644 ([b5e73d2](https://github.com/poowf/eth-chainlist/commit/b5e73d27e4f7522e9f2546cde3d1eb6fd5b79f75))
17
+ * update chain data ([faeacca](https://github.com/poowf/eth-chainlist/commit/faeacca49178c9ffb1c000e2460f916c5f2b5032))
18
+
3
19
  ### 0.0.644 (2025-03-20)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -40816,6 +40816,27 @@ const chainArray = [
40816
40816
  }
40817
40817
  ]
40818
40818
  },
40819
+ {
40820
+ name: 'Winr Protocol Mainnet',
40821
+ chain: 'WINR',
40822
+ rpc: [ 'https://rpc.winr.games' ],
40823
+ faucets: [],
40824
+ nativeCurrency: { name: 'Winr', symbol: 'WINR', decimals: 18 },
40825
+ features: [],
40826
+ infoURL: 'https://winr.games',
40827
+ shortName: 'winr',
40828
+ chainId: 777777,
40829
+ networkId: 777777,
40830
+ icon: 'winr',
40831
+ explorers: [
40832
+ {
40833
+ name: 'Winr Protocol Explorer',
40834
+ url: 'https://explorer.winr.games',
40835
+ icon: 'winr',
40836
+ standard: 'none'
40837
+ }
40838
+ ]
40839
+ },
40819
40840
  {
40820
40841
  name: 'Oone Chain Mainnet',
40821
40842
  chain: 'OONE',
@@ -41900,6 +41921,27 @@ const chainArray = [
41900
41921
  }
41901
41922
  ]
41902
41923
  },
41924
+ {
41925
+ name: 'XRPL EVM Sidechain Devnet',
41926
+ chain: 'XRPLEVM Devnet',
41927
+ icon: 'xrplevm',
41928
+ rpc: [ 'https://rpc.xrplevm.org', 'https://ws.xrplevm.org' ],
41929
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
41930
+ faucets: [ 'https://chains.tools/faucet/xrplevm' ],
41931
+ nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 18 },
41932
+ infoURL: 'https://xrplevm.org',
41933
+ shortName: 'xrplevm',
41934
+ chainId: 1440002,
41935
+ networkId: 1440002,
41936
+ explorers: [
41937
+ {
41938
+ name: 'blockscout',
41939
+ url: 'https://explorer.xrplevm.org',
41940
+ icon: 'xrplevm',
41941
+ standard: 'EIP3091'
41942
+ }
41943
+ ]
41944
+ },
41903
41945
  {
41904
41946
  name: 'Waterfall 9 Test Network',
41905
41947
  chain: 'Waterfall TestNet9',
@@ -44431,6 +44473,27 @@ const chainArray = [
44431
44473
  }
44432
44474
  ]
44433
44475
  },
44476
+ {
44477
+ name: 'Winr Protocol Testnet',
44478
+ chain: 'WINR',
44479
+ rpc: [ 'https://rpc-devnet.winr.games' ],
44480
+ faucets: [],
44481
+ nativeCurrency: { name: 'Winr', symbol: 'WINR', decimals: 18 },
44482
+ features: [],
44483
+ infoURL: 'https://winr.games',
44484
+ shortName: 'winrtestnet',
44485
+ chainId: 66666666,
44486
+ networkId: 66666666,
44487
+ icon: 'winr',
44488
+ explorers: [
44489
+ {
44490
+ name: 'Winr Protocol Testnet Explorer',
44491
+ url: 'https://explorer-winrprotocoltestnet-wmwv59m23g.t.conduit.xyz',
44492
+ icon: 'winr',
44493
+ standard: 'none'
44494
+ }
44495
+ ]
44496
+ },
44434
44497
  {
44435
44498
  name: 'Frame Testnet',
44436
44499
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.644",
3
+ "version": "0.0.646",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {