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
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
What we need
We need to have information about our Liquidity Providers. We need their addresses, what pools they are contribution, and how much amount of LP tokens they have, what % of the pool they hold, etc...
In order to achieve this we would like to have a table that will look like
[[tables]]
name = "ssw_providers"
[[tables.columns]]
name = "provider_address" // address of the liquidity provider
col_type = "BYTEA"
[[tables.columns]]
name = "pool_address" // address of the pool
col_type = "BYTEA"
[[tables.columns]]
name = "shares" // amount of LP tokens the provider have
col_type = "BYTEA"