Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions internal/environments/environments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@ ENVIRONMENTS:
CRE_CLI_WORKFLOW_REGISTRY_ADDRESS: "0xaE55eB3EDAc48a1163EE2cbb1205bE1e90Ea1135"
CRE_CLI_WORKFLOW_REGISTRY_CHAIN_NAME: "ethereum-testnet-sepolia" # eth-sepolia
CRE_CLI_WORKFLOW_REGISTRY_CHAIN_EXPLORER_URL: "https://sepolia.etherscan.io"

PRODUCTION:
CRE_CLI_AUTH_BASE: https://login.chain.link
CRE_CLI_CLIENT_ID: vMqPqJ3ApbeN8jNeA42Dn4UxbkfhQQkW
CRE_CLI_AUDIENCE: https://api.cre.chain.link/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the backslash is a pain, some fields require backslash while others fail with it. We should have a better strategy to avoid frictions cc @anirudhwarrier @timothyF95

CRE_CLI_GRAPHQL_URL: https://api.cre.chain.link/graphql
CRE_VAULT_DON_GATEWAY_URL: https://01.gateway.zone-a.cre.chain.link

CRE_CLI_WORKFLOW_REGISTRY_ADDRESS: "0x4Ac54353FA4Fa961AfcC5ec4B118596d3305E7e5"
CRE_CLI_WORKFLOW_REGISTRY_CHAIN_NAME: "ethereum-mainnet"
CRE_CLI_WORKFLOW_REGISTRY_CHAIN_EXPLORER_URL: "https://etherscan.io"
Loading