-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from mangata-finance/feature/allign-sequencer-…
…updater Sequencer/Updater alignment
- Loading branch information
Showing
14 changed files
with
1,050 additions
and
404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
deploy: | ||
forge script script/rolldown.s.sol:MyScript --fork-url http://localhost:8545 --broadcast -vvvv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export MNEMONIC="//Alice" | ||
export MANGATA_CONTRACT_ADDRESS=0x5FbDB2315678afecb367f032d93F642f64180aa3 | ||
export MANGATA_URL=ws://127.0.0.1:9946 | ||
export ETH_CHAIN_URL=ws://localhost:8545 | ||
|
Oops, something went wrong.