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
We want to add the SPOs ticker names next to their pool ids in the explorer
What
We use a list of SPOs provided by a third party (e.g. Cexplorer) and create a manual tool in the aggregator to populate the signer table with the ticker. The aggregator exposes a new route that maps all the pool ids to their known tickers. The explorer uses this route to map the pool ids to the ticker and display it when available
Why
We want to add the SPOs ticker names next to their pool ids in the explorer
What
We use a list of SPOs provided by a third party (e.g. Cexplorer) and create a manual tool in the aggregator to populate the
signer
table with the ticker. The aggregator exposes a new route that maps all the pool ids to their known tickers. The explorer uses this route to map the pool ids to the ticker and display it when availableNote:
mainnet
: https://js.cexplorer.io/api-static/pool/list.jsonpreprod
list: https://preprod-js.cexplorer.io/api-static/pool/list.jsonpreview
list: https://preview-js.cexplorer.io/api-static/pool/list.jsonHow
serve
command to download (every 12h?) a json file and upsert thesigner
table with it (pool_ticker
field)/signers/tickers
HTTP route in aggregator that serves all the signers pool ids and tickers/signers/tickers
route in the explorer to store locally the pool id/ticker mapping (refresh every 12h)?cexplorer
on the pool id)The text was updated successfully, but these errors were encountered: