File tree Expand file tree Collapse file tree 6 files changed +4
-10
lines changed Expand file tree Collapse file tree 6 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1- [submodule "solidity/lib/prover-contracts "]
2- path = solidity/lib/prover-contracts
3- url = https://github.com/polymerdao/prover-contracts
4- [submodule "solidity/lib/optimism "]
5- path = solidity/lib/optimism
6- url = https://github.com/ethereum-optimism/optimism
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 "name" : " BootNode"
77 },
88 "dependencies" : {
9+ "@eth-optimism/contracts" : " ^0.6.0" ,
910 "@hyperlane-xyz/core" : " ^5.4.1" ,
1011 "@openzeppelin/contracts" : " ^4.9.6" ,
12+ "@polymerdao/prover-contracts" : " ^0.0.17" ,
1113 "@uniswap/permit2" : " github:Uniswap/permit2" ,
1214 "dotenv-run-script" : " ^0.4.1"
1315 },
Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ forge-std/=node_modules/forge-std/src/
33@hyperlane-xyz/=node_modules/@hyperlane-xyz/core/contracts/
44contracts/=node_modules/@hyperlane-xyz/core/contracts/
55@uniswap/=node_modules/@uniswap/
6- @polymerdao/prover-contracts=lib/prover-contracts/contracts/
7- optimism/=lib/optimism/packages/contracts-bedrock/src/
6+ @polymerdao/prover-contracts=node_modules/@polymerdao/prover-contracts/contracts/
87
Original file line number Diff line number Diff line change @@ -719,6 +719,7 @@ __metadata:
719719 version : 0.0.0-use.local
720720 resolution : " @bootnodedev/intents-framework-core@workspace:solidity"
721721 dependencies :
722+ " @eth-optimism/contracts " : " npm:^0.6.0"
722723 " @hyperlane-xyz/core " : " npm:^5.4.1"
723724 " @nomicfoundation/hardhat-foundry " : " npm:^1.1.3"
724725 " @nomicfoundation/hardhat-toolbox " : " npm:^5.0.0"
You can’t perform that action at this time.
0 commit comments