feat: implement swap relayer cmd package (#282)

This commit is contained in:
noot
2023-01-25 01:17:55 -05:00
committed by GitHub
parent af08415254
commit ea43b6a86c
21 changed files with 885 additions and 102 deletions

View File

@@ -18,7 +18,7 @@ const (
)
var (
// DecimalCtx is the apd context used for math operations on our coins
// decimalCtx is the apd context used for math operations on our coins
decimalCtx = apd.BaseContext.WithPrecision(MaxCoinPrecision)
log = logging.Logger("coins")