Get fees to claims

This commit is contained in:
2025-06-13 14:22:38 +07:00
parent 5188b5faec
commit 3f34c56968
13 changed files with 580 additions and 20 deletions

View File

@@ -16,9 +16,9 @@ describe('swap tokens implementation', () => {
try {
const result = await swapGmxTokensImpl(
sdk,
Ticker.GMX, // fromTicker
Ticker.BTC, // fromTicker
Ticker.USDC, // toTicker
2.06 // amount
0.000056 // amount
)
assert.strictEqual(typeof result, 'string')