eth-chainlist 0.0.645 → 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,13 @@
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
+
3
11
  ### 0.0.645 (2025-03-21)
4
12
 
5
13
 
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',
@@ -44452,6 +44473,27 @@ const chainArray = [
44452
44473
  }
44453
44474
  ]
44454
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
+ },
44455
44497
  {
44456
44498
  name: 'Frame Testnet',
44457
44499
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.645",
3
+ "version": "0.0.646",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {