Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: DeltaTrade volume distinguishes between Near and Solana chains. #2269

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

harry1115
Copy link
Contributor

DeltaTrade Volume distinguishes between Near and Solana chains.

@llamabutler
Copy link

The delta-trade adapter exports:

> [email protected] test
> ts-node --transpile-only cli/testAdapter.ts dexs delta-trade

🦙 Running DELTA-TRADE adapter 🦙
---------------------------------------------------
Start Date:	Mon, 30 Dec 2024 00:00:00 GMT
End Date:	Tue, 31 Dec 2024 00:00:00 GMT
---------------------------------------------------

[Error: Request failed with status code 403] {
  url: 'https://api.deltatrade.ai/api/home/data?chain=near',
  method: 'GET',
  axiosError: 'Forbidden',
  chain: 'near'
}

@dtmkeng
Copy link
Contributor

dtmkeng commented Jan 1, 2025

@harry1115 could you check error ?

@llamabutler
Copy link

The delta-trade adapter exports:

> [email protected] test
> ts-node --transpile-only cli/testAdapter.ts dexs delta-trade

🦙 Running DELTA-TRADE adapter 🦙
---------------------------------------------------
Start Date:	Fri, 03 Jan 2025 00:00:00 GMT
End Date:	Sat, 04 Jan 2025 00:00:00 GMT
---------------------------------------------------

[Error: Request failed with status code 403] {
  url: 'https://api.deltatrade.ai/api/home/data?chain=solana',
  method: 'GET',
  axiosError: 'Forbidden',
  chain: 'solana'
}

@g1nt0ki g1nt0ki merged commit 78d1697 into DefiLlama:master Jan 10, 2025
2 checks passed
@g1nt0ki
Copy link
Member

g1nt0ki commented Jan 10, 2025

looks good, thanks

@g1nt0ki
Copy link
Member

g1nt0ki commented Jan 10, 2025

@harry1115 can you check your firewall settings? I hope it is blocking only github IP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants