Skip to content

Commit 3a71204

Browse files
chore(deps): update infrastructure-maintenance (#308)
* chore(deps): update infrastructure-maintenance * Fix broken links --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuel Tesař <e.tesarr@gmail.com>
1 parent 1653d7c commit 3a71204

7 files changed

Lines changed: 45 additions & 45 deletions

File tree

.github/workflows/firebase-live.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: '^24.10.0'
19+
node-version: '^24.18.0'
2020
cache: 'pnpm'
2121

2222
- run: pnpm install

.github/workflows/firebase-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: '^24.10.0'
19+
node-version: '^24.18.0'
2020
cache: 'pnpm'
2121

2222
- run: pnpm install

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@v6
2323
with:
24-
node-version: '^24.10.0'
24+
node-version: '^24.18.0'
2525
cache: 'pnpm'
2626

2727
- run: pnpm install

docs/curation/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ The Api3 dCOMP vault supplies the USDC borrow-side liquidity for this market, ma
7777

7878
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.
7979

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

8686
## Fees
8787

docs/dapps/integration/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@ If you want to see what happens under the hood, you can click "Verified," which
182182

183183
```json
184184
{
185-
"stage": "aws",
186-
"version": "3.0.1",
187-
"currentTimestamp": "1740583493",
188-
"deploymentTimestamp": "1739870993",
189-
"configHash": "0xbd159fb423d5eef7abd7947cf8ad1731f0c60cc2e093877837988907580539c9",
190-
"certifiedAirnodes": ["0xf19572194e6aD6d84666906D5287e2c9427655C2"]
185+
"stage": "production",
186+
"version": "4.5.0",
187+
"currentTimestamp": "1784020220",
188+
"deploymentTimestamp": "1783579600",
189+
"configHash": "0x2e55b08ec13ce549a02e86ec14a9855b8e7395e6fe607fd914acd5177c867ff8",
190+
"certifiedAirnodes": ["0x9dB03a07bE313B3C08261B1d1606D511f3560D9e"]
191191
}
192192
```
193193

194194
We know that CoinGecko is a reputable API provider, they own the `coingecko.com` domain, and this response comes from that domain.
195-
`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.
196-
Finally, all recent data points signed by CoinGecko can be fetched directly from them through https://signed-api.coingecko.com/public/0xf19572194e6aD6d84666906D5287e2c9427655C2.
195+
`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.
196+
Finally, all recent data points signed by CoinGecko can be fetched directly from them through https://signed-api.coingecko.com/public/0x9dB03a07bE313B3C08261B1d1606D511f3560D9e.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"license": "MIT",
6-
"packageManager": "pnpm@10.26.2",
6+
"packageManager": "pnpm@10.34.4",
77
"engines": {
8-
"pnpm": "^10.26.2"
8+
"pnpm": "^10.34.4"
99
},
1010
"resolutions": {},
1111
"scripts": {
@@ -21,7 +21,7 @@
2121
"firebase:emulator": "pnpm docs:build; firebase emulators:start"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^24.9.2",
24+
"@types/node": "^24.13.2",
2525
"axios": "^1.16.1",
2626
"colors": "^1.4.0",
2727
"file": "^0.2.2",

pnpm-lock.yaml

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)