Skip to content

Commit

Permalink
redeployed on base with new constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
jjranalli committed Aug 8, 2023
1 parent 078121f commit 6d009f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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")));
Expand Down

0 comments on commit 6d009f2

Please sign in to comment.