Skip to content

Commit

Permalink
test: DaveConsensus
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Jan 21, 2025
1 parent f77ab50 commit a3ac673
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
[submodule "cartesi-rollups/contracts/lib/rollups-contracts"]
path = cartesi-rollups/contracts/lib/rollups-contracts
url = https://github.com/cartesi/rollups-contracts
[submodule "cartesi-rollups/contracts/lib/openzeppelin-contracts"]
path = cartesi-rollups/contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
1 change: 1 addition & 0 deletions cartesi-rollups/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ libs = ["lib"]
via_ir = true

remappings = [
'openzeppelin-contracts/=lib/openzeppelin-contracts/contracts/',
'rollups-contracts/=lib/rollups-contracts/contracts/',
'prt-contracts/=../../prt/contracts/src/',
'step/=../../machine/step/',
Expand Down
1 change: 1 addition & 0 deletions cartesi-rollups/contracts/lib/openzeppelin-contracts
Submodule openzeppelin-contracts added at acd4ff
Loading

0 comments on commit a3ac673

Please sign in to comment.