Skip to content

Commit

Permalink
Update public-testnet-deploy.yaml
Browse files Browse the repository at this point in the history
Changed the chain id and name based on the exporer information
  • Loading branch information
mightywomble authored May 15, 2024
1 parent dd594ce commit 7cd3f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/public-testnet-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
VITE_APP_API="https://public-testnet-sentry-02.hosts.cudos.org:2052"
VITE_APP_EXPLORER_PUBLIC_ADDRESS="https://explorer.testnet.cudos.org/"
VITE_APP_STAKING_URL="https://bridge.testnet.cudos.org:3000/validators"
VITE_APP_CHAIN_NAME="cudos-testnet-1"
VITE_APP_CHAIN_ID="cudos-testnet-1"
VITE_APP_CHAIN_NAME="cudos-testnet-public-4"
VITE_APP_CHAIN_ID="cudos-testnet-public-4"
VITE_APP_GAS_PRICE="5000000000000"
VITE_APP_GAS_PRICE_DENOM="acudos"
EOF
Expand Down

0 comments on commit 7cd3f9c

Please sign in to comment.