Skip to content

Commit

Permalink
fix: taskdev and env
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinmittal23 committed Aug 29, 2024
1 parent 00f9d58 commit f1e0b5a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PRIVATE_KEY=0xabc
NETWORK=testnet
TRANSACTIONS_URL=https://api-gateway.polygon.technology/api/v3/transactions/testnet
TRANSACTIONS_API_KEY=949c223b-fdcc-4a98-971c-bfe313235122
PROOF_URL=https://api-gateway.polygon.technology/api/v3/merkle-proof/testnet
PROOF_URL=https://api-gateway.polygon.technology/api/v3/proof/testnet/merkle-proof
PROOF_API_KEY=949c223b-fdcc-4a98-971c-bfe313235122
RPC_URL=https://rpc.cardona.zkevm-rpc.com
BRIDGE_CONTRACT=0x528e26b25a34a4A5d0dbDa1d57D318153d2ED582
Expand Down
29 changes: 28 additions & 1 deletion .github/taskdef/prod-taskdef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,31 @@ environment: staging
iac: terraform-workspace-aws-prod-apps-eu-west-1-apps-auto-claim-polygon-technology
team_name: product-apps
memory: 1024
cpu: 512
cpu: 512
env_vars:
- name: NETWORK
value: mainnet
- name: TRANSACTIONS_URL
value: https://api-gateway.polygon.technology/api/v3/transactions/testnet
- name: PROOF_URL
value: https://api-gateway-staging.polygon.technology/api/v3/proof/mainnet/merkle-proof
- name: CLAIM_COMPRESSOR_CONTRACT
value: "0xeADFA914e7aBf33179E7820Bd13043962a7B5F9d"
- name: BRIDGE_CONTRACT
value: "0x2a3DD3EB832aF982ec71669E178424b10Dca2EDe"
- name: GAS_STATION_URL
value: https://gasstation.polygon.technology/zkevm/cherry
- name: SOURCE_NETWORKS
value: "[0,2]"
- name: DESTINATION_NETWORK
value: "1"
- name: SENTRY_ENVIRONMENT
value: staging
secret_vars:
- PRIVATE_KEY
- RPC_URL
- SLACK_URL
- SENTRY_DSN
- TRANSACTIONS_API_KEY
- PROOF_API_KEY
- SOURCE_NETWORKS_RPC
1 change: 1 addition & 0 deletions .github/taskdef/staging-taskdef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ secret_vars:
- SENTRY_DSN
- TRANSACTIONS_API_KEY
- PROOF_API_KEY
- SOURCE_NETWORKS_RPC

0 comments on commit f1e0b5a

Please sign in to comment.