File tree 6 files changed +4
-10
lines changed
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 6
6
"name" : " BootNode"
7
7
},
8
8
"dependencies" : {
9
+ "@eth-optimism/contracts" : " ^0.6.0" ,
9
10
"@hyperlane-xyz/core" : " ^5.4.1" ,
10
11
"@openzeppelin/contracts" : " ^4.9.6" ,
12
+ "@polymerdao/prover-contracts" : " ^0.0.17" ,
11
13
"@uniswap/permit2" : " github:Uniswap/permit2" ,
12
14
"dotenv-run-script" : " ^0.4.1"
13
15
},
Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ forge-std/=node_modules/forge-std/src/
3
3
@hyperlane-xyz/=node_modules/@hyperlane-xyz/core/contracts/
4
4
contracts/=node_modules/@hyperlane-xyz/core/contracts/
5
5
@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/
8
7
Original file line number Diff line number Diff line change @@ -719,6 +719,7 @@ __metadata:
719
719
version : 0.0.0-use.local
720
720
resolution : " @bootnodedev/intents-framework-core@workspace:solidity"
721
721
dependencies :
722
+ " @eth-optimism/contracts " : " npm:^0.6.0"
722
723
" @hyperlane-xyz/core " : " npm:^5.4.1"
723
724
" @nomicfoundation/hardhat-foundry " : " npm:^1.1.3"
724
725
" @nomicfoundation/hardhat-toolbox " : " npm:^5.0.0"
You can’t perform that action at this time.
0 commit comments