Skip to content

Commit

Permalink
Revert "Base: Add SwapRouter02 (#3120)"
Browse files Browse the repository at this point in the history
This reverts commit 27e3c3b.
  • Loading branch information
m-lord-renkse committed Nov 26, 2024
1 parent b3aebcd commit 9ca2a09
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/contracts/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -860,10 +860,7 @@ fn main() {
.add_network_str(GOERLI, "0xE592427A0AEce92De3Edee1F18E0157C05861564")
.add_network_str(SEPOLIA, "0xE592427A0AEce92De3Edee1F18E0157C05861564")
.add_network_str(ARBITRUM_ONE, "0xE592427A0AEce92De3Edee1F18E0157C05861564")
// For Base it is only available SwapRouter02
// <https://docs.uniswap.org/contracts/v3/reference/deployments/base-deployments>
.add_network_str(BASE, "0x2626664c2603336E57B271c5C0b26F421741e481")
// Not available on Gnosis Chain
// Not available on Gnosis Chain and Base
});
generate_contract("UniswapV3Pool");
generate_contract_with_config("WETH9", |builder| {
Expand Down

0 comments on commit 9ca2a09

Please sign in to comment.