From 7b75d53f290905372ca8350344984d916184cbfd Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:32:30 -0700 Subject: [PATCH] fix avax v3 factory address --- README.md | 2 +- script/Quoter.s.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 379642b..525c2e9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This code is not audited yet, but actively being shadow tested in [routing-api]( | 8453 | 0x222ca98f00ed15b1fae10b61c277703a194cf5d2 | 0x33128a8fC17869897dcE68Ed026d694621f6FDfD | | 42161 | 0x5e55c9e631fae526cd4b0526c4818d6e0a9ef0e3 | 0x1F98431c8aD98523631AE4a59f267346ea31F984 | | 42220 | 0x5e55c9e631fae526cd4b0526c4818d6e0a9ef0e3 | 0xAfE208a311B21f13EF87E33A90049fC17A7acDEc | -| 43114 | 0x5e55C9e631FAE526cd4B0526C4818D6e0a9eF0e3 | 0x1F98431c8aD98523631AE4a59f267346ea31F984 | +| 43114 | 0xf0c802dcb0cf1c4f7b953756b49d940eed190221 | 0x1F98431c8aD98523631AE4a59f267346ea31F984 | | 81457 | 0x9D0F15f2cf58655fDDcD1EE6129C547fDaeD01b1 | 0x792edAdE80af5fC680d96a2eD80A44247D2Cf6Fd | ## Forge CLI diff --git a/script/Quoter.s.sol b/script/Quoter.s.sol index 40e0527..270f482 100644 --- a/script/Quoter.s.sol +++ b/script/Quoter.s.sol @@ -41,7 +41,7 @@ contract MyScript is Script { return 0x0227628f3F023bb0B980b67D528571c95c6DaC1c; // avalanche chain } else if (chainId == uint256(43114)) { - return 0x1F98431c8aD98523631AE4a59f267346ea31F984; + return 0x740b1c1de25031C31FF4fC9A62f554A55cdC1baD; // zora chain } else if (chainId == uint256(7777777)) { return 0x7145F8aeef1f6510E92164038E1B6F8cB2c42Cbb;