diff --git a/README.md b/README.md index 915f4ef..57c5ca1 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ See the specifics in the [PriceFeed](contracts/PriceFeed.sol) contract. - [Ethereum Mainnet](https://etherscan.io/address/0x71c96edD5D36935d5c8d6B78bCcD4113725297e3) - [Ethereum Goerli Testnet](https://goerli.etherscan.io/address/0x71c96edD5D36935d5c8d6B78bCcD4113725297e3) - [Optimism](https://optimistic.etherscan.io/address/0x71c96edD5D36935d5c8d6B78bCcD4113725297e3) -- [Base on 0xAE3...fc6](https://basescan.org/address/0xAE38a794E839D045460839ABe288a8e5C28B0fc6) +- [Base on 0x2b3...58F](https://basescan.org/address/0x2b3eEe365CE2c8A21096a348fc9005233229b58F) ## Support the project diff --git a/script/Deploy.s.sol b/script/Deploy.s.sol index d3c1586..da54855 100644 --- a/script/Deploy.s.sol +++ b/script/Deploy.s.sol @@ -9,6 +9,7 @@ import {CREATE3Factory} from "create3-factory/CREATE3Factory.sol"; contract DeployScript is Script { function run() public returns (PriceFeed priceFeed) { address uniswapV3Factory = 0x1F98431c8aD98523631AE4a59f267346ea31F984; + // address uniswapV3Factory = 0x33128a8fC17869897dcE68Ed026d694621f6FDfD; // ONLY BASE CREATE3Factory create3Factory = CREATE3Factory(0x9fBB3DF7C40Da2e5A0dE984fFE2CCB7C47cd0ABf); bytes32 salt = keccak256(bytes(vm.envString("SALT")));