Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/firebase-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: '^24.10.0'
node-version: '^24.18.0'
cache: 'pnpm'

- run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: '^24.10.0'
node-version: '^24.18.0'
cache: 'pnpm'

- run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: '^24.10.0'
node-version: '^24.18.0'
cache: 'pnpm'

- run: pnpm install
Expand Down
10 changes: 5 additions & 5 deletions docs/curation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ The Api3 dCOMP vault supplies the USDC borrow-side liquidity for this market, ma

All three vaults are deployed on Ethereum mainnet and can be viewed and accessed through the Morpho app, where Api3 operates as a [verified curator.](https://forum.morpho.org/c/vaults/api3/57) Live figures - total deposits, APY, enabled markets, and current supply caps - are shown there.

| Vault | Address | Link |
| ---------- | -------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| Api3 Core | `0xe2221Aa07ec3266DA87763E2b1e28d07A8a4e53b` | [View on Morpho](https://app.morpho.org/ethereum/vault/0xe2221Aa07ec3266DA87763E2b1e28d07A8a4e53b) |
| Kabu | `0x54210d3f1A066413891AF9E17210E787d5C6e3f4` | [View on Morpho](https://app.morpho.org/ethereum/vault/0x54210d3f1A066413891AF9E17210E787d5C6e3f4) |
| Api3 dCOMP | `0x36cfe1568461E499391ef0A555300F1ae2da2439` | [View on Morpho](https://app.morpho.org/ethereum/vault/0x36cfe1568461E499391ef0A555300F1ae2da2439) |
| Vault | Address | Link |
| ---------- | -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| Api3 Core | `0xe2221Aa07ec3266DA87763E2b1e28d07A8a4e53b` | [View on Morpho](https://app.morpho.org/ethereum/vault/0xe2221Aa07ec3266DA87763E2b1e28d07A8a4e53b/api3-core-usdc) |
| Kabu | `0x54210d3f1A066413891AF9E17210E787d5C6e3f4` | [View on Morpho](https://app.morpho.org/ethereum/vault/0x54210d3f1A066413891AF9E17210E787d5C6e3f4/kabu-usdc) |
| Api3 dCOMP | `0x36cfe1568461E499391ef0A555300F1ae2da2439` | [View on Morpho](https://app.morpho.org/ethereum/vault/0x36cfe1568461E499391ef0A555300F1ae2da2439/api3-dcomp-usdc) |

## Fees

Expand Down
16 changes: 8 additions & 8 deletions docs/dapps/integration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,15 @@ If you want to see what happens under the hood, you can click "Verified," which

```json
{
"stage": "aws",
"version": "3.0.1",
"currentTimestamp": "1740583493",
"deploymentTimestamp": "1739870993",
"configHash": "0xbd159fb423d5eef7abd7947cf8ad1731f0c60cc2e093877837988907580539c9",
"certifiedAirnodes": ["0xf19572194e6aD6d84666906D5287e2c9427655C2"]
"stage": "production",
"version": "4.5.0",
"currentTimestamp": "1784020220",
"deploymentTimestamp": "1783579600",
"configHash": "0x2e55b08ec13ce549a02e86ec14a9855b8e7395e6fe607fd914acd5177c867ff8",
"certifiedAirnodes": ["0x9dB03a07bE313B3C08261B1d1606D511f3560D9e"]
}
```

We know that CoinGecko is a reputable API provider, they own the `coingecko.com` domain, and this response comes from that domain.
`certifiedAirnodes` is the list of addresses of the accounts that CoinGecko uses to sign its data (only `0xf19572194e6aD6d84666906D5287e2c9427655C2` in this case), and the Market frontend confirms that the respective data feed is configured to use data signed by one of these certified accounts.
Finally, all recent data points signed by CoinGecko can be fetched directly from them through https://signed-api.coingecko.com/public/0xf19572194e6aD6d84666906D5287e2c9427655C2.
`certifiedAirnodes` is the list of addresses of the accounts that CoinGecko uses to sign its data (only `0x9dB03a07bE313B3C08261B1d1606D511f3560D9e` in this case), and the Market frontend confirms that the respective data feed is configured to use data signed by one of these certified accounts.
Finally, all recent data points signed by CoinGecko can be fetched directly from them through https://signed-api.coingecko.com/public/0x9dB03a07bE313B3C08261B1d1606D511f3560D9e.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"packageManager": "pnpm@10.26.2",
"packageManager": "pnpm@10.34.4",
"engines": {
"pnpm": "^10.26.2"
"pnpm": "^10.34.4"
},
"resolutions": {},
"scripts": {
Expand All @@ -21,7 +21,7 @@
"firebase:emulator": "pnpm docs:build; firebase emulators:start"
},
"devDependencies": {
"@types/node": "^24.9.2",
"@types/node": "^24.13.2",
"axios": "^1.16.1",
"colors": "^1.4.0",
"file": "^0.2.2",
Expand Down
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.