Skip to content

Commit

Permalink
Merge pull request #11 from 0xPolygon/compress
Browse files Browse the repository at this point in the history
fix: workflow
  • Loading branch information
nitinmittal23 authored May 10, 2024
2 parents 2dbb3bc + 7c6dc4c commit 73bffd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/taskdef/staging-taskdef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ env_vars:
- name: NETWORK
value: testnet
- name: TRANSACTIONS_URL
value: https://api-gateway-staging.polygon.technology/api/v3/transactions/testnet
value: https://api-gateway.polygon.technology/api/v3/transactions/testnet
- name: PROOF_URL
value: https://api-gateway-staging.polygon.technology/api/v3/merkle-proof/testnet
- name: BRIDGE_CONTRACT
value: "0x528e26b25a34a4A5d0dbDa1d57D318153d2ED582"
value: https://api-gateway.polygon.technology/api/v3/merkle-proof/testnet
- name: CLAIM_COMPRESSOR_CONTRACT
value: "0xeADFA914e7aBf33179E7820Bd13043962a7B5F9d"
- name: GAS_STATION_URL
value: https://gasstation-testnet.polygon.technology/zkevm/cardona
- name: SOURCE_NETWORKS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Auto Claim Deployment
on:
push:
branches:
- main
- batch-claim
workflow_dispatch:
inputs:
environment:
Expand Down

0 comments on commit 73bffd6

Please sign in to comment.