Skip to content

Commit

Permalink
Merge pull request #479 from pokt-network/endpoint-patch-prd
Browse files Browse the repository at this point in the history
[PROD] Change Gateway Endpoint
  • Loading branch information
studna authored May 21, 2024
2 parents 5d8ec25 + a9ab4b8 commit 16bb6df
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://pokt-archival.rpc.grove.city/v1/440ae1fc"
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 16bb6df

Please sign in to comment.