Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if any of these tokens are LP tokens, set `resolveLP: true` to resolve them into
Example adapter
{% endembed %}

{% embed url="https://github.com/DefiLlama/DefiLlama-Adapters/blob/main/projects/aevo/index.js" %}
{% embed url="https://github.com/DefiLlama/DefiLlama-Adapters/blob/main/projects/aevo-xyz/index.js" %}
Example adapter
{% endembed %}

Expand Down Expand Up @@ -125,4 +125,3 @@ block = await getBlock(timestamp, chain, chainBlocks);
{% embed url="https://github.com/DefiLlama/DefiLlama-Adapters/blob/main/projects/atlendis/index.js" %}
Example Get Block Adapter
{% endembed %}

3 changes: 1 addition & 2 deletions list-your-project/how-to-update-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you'd like to update or add an **Event** to a DeFi project listed on DefiLlam

If you'd like to update the metadata (name, description, adding an audit, etc) of a project already listed on DefiLlama:

1. This information can be updated from the [data.ts](https://github.com/DefiLlama/defillama-server/blob/master/defi/src/protocols/data.ts), [data2.ts](https://github.com/DefiLlama/defillama-server/blob/master/defi/src/protocols/data2.ts), data3.ts and data4.ts files.
1. This information can be updated from the [data1.ts](https://github.com/DefiLlama/defillama-server/blob/master/defi/src/protocols/data1.ts), [data2.ts](https://github.com/DefiLlama/defillama-server/blob/master/defi/src/protocols/data2.ts), [data3.ts](https://github.com/DefiLlama/defillama-server/blob/master/defi/src/protocols/data3.ts), [data4.ts](https://github.com/DefiLlama/defillama-server/blob/master/defi/src/protocols/data4.ts), and [data5.ts](https://github.com/DefiLlama/defillama-server/blob/master/defi/src/protocols/data5.ts) files.
2. Fork the [defillama-server repo](https://github.com/DefiLlama/defillama-server) (button towards the top right of the repo page).
3. Find your protocol and make your changes to the fork (generally easiest by cloning your new fork into a desktop IDE).
4. Make a Pull Request from your fork, to the main defiLlama-server repo, with a brief explanation of what you changed.
Expand All @@ -37,4 +37,3 @@ To update the logo:
2. Add your icon to the public [icons](https://github.com/DefiLlama/defillama-app/tree/main/public/icons) file as a 240px x 240px .jpg \*\*Please save the file under the very same name as the protocol.
3. Make a Pull Request from your fork
4. Wait for someone to either comment on or merge your Pull Request. 

2 changes: 1 addition & 1 deletion list-your-project/oracles-tvs.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ To add a new oracle to DefiLlama, follow these steps:

#### 2. **Edit the Appropriate File**

* Locate the appropriate `data.ts`, `data1.ts`, `data2.ts`, `data3.ts` or `data4.ts` file in the [DefiLlama Server repository](https://github.com/DefiLlama/defillama-server/blob/master/defi/src/protocols/).
* Locate the appropriate `data1.ts`, `data2.ts`, `data3.ts`, `data4.ts` or `data5.ts` file in the [DefiLlama Server repository](https://github.com/DefiLlama/defillama-server/blob/master/defi/src/protocols/).
* Add or update the protocol entry using the `oraclesBreakdown` format.

#### 3. **Include the Following in Your Pull Request**
Expand Down
2 changes: 1 addition & 1 deletion list-your-project/other-dashboards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ These helpers provide high-level abstractions for common DeFi protocol archetype

Examples:

* [Nile Exchange V1](https://github.com/DefiLlama/dimension-adapters/blob/master/fees/nile-exchange-v1/index.ts) (V2-style)
* [Nile Exchange V1](https://github.com/DefiLlama/dimension-adapters/blob/master/fees/nile-exchange/index.ts) (V2-style)
* [Hydrometer](https://github.com/DefiLlama/dimension-adapters/blob/master/fees/hydrometer/index.ts)
* [ABCDEFX](https://github.com/DefiLlama/dimension-adapters/blob/master/dexs/abcdefx/index.ts)
* **`uniV3Exports`**: Creates adapters for Uniswap V3-style DEXes, supporting variable fees and multiple pools.
Expand Down