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 1
1
// .load scripts/console-init-chiado.ts
2
2
receiver = await ethers . getContract ( "VeaInboxArbToGnosisDevnet" ) ;
3
- // gateway = await ethers.getContract("ForeignGatewayOnGnosis");
4
- gateway = await ethers . getContractAt ( "ForeignGatewayOnGnosis" , "0x8F1a2B8F9b04320375856580Fc6B1669Cb12a9EE" ) ;
3
+ gateway = await ethers . getContract ( "ForeignGatewayOnGnosis" ) ;
5
4
weth = await ethers . getContract ( "WETH" ) ;
6
5
wethFaucet = await ethers . getContract ( "WETHFaucet" ) ;
7
6
wpnk = 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 )"
5
5
# Forge doc assumes that the code is in the top-level folder.
6
6
# We need to add contracts/ to the path
7
7
find $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'
9
9
You can’t perform that action at this time.
0 commit comments