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
As a Payer, I want to be able to pay out members on proxy chains.
Description
We need to implement the chain switcher which will pass in a different chainId to the payment saga.
Additionally this switcher needs to change the list of tokens to the list of tokens on another chain. For starters we can only work with ETH until we properly iron out tokens per chain.
Naturally, we need to modify the saga and the block-ingestor to automatically assume our payment actions receive a chainId.
Specification
Story
As a Payer, I want to be able to pay out members on proxy chains.
Description
We need to implement the chain switcher which will pass in a different chainId to the payment saga.
Additionally this switcher needs to change the list of tokens to the list of tokens on another chain. For starters we can only work with ETH until we properly iron out tokens per chain.
Naturally, we need to modify the saga and the block-ingestor to automatically assume our payment actions receive a chainId.
Design
Figma link
Implementation
This issue is complete when...
The text was updated successfully, but these errors were encountered: