Skip to content

Commit cefb54d

Browse files
Merge pull request #16 from DefiLlama/fix-branding-consistency
fix: update branding consistency - change 'DeFi Llama' to 'DefiLlama'
2 parents fb9ae3a + 5903813 commit cefb54d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

list-your-project/other-dashboards/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ Functions for querying EVM logs and indexers.
544544
```
545545
[Example Implementation - Ostium](https://github.com/DefiLlama/dimension-adapters/blob/master/fees/ostium/index.ts)
546546

547-
* **`queryIndexer`**: Executes queries against DeFi Llama's indexers (transfers, events, etc.).
547+
* **`queryIndexer`**: Executes queries against DefiLlama's indexers (transfers, events, etc.).
548548

549549
```typescript
550550
import { queryIndexer } from '../../helpers/indexer';
@@ -642,7 +642,7 @@ Utility functions for common adapter patterns.
642642
```
643643

644644
### Helper Source Code Reference
645-
You can find the full source code for these helper functions in the DeFi Llama GitHub repository:
645+
You can find the full source code for these helper functions in the DefiLlama GitHub repository:
646646

647647
- [Token Helpers](https://github.com/DefiLlama/dimension-adapters/blob/master/helpers/token.ts) - Contains functions like addTokensReceived, getETHReceived, etc.
648648
- [Uniswap Helpers](https://github.com/DefiLlama/dimension-adapters/blob/master/helpers/uniswap.ts) - Contains uniV2Exports, uniV3Exports

list-your-project/other-dashboards/helper-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ const fetch = async (options: FetchOptions) => {
293293

294294
### Helper Function Reference
295295

296-
You can find the full source code for these helper functions in the DeFi Llama GitHub repository:
296+
You can find the full source code for these helper functions in the DefiLlama GitHub repository:
297297

298298
* [Token Helpers](https://github.com/DefiLlama/dimension-adapters/blob/master/helpers/token.ts) - Contains functions like addTokensReceived, getETHReceived, etc.
299299
* [Uniswap Helpers](https://github.com/DefiLlama/dimension-adapters/blob/master/helpers/uniswap.ts) - Contains uniV2Exports, uniV3Exports

0 commit comments

Comments
 (0)