Skip to content

Commit

Permalink
Merge pull request #19 from Uniswap/jsy1218/fix-avax-v3-factory-address
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Apr 26, 2024
2 parents ab607f4 + 136d543 commit 50b0dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 50b0dea

Please sign in to comment.