You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chainlink External Adapter for Synthetix-debt-pool
The Synthetix debt pool adapter fetches the total debt from the DebtCache contract.
Environment Variables
Required?
Name
Description
Options
Defaults to
RPC_URL
A valid Ethereum RPC URL
KOVAN_RPC_URL
A valid Kovan RPC URL
OPTIMISM_RPC_URL
A valid Optimism RPC URL
GOERLI_RPC_URL
A valid Goerli RPC URL
GOERLI_OPTIMISM_RPC_URL
A valid Goerli Optimism RPC URL
KOVAN_OPTIMISM_RPC_URL
A valid Kovan Optimism RPC URL
SEPOLIA_OPTIMISM_RPC_URL
A valid Sepolia Optimism RPC URL
CHAIN_ID
Ethereum chain id to connect to
1
KOVAN_CHAIN_ID
Kovan chain id to connect to
42
OPTIMISM_CHAIN_ID
Optimism chain id to connect to
10
KOVAN_OPTIMISM_CHAIN_ID
Kovan Optimism chain id to connect to
69
GOERLI_CHAIN_ID
Kovan Optimism chain id to connect to
5
GOERLI_OPTIMISM_CHAIN_ID
Kovan Optimism chain id to connect to
420
SEPOLIA_CHAIN_ID
Sepolia chain id to connect to
11155111
SEPOLIA_OPTIMISM_CHAIN_ID
Sepolia Optimism chain id to connect to
11155420
The environment variables above are not required to start the adapter but are required when you want to pull the debt from that chain. Not setting any will not prevent the adapter from starting but it won't be able to pull debt from any chains.
Array of chains to pull debt from. Options for array elements are mainnet, mainnet-ovm, kovan, kovan-ovm, goerli, goerli-ovm, sepolia and sepolia-ovm. Leaving this blank will pull data from mainnet and mainnet-ovm
Array of chains to pull debt from. Options for array elements are mainnet, mainnet-ovm, kovan, kovan-ovm, goerli, goerli-ovm, sepolia and sepolia-ovm. Leaving this blank will pull data from mainnet and mainnet-ovm