@net-protocol/score 0.1.8 → 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/README.md +30 -0
- package/dist/index.d.mts +107 -28
- package/dist/index.d.ts +107 -28
- package/dist/index.js +474 -36
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +475 -39
- package/dist/index.mjs.map +1 -1
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/react.js +3 -1
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +3 -1
- package/dist/react.mjs.map +1 -1
- package/dist/{scoreKeyUtils-BjMpyhyX.d.mts → scoreKeyUtils-BQl5oCSc.d.mts} +1 -1
- package/dist/{scoreKeyUtils-BjMpyhyX.d.ts → scoreKeyUtils-BQl5oCSc.d.ts} +1 -1
- package/package.json +3 -3
package/dist/react.mjs
CHANGED
|
@@ -1016,8 +1016,10 @@ var MULTI_VERSION_UNISWAP_POOL_INFO_RETRIEVER = {
|
|
|
1016
1016
|
var WETH_BY_CHAIN = {
|
|
1017
1017
|
8453: "0x4200000000000000000000000000000000000006",
|
|
1018
1018
|
// Base (L2 predeploy)
|
|
1019
|
-
1: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
|
|
1019
|
+
1: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
1020
1020
|
// Ethereum mainnet
|
|
1021
|
+
4663: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73"
|
|
1022
|
+
// Robinhood Chain (non-standard WETH; not the OP predeploy)
|
|
1021
1023
|
};
|
|
1022
1024
|
function getWethAddress(chainId) {
|
|
1023
1025
|
const addr = WETH_BY_CHAIN[chainId];
|