RepletePool

Main entrypoint for all user actions, enabling chain abstraction.

Uses cross chain messaging services and liquidity bridges to communicate and bridge funds to, and from, the Pool Chain (Arbitrum).


If interacting on Pool Chain then interact with HostedRepletePool which is an ABI compatible RepletePool contract. This contract interacts with the pool directly, rather than using any messaging services, and is just a proxy contract for Pool and is ABI compatible with IRepletePoolCore

If interacting on any other chain then interact with RepletePool

Last updated