[BUG] Your Pools page empty when switching to L2 despite having receivable amounts in a pool.
Closed this issue · 2 comments
Problem subject
No response
Description
I recreated the Redux Devtools Pool (eth) on Arbitrum One and when I switch between the networks, I can see that I have a Creator Reward/Receivable Amount.
But when I go to to the "Portfolio" site, the "Your Pools" list is empty when on Arbitrum - everything is just fine when I'm on Etherium.
Is withdrawing DEV not supported at the moment for L2?
Using Chromium with Metamask extension.
Expected behavior/contents
I see the pool in "portfolio" and can receive Dev, even on ARB.
Code of Conduct
- I agree to follow this project's Code of Conduct
@phryneas Hi! Thanks for reporting the bug.
"Your Pools" on the Profile page depends on GraphQL, and this problem occurs because GraphQL cannot be used with Arbitrum.
The community has deprecated GraphQL, and a new set of APIs called "Agent APIs" is being developed in the Dev Kit to replace GraphQL, so we will replace the "Your Pools" implementation with Agent APIs in the future.
You can now use Arbiscan to manually withdraw the rewards:
- Access to https://arbiscan.io/address/0x1c2699e43F0Bc47b45F27BFc84e99c64851A4BF0#writeProxyContract
- Scroll down to the "withdraw" section
- Enter the address of the Property (tokenized OSS)
- Click "Write"
This issue is inactive and so will be closed automatically.