-
Notifications
You must be signed in to change notification settings - Fork 27
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
Adding USDC and injector for CoW ARB/wETH pool #1348
Conversation
FILENAME:
|
FILENAME:
|
… reports) + reformat JSON
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.
gauge is not labelled because it does not come back as a preferential gauge in the old subgraph, and is therefore ignored by the address book. will be solved by BalancerMaxis/bal_addresses#399
it is however the correct gauge.
old subgraph results:
{
"data": {
"liquidityGauges": [
{
"id": "0xbdbc27a1c245ed52eacb0dc6eba922992328f303",
"symbol": "BCoW-50ARB-50WETH-gauge",
"isPreferentialGauge": false
}
]
}
}
apiv3:
{
"data": {
"poolGetPool": {
"staking": {
"gauge": {
"gaugeAddress": "0xbdbc27a1c245ed52eacb0dc6eba922992328f303"
}
}
}
}
}
Adding USDC as reward with USDC injector as distributor to Cow ARB/weTH pool.