-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move from kovan to goerli #199
base: main
Are you sure you want to change the base?
Conversation
if (i === 0 && (getCurrentNetwork() !== 'optimism' || getCurrentNetwork() !== 'optimism-kovan')) { | ||
if ( | ||
(i === 0 && (getCurrentNetwork() !== 'optimism' || getCurrentNetwork() !== 'optimism-goerli')) || | ||
getCurrentNetwork() !== 'goerli' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here I assumed that guerli doesn't need to track exchanger_SynthetixOldTracking
@@ -127,7 +127,7 @@ exchangeRatesContractAddresses.forEach((ca, i) => { | |||
}); | |||
}); | |||
|
|||
if (getCurrentNetwork() === 'mainnet' || getCurrentNetwork() == 'kovan') { | |||
if (getCurrentNetwork() === 'mainnet' || getCurrentNetwork() == 'goerli') { | |||
// hack for chainlink, tracking of aggregator address changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this chainlink hack is required for goerli too?
Also, if any of you have admin rights could you add @nosekit |
Deployed to goerli under my account and fully synced The graph still haven't got support for goerli-optimism |
js-monrepo require goerli subgraphs to be defined. Left some question and I will also need help to deploy since I dont have the access key for our account