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
5 changes: 5 additions & 0 deletions .changeset/stale-candies-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/contracts': patch
---

Fix typo from WTBC to WBTC
4 changes: 2 additions & 2 deletions data/dapps/morpho.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"morpho-wbtc-usdc-860-lltv": {
"chains": ["ethereum"],
"title": "Morpho WTBC/USDC 86% LLTV",
"description": "Only to be used for the WTBC/USDC 86% LLTV market."
"title": "Morpho WBTC/USDC 86% LLTV",
"description": "Only to be used for the WBTC/USDC 86% LLTV market."
},
"morpho-cbbtc-usdc-860-lltv": {
"chains": ["ethereum"],
Expand Down
4 changes: 2 additions & 2 deletions src/generated/dapps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export const DAPPS: Dapp[] = [
},
'morpho-wbtc-usdc-860-lltv': {
chains: ['ethereum'],
title: 'Morpho WTBC/USDC 86% LLTV',
description: 'Only to be used for the WTBC/USDC 86% LLTV market.',
title: 'Morpho WBTC/USDC 86% LLTV',
description: 'Only to be used for the WBTC/USDC 86% LLTV market.',
},
'morpho-cbbtc-usdc-860-lltv': {
chains: ['ethereum'],
Expand Down