balancednetwork / balanced-backend

Backend to balanced stats page and other services
Apache License 2.0
0 stars 1 forks source link

Mark tokens as stable + stability + ignored (implied) #47

Open robcxyz opened 5 months ago

robcxyz commented 5 months ago

@hetfly

Please give me list of tokens + addresses that are stable

Only bnusd for now is ignored

Add these cols stable + stability + ignored

robcxyz commented 5 months ago

Keep list and put up some docs about how to update (ie PR)

hetfly commented 5 months ago
[
  {
    address: cx22319ac7f412f53eabe3c9827acf5e27e9c6a95f,
    stable: true,
    stability: true
  },
  {
    address: cxf0a30d09ade391d7b570908b9b46cfa5b3cbc8f8,
    stable: true,
    stability: true
  }
]

allow for adding or updating tokens through PRs