Skip to content

Commit

Permalink
Merge pull request #103 from onchainification/issue/96
Browse files Browse the repository at this point in the history
chore: use `--slow` flag and remove unneccessary script
  • Loading branch information
gosuto-inzasheru authored Jul 15, 2024
2 parents 36753c5 + acbfe14 commit 99394ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
17 changes: 2 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include .env
deploy:
forge script script/GnosisPayInfraDeployment.s.sol \
--rpc-url gnosis \
--slow \
--via-ir \
-vvvv \
--broadcast \
Expand All @@ -12,21 +13,7 @@ deploy:
deployDry:
forge script script/GnosisPayInfraDeployment.s.sol \
--rpc-url gnosis \
--via-ir \
-vvvv

deploySingleton:
forge script script/SingletonVirtualModuleDeployment.s.sol \
--rpc-url gnosis \
--via-ir \
-vvvv \
--broadcast \
--verify \
--chain gnosis

deploySingletonDry:
forge script script/SingletonVirtualModuleDeployment.s.sol \
--rpc-url gnosis \
--slow \
--via-ir \
-vvvv

Expand Down
26 changes: 0 additions & 26 deletions script/SingletonVirtualModuleDeployment.s.sol

This file was deleted.

0 comments on commit 99394ae

Please sign in to comment.