Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5daf4fd
DF-23099: Removes overrides for Coingecko
cl-efornaciari Apr 17, 2026
6302cff
adds changeset
cl-efornaciari Apr 17, 2026
a5bc140
remove overrides.md
cl-efornaciari Apr 17, 2026
ecc2b05
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
cl-efornaciari Apr 17, 2026
fc5b169
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
mmcallister-cll Apr 21, 2026
3ed4f92
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
app-token-issuer-data-feeds[bot] Apr 21, 2026
f8f5a9c
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
app-token-issuer-data-feeds[bot] Apr 21, 2026
c8b5ec6
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
app-token-issuer-data-feeds[bot] Apr 21, 2026
28a03a3
fix integration tests
cl-efornaciari Apr 21, 2026
ce097ed
remove overrides.json file
cl-efornaciari Apr 23, 2026
4b0f93a
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
mmcallister-cll Apr 23, 2026
3adcbac
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
app-token-issuer-data-feeds[bot] Apr 23, 2026
1131e1c
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
app-token-issuer-data-feeds[bot] Apr 23, 2026
ce2b563
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
app-token-issuer-data-feeds[bot] Apr 23, 2026
7131e37
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
app-token-issuer-data-feeds[bot] Apr 24, 2026
533d187
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
app-token-issuer-data-feeds[bot] Apr 24, 2026
69b821d
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
app-token-issuer-data-feeds[bot] Apr 24, 2026
0db4129
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
app-token-issuer-data-feeds[bot] Apr 24, 2026
acece21
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
app-token-issuer-data-feeds[bot] Apr 24, 2026
8c74673
Merge branch 'main' into feature/DF-23099/remove-coingecko-overrides
app-token-issuer-data-feeds[bot] Apr 24, 2026
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
5 changes: 5 additions & 0 deletions .changeset/long-boats-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/coingecko-adapter': minor
---

Removes overrides from Coingecko
23 changes: 10 additions & 13 deletions packages/sources/coingecko/README.md
Comment thread
mmcallister-cll marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Query the crypto price from [Coingecko](https://api.coingecko.com/api/v3/simple/
| (✅ if not using `base`) | `coinid` | The CoinGecko id or array of ids of the coin(s) to query (Note: because of current limitations to use a dummy `base` will need to be supplied) | [See list here](https://www.coingecko.com/api/documentations/v3#/coins/get_coins_list) | |
| (✅ if not using `coinid`) | `base`, `from`, or `coin` | The symbol or array of symbols of the currency to query | ↑ | |
| ✅ | `quote`, `to`, or `market` | The symbol of the currency to convert to | ↑ | |
| | `overrides` | If base provided is found in overrides, the coin id specified in `overrides` will be used | [Format](./src/config/overrides.json) | |

### Sample Input

Expand Down Expand Up @@ -147,12 +146,11 @@ Supported names for this endpoint are: `marketcap`, `crypto-marketcap`

### Input Params

| Required? | Name | Description | Options | Defaults to |
| :------------------------: | :------------------------: | :---------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------: | :---------: |
| (✅ if not using `base`) | `coinid` | The CoinGecko id of the coin to query | [See list here](https://www.coingecko.com/api/documentations/v3#/coins/get_coins_list) | |
| (✅ if not using `coinid`) | `base`, `from`, or `coin` | The symbol of the currency to query | ↑ | |
| ✅ | `quote`, `to`, or `market` | The symbol of the currency to fecth market cap | ↑ | |
| | `overrides` | If base provided is found in overrides, the coin id specified in `overrides` will be used | [Format](./src/config/overrides.json) | |
| Required? | Name | Description | Options | Defaults to |
| :------------------------: | :------------------------: | :--------------------------------------------: | :------------------------------------------------------------------------------------: | :---------: |
| (✅ if not using `base`) | `coinid` | The CoinGecko id of the coin to query | [See list here](https://www.coingecko.com/api/documentations/v3#/coins/get_coins_list) | |
| (✅ if not using `coinid`) | `base`, `from`, or `coin` | The symbol of the currency to query | ↑ | |
| ✅ | `quote`, `to`, or `market` | The symbol of the currency to fecth market cap | ↑ | |

### Sample Input

Expand Down Expand Up @@ -190,12 +188,11 @@ Supported names for this endpoint are: `volume`, `crypto-volume`

### Input Params

| Required? | Name | Description | Options | Defaults to |
| :------------------------: | :------------------------: | :---------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------: | :---------: |
| (✅ if not using `base`) | `coinid` | The CoinGecko id of the coin to query | [See list here](https://www.coingecko.com/api/documentations/v3#/coins/get_coins_list) | |
| (✅ if not using `coinid`) | `base`, `from`, or `coin` | The symbol of the currency to query | ↑ | |
| ✅ | `quote`, `to`, or `market` | The symbol of the currency to fecth market cap | ↑ | |
| | `overrides` | If base provided is found in overrides, the coin id specified in `overrides` will be used | [Format](./src/config/overrides.json) | |
| Required? | Name | Description | Options | Defaults to |
| :------------------------: | :------------------------: | :--------------------------------------------: | :------------------------------------------------------------------------------------: | :---------: |
| (✅ if not using `base`) | `coinid` | The CoinGecko id of the coin to query | [See list here](https://www.coingecko.com/api/documentations/v3#/coins/get_coins_list) | |
| (✅ if not using `coinid`) | `base`, `from`, or `coin` | The symbol of the currency to query | ↑ | |
| ✅ | `quote`, `to`, or `market` | The symbol of the currency to fecth market cap | ↑ | |

### Sample Input

Expand Down
42 changes: 0 additions & 42 deletions packages/sources/coingecko/helpers/createOverrides.js

This file was deleted.

6 changes: 0 additions & 6 deletions packages/sources/coingecko/overrides.md

This file was deleted.

Loading
Loading