Skip to content
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

TestData: query aggregate swap fee #32

Closed
johngrantuk opened this issue Jul 29, 2024 · 0 comments · Fixed by #34
Closed

TestData: query aggregate swap fee #32

johngrantuk opened this issue Jul 29, 2024 · 0 comments · Fixed by #34
Assignees

Comments

@johngrantuk
Copy link
Member

VaultExplorer: https://sepolia.etherscan.io/address/0x72EbAFDdC4C7d3EB702c81295D90A8B29F008a03#readContract:
getPoolConfig

struct PoolConfig {
    LiquidityManagement liquidityManagement;
    uint256 staticSwapFeePercentage;
    uint256 aggregateSwapFeePercentage;
    uint256 aggregateYieldFeePercentage;
    uint40 tokenDecimalDiffs;
    uint32 pauseWindowEndTime;
    bool isPoolRegistered;
    bool isPoolInitialized;
    bool isPoolPaused;
    bool isPoolInRecoveryMode;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant