Skip to content

Commit

Permalink
Fix log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ricott1 committed Sep 17, 2024
1 parent f3a14cf commit 10bafa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/9_deployWBTCContract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ echo "Setting environment variables..."
source .env
echo "Done."

echo "Deploying OptimismMintableERC20 USDT token smart contract..."
echo "Deploying OptimismMintableERC20 WBTC token smart contract..."
cast send --rpc-url $L2_RPC_URL "0x4200000000000000000000000000000000000012" "createOptimismMintableERC20WithDecimals(address,string,string,uint8)" $REMOTE_TOKEN_ADDR_WBTC "Wrapped BTC" "WBTC" 8 -i

0 comments on commit 10bafa1

Please sign in to comment.