Skip to content

Swivel-Finance/DefiLlama-Adapters

This branch is 9560 commits behind DefiLlama/DefiLlama-Adapters:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e61997 · Apr 28, 2023
Apr 26, 2023
Apr 6, 2023
Apr 28, 2023
Aug 8, 2022
Apr 7, 2023
Mar 16, 2023
Apr 3, 2023
Nov 23, 2021
Mar 22, 2023
Apr 3, 2021
Apr 13, 2023
Apr 25, 2023
Apr 12, 2023
Apr 21, 2023
Jul 20, 2022
Apr 26, 2023
Oct 3, 2022
Jul 20, 2022

Repository files navigation

Defillama Adapters

Follow this guide to create an adapter and submit a PR with it.

Also, don't hesitate to send a message on our discord if we're late to merge your PR.

If you would like to add a volume adapter please submit the PR here.

Getting listed

Please send answers to questions there https://github.com/DefiLlama/DefiLlama-Adapters/blob/main/pull_request_template.md when creating a PR.

Work in progress

This is a work in progress. The goal is to eventually handle historical data. DefiLlama aims to be transparent, accurate and open source.

If you have any suggestions, want to contribute or want to chat, please join our discord and drop a message.

Testing adapters

node test.js projects/pangolin/index.js

Changing RPC providers

If you want to change RPC providers because you need archive node access or because the default ones don't work well enough you can do so by creating an .env file and filling it with the env variables to overwrite:

ETHEREUM_RPC="..."
BSC_RPC="..."
POLYGON_RPC="..."
FANTOM_RPC="..."
ARBITRUM_RPC="..."
OPTIMISM_RPC="..."
XDAI_RPC="..."
HARMONY_RPC="..."

The name of each rpc is {CHAIN-NAME}_RPC, and the name we use for each chain can be found here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • TypeScript 1.4%