Skip to content

Commit

Permalink
Merge pull request #20 from 0xPolygon/gas-estimate
Browse files Browse the repository at this point in the history
fix: url to staging
  • Loading branch information
nitinmittal23 authored Jul 5, 2024
2 parents f48cf82 + 169465b commit 50aa781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/taskdef/staging-taskdef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ env_vars:
- name: NETWORK
value: testnet
- name: TRANSACTIONS_URL
value: https://api-gateway.polygon.technology/api/v3/transactions/testnet
value: https://api-gateway-staging.polygon.technology/api/v3/transactions/testnet
- name: PROOF_URL
value: https://api-gateway.polygon.technology/api/v3/merkle-proof/testnet
value: https://api-gateway-staging.polygon.technology/api/v3/proof/testnet/merkle-proof
- name: CLAIM_COMPRESSOR_CONTRACT
value: "0xeADFA914e7aBf33179E7820Bd13043962a7B5F9d"
- name: BRIDGE_CONTRACT
Expand Down

0 comments on commit 50aa781

Please sign in to comment.