Skip to content

Commit

Permalink
Merge pull request #480 from pokt-network/fix-the-base-url
Browse files Browse the repository at this point in the history
[PROD] Fix the base URL
  • Loading branch information
studna authored May 21, 2024
2 parents 16bb6df + b0d529e commit 5a63e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run build
env:
VITE_CHAIN_ID: "mainnet"
VITE_GATEWAY_BASE_URL: "https://pocket-rpc.liquify.com/"
VITE_GATEWAY_BASE_URL: "https://pocket-rpc.liquify.com"
VITE_TX_FEE: "10000"
VITE_MAX_TRANSACTION_LIST_COUNT: "5000"
VITE_MIN_TRANSACTION_LIST_COUNT: "200"
Expand Down

0 comments on commit 5a63e22

Please sign in to comment.