File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11// .load scripts/console-init-chiado.ts
22receiver = await ethers . getContract ( "VeaInboxArbToGnosisDevnet" ) ;
3- // gateway = await ethers.getContract("ForeignGatewayOnGnosis");
4- gateway = await ethers . getContractAt ( "ForeignGatewayOnGnosis" , "0x8F1a2B8F9b04320375856580Fc6B1669Cb12a9EE" ) ;
3+ gateway = await ethers . getContract ( "ForeignGatewayOnGnosis" ) ;
54weth = await ethers . getContract ( "WETH" ) ;
65wethFaucet = await ethers . getContract ( "WETHFaucet" ) ;
76wpnk = await ethers . getContract ( "WrappedPinakionV2" ) ;
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55# Forge doc assumes that the code is in the top-level folder.
66# We need to add contracts/ to the path
77find $SCRIPT_DIR /../dist -type f \( -name " *.md" -o -name " *.html" \) \
8- | xargs sed -i " " ' s|\(github.com/kleros/kleros-v2/.*\)\(/src\)|\1/contracts\2|g'
8+ | xargs sed -i.bak ' s|\(github.com/kleros/kleros-v2/.*\)\(/src\)|\1/contracts\2|g'
99
You can’t perform that action at this time.
0 commit comments