Skip to content

Commit

Permalink
add the deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikkv committed Oct 28, 2023
1 parent 669553c commit 33da922
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions foundry/script/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

source ../../telegram-service/.env

forge create --rpc-url $RPC --chain $CHAINID \
--constructor-args $DEPLOYER_ADDRESS \
--private-key $DEPLOYER_PRIVATE_KEY \
ChatChampion

# --verify \
# --etherscan-api-key $ETHERSCAN_API_KEY \

0 comments on commit 33da922

Please sign in to comment.