Skip to content

cbre8k/seerdol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seerdol

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

Install dependencies

Init install dependencies

$ soldeer install
# or
$ soldeer update

Install other zipped dependencies

$ soldeer install <dependency_name>~<version> <url>

Run

Simulations

$ source .env
$ forge script script/Deployer.s.sol -f tbsc --private-key $DEPLOYER_KEY -vv

Debug

$ source .env
$ forge script script/Debug.s.sol --sig 'debug(uint256, address, address, uint256, bytes)' $BLOCK $FROM $TO $VALUE $CALLDATA -f tbsc -vv

Verify

$ source .env
$ forge verify-contract --chain-id 97 --num-of-optimizations 200000 --watch --constructor-args "" --etherscan-api-key $BSCSCAN_KEY 0x4259557F6665eCF5907c9019a30f3Cb009c20Ae7 ./src/OffchainMultisig.sol:OffchainMultisig 

Broadcast

$ source .env
$ forge script script/Deployer.s.sol -f tbsc --private-key $DEPLOYER_KEY --broadcast -vv