Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
e2fb5edb
Unverified
Commit
e2fb5edb
authored
2 years ago
by
george-aj
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update whitelisted pool IDs (#1486)
parent
b09d30c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/upgrades/v8/unpool_whitelist.go
+6
-4
app/upgrades/v8/unpool_whitelist.go
with
6 additions
and
4 deletions
+6
-4
app/upgrades/v8/unpool_whitelist.go
+
6
-
4
View file @
e2fb5edb
...
...
@@ -25,12 +25,14 @@ func RegisterWhitelistedDirectUnbondPools(ctx sdk.Context, superfluid *superflui
// #612 (UST/XPRT)
// #615 (UST/LUM)
// #642 (UST/UMEE)
// #679 (4Pool)
// #679 (UST/axl-FRAX/axl-USDT/axl-USDC)
// #580 (UST/JUNO)
// #635 (UST/g-USDC/g-DAI)
//
//
TODO: Geo pointed out, that this is not all the UST pools with liquidity.
//
Added pools #580 and #635
// Jacob, Geo are in favor of adding the not listed UST pools with > 1k liquidity.
// TODO: C
omment with what these IDs are, and c
irculate to validators to get agreement.
whitelistedPoolShares
:=
[]
uint64
{
560
,
562
,
567
,
578
,
592
,
610
,
612
,
615
,
642
,
679
}
// TODO: Circulate to validators to get agreement.
whitelistedPoolShares
:=
[]
uint64
{
560
,
562
,
567
,
578
,
592
,
610
,
612
,
615
,
642
,
679
,
580
,
635
}
// Consistency check that each whitelisted pool contains UST
for
_
,
whitelistedPool
:=
range
whitelistedPoolShares
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets