Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: avax v3 factory address #19

Merged
merged 3 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/Quoter.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading