Skip to content

Commit

Permalink
fix: add seed-chain-state
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Sep 20, 2024
1 parent e7da1ab commit 895f0a0
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/cd-protonet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@ jobs:
needs: [reset-chain-to-zero-state]

# setup test and development accounts and balances, deploy contracts by calling the chain's api
# seed-chain-state:
# uses: ./.github/workflows/cd-seed-chain.yml
# with:
# chain-api-url: https://rpc.app.protonet.us-east.production.kava.io:443
# chain-id: proto_2221-17000
# seed-script-filename: seed-protonet.sh
# erc20-deployer-network-name: protonet
# genesis_validator_addresses: "kavavaloper14w4avgdvqrlpww6l5dhgj4egfn6ln7gmtp7r2m"
# kava_version_filepath: ./ci/env/kava-protonet/KAVA.VERSION
# secrets: inherit
# needs: [start-chain-api]
# post-pipeline-metrics:
# uses: ./.github/workflows/metric-pipeline.yml
# if: always() # always run so we metric failures and successes
# with:
# aws-region: us-east-1
# metric-name: kava.deploys.testnet.proto
# namespace: Kava/ContinuousDeployment
# secrets: inherit
# needs: [seed-chain-state]
seed-chain-state:
uses: ./.github/workflows/cd-seed-chain.yml
with:
chain-api-url: https://rpc.app.protonet.us-east.production.kava.io:443
chain-id: proto_2221-17000
seed-script-filename: seed-protonet.sh
erc20-deployer-network-name: protonet
genesis_validator_addresses: "kavavaloper1jaw3g097lq9jdrnscchspr2233yhpsxdlq7ula"
kava_version_filepath: ./ci/env/kava-protonet/KAVA.VERSION
secrets: inherit
needs: [start-chain-api]
post-pipeline-metrics:
uses: ./.github/workflows/metric-pipeline.yml
if: always() # always run so we metric failures and successes
with:
aws-region: us-east-1
metric-name: kava.deploys.testnet.proto
namespace: Kava/ContinuousDeployment
secrets: inherit
needs: [seed-chain-state]

0 comments on commit 895f0a0

Please sign in to comment.