Skip to content

Commit

Permalink
Base: Add SwapRouter02
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lord-renkse committed Nov 12, 2024
1 parent 5671152 commit 7f6d44e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/contracts/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,9 @@ fn main() {
.add_network_str(GOERLI, "0xE592427A0AEce92De3Edee1F18E0157C05861564")
.add_network_str(SEPOLIA, "0xE592427A0AEce92De3Edee1F18E0157C05861564")
.add_network_str(ARBITRUM_ONE, "0xE592427A0AEce92De3Edee1F18E0157C05861564")
// Not available on Gnosis Chain and Base
// For Base it is only available SwapRouter02
.add_network_str(BASE, "0x2626664c2603336E57B271c5C0b26F421741e481")
// Not available on Gnosis Chain
});
generate_contract("UniswapV3Pool");
generate_contract_with_config("WETH9", |builder| {
Expand Down

0 comments on commit 7f6d44e

Please sign in to comment.