Skip to content

Commit

Permalink
Fix cli to fund community pool (Kava-Labs#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoLi authored Apr 20, 2023
1 parent 31eae1c commit fff3f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/seed-protonet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ echo "sweet ocean blush coil mobile ten floor sample nuclear power legend where
# fund evm-contract-deployer account (using issuance)
kava tx issuance issue 200000000ukava kava1van3znl6597xgwwh46jgquutnqkwvwszjg04fz --from dev-wallet --gas-prices 0.5ukava -y

# fund 5k kava to x/community account (using issuance)
kava tx issuance issue 5000000000ukava kava17d2wax0zhjrrecvaszuyxdf5wcu5a0p4qlx3t5 --from dev-wallet --gas-prices 0.5ukava -y
# fund 5k kava to x/community account
kava tx community fund-community-pool 5000000000ukava --from dev-wallet --gas-prices 0.5ukava -y

# deploy and fund USDC ERC20 contract
MULTICHAIN_USDC_CONTRACT_DEPLOY=$(npx hardhat --network "${ERC20_DEPLOYER_NETWORK_NAME}" deploy-erc20 "USD Coin" USDC 6)
Expand Down

0 comments on commit fff3f50

Please sign in to comment.