Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af9ac3e

Browse files
committedFeb 18, 2025·
fix(deps): replace submodules with npm dependencies
1 parent 2431aa8 commit af9ac3e

File tree

6 files changed

+4
-10
lines changed

6 files changed

+4
-10
lines changed
 

‎.gitmodules

-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
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

‎solidity/lib/optimism

-1
This file was deleted.

‎solidity/lib/prover-contracts

-1
This file was deleted.

‎solidity/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
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
},

‎solidity/remappings.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ forge-std/=node_modules/forge-std/src/
33
@hyperlane-xyz/=node_modules/@hyperlane-xyz/core/contracts/
44
contracts/=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

‎yarn.lock

+1
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)
Please sign in to comment.