mirror of
https://github.com/galacticship/terra.git
synced 2024-11-08 17:27:52 +00:00
add yluna/luna astroport pair
This commit is contained in:
parent
e18b524bc0
commit
b4bed377b8
@ -53,7 +53,11 @@ func NewRouter(querier *terra.Querier) (terra.Router, error) {
|
||||
}
|
||||
PRISMUST, err := NewXykPair(querier, "terra10nfk6fcz5nc5uru964qmpels9ctg6j0vczjgl7", terra.PRISM, terra.UST, terra.ASTRO_PRISMUSTLP)
|
||||
if err != nil {
|
||||
return nil, errors.Wrap(err, "init ASTROLUNA pair")
|
||||
return nil, errors.Wrap(err, "init PRISMUST pair")
|
||||
}
|
||||
YLUNALUNA, err := NewXykPair(querier, "terra1aa68js6yxavg9zzzle2zaynem9cstvmaj3xyu3", terra.YLUNA, terra.LUNA, terra.ASTRO_YLUNALUNALP)
|
||||
if err != nil {
|
||||
return nil, errors.Wrap(err, "init YLUNALUNA pair")
|
||||
}
|
||||
|
||||
LUNABLUNA, err := NewStablePair(querier, "terra1j66jatn3k50hjtg2xemnjm8s7y8dws9xqa5y8w", terra.LUNA, terra.BLUNA, terra.ASTRO_LUNABLUNALP)
|
||||
@ -88,6 +92,7 @@ func NewRouter(querier *terra.Querier) (terra.Router, error) {
|
||||
KUSTUST,
|
||||
PRISMUST,
|
||||
PRISMXPRISM,
|
||||
YLUNALUNA,
|
||||
//{terra.VKR, terra.UST},
|
||||
//{terra.APOLLO, terra.UST},
|
||||
//{terra.ORION, terra.UST},
|
||||
|
@ -70,6 +70,7 @@ var (
|
||||
ASTRO_KUSTUSTLP, _ = NewCw20Token("terra16aurvlp5xctv0ftcelaseypyc89ylf4y0s5q0y", "uLP", 6)
|
||||
ASTRO_PRISMUSTLP, _ = NewCw20Token("terra156sdvmjkezv5yxpgcxug0s73zkvdqk72pldkva", "uLP", 6)
|
||||
ASTRO_PRISMXPRISMLP, _ = NewCw20Token("terra198en0xuzldzyark7pqz409p3u2d2g3y3k8u3py", "uLP", 6)
|
||||
ASTRO_YLUNALUNALP, _ = NewCw20Token("terra12kf0s56pz2xhus9cqs4wva2xgz8wdkuqmh396s", "uLP", 6)
|
||||
|
||||
TERRASWAP_LUNAUSTLP, _ = NewCw20Token("terra17dkr9rnmtmu7x4azrpupukvur2crnptyfvsrvr", "uLP", 6)
|
||||
TERRASWAP_BLUNALUNALP, _ = NewCw20Token("terra1nuy34nwnsh53ygpc4xprlj263cztw7vc99leh2", "uLP", 6)
|
||||
|
Loading…
Reference in New Issue
Block a user