@net-protocol/score 0.1.9 → 0.1.10

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/dist/index.mjs CHANGED
@@ -2564,8 +2564,10 @@ var MULTI_VERSION_UNISWAP_POOL_INFO_RETRIEVER = {
2564
2564
  var WETH_BY_CHAIN = {
2565
2565
  8453: "0x4200000000000000000000000000000000000006",
2566
2566
  // Base (L2 predeploy)
2567
- 1: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
2567
+ 1: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
2568
2568
  // Ethereum mainnet
2569
+ 4663: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73"
2570
+ // Robinhood Chain (non-standard WETH; not the OP predeploy)
2569
2571
  };
2570
2572
  function getWethAddress(chainId) {
2571
2573
  const addr = WETH_BY_CHAIN[chainId];