DefiLlama / dimension-adapters

91 stars 1.01k forks source link

enable dexter-exchange #2041

Closed dtmkeng closed 2 weeks ago

llamatester commented 2 weeks ago

The dexter-exchange adapter exports:

> adapters@1.0.0 test
> ts-node --transpile-only cli/testAdapter.ts dexs dexter-exchange

🦙 Running DEXTER-EXCHANGE adapter 🦙
---------------------------------------------------
Start Date: Sun, 27 Oct 2024 00:00:00 GMT
End Date:   Mon, 28 Oct 2024 00:00:00 GMT
---------------------------------------------------

TEZOS 👇
Backfill start time not defined
NO METHODOLOGY SPECIFIED
Daily volume: 0
End timestamp: 1729987200 (2024-10-27T00:00:00.000Z)
llamatester commented 2 weeks ago

The dexter-tezos adapter exports:

> adapters@1.0.0 test
> ts-node --transpile-only cli/testAdapter.ts dexs dexter-tezos

🦙 Running DEXTER-TEZOS adapter 🦙
---------------------------------------------------
Start Date: Sun, 27 Oct 2024 00:00:00 GMT
End Date:   Mon, 28 Oct 2024 00:00:00 GMT
---------------------------------------------------

10/27/2024
Error: No data found for date 10/27/2024
    at fetchVolume (/home/runner/work/dimension-adapters/dimension-adapters/dexs/dexter-tezos/index.ts:19:20)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async getChainResult (/home/runner/work/dimension-adapters/dimension-adapters/adapters/utils/runAdapter.ts:49:18)
    at async Promise.all (index 0)
    at async runAdapter (/home/runner/work/dimension-adapters/dimension-adapters/adapters/utils/runAdapter.ts:27:20)
    at async /home/runner/work/dimension-adapters/dimension-adapters/cli/testAdapter.ts:75:21 {
  chain: 'tezos'
}
dtmkeng commented 2 weeks ago

thank you @g1nt0ki