Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Commit b27bfba

Browse files
authored
fix: add missing env in deploying BSH (#91)
1 parent 9373871 commit b27bfba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose/goloop2moonbeam/scripts/deploy_solidity.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ deploy_solidity_bsh() {
3333
BSH_COIN_URL=https://moonbeam.network \
3434
BSH_COIN_NAME=DEV \
3535
BSH_COIN_FEE=100 \
36+
BSH_FIXED_FEE=50000 \
3637
BMC_PERIPHERY_ADDRESS=$(cat $CONFIG_DIR/bmc.moonbeam) \
3738
BSH_SERVICE=nativecoin \
3839
truffle migrate --network moonbeamlocal

0 commit comments

Comments
 (0)