Skip to content

Commit 6f1597f

Browse files
authored
Merge pull request #542 from api3dao/main
Initiate release
2 parents 7dd7dbc + 49e533c commit 6f1597f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.changeset/stale-candies-arrive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/contracts': patch
3+
---
4+
5+
Fix typo from WTBC to WBTC

data/dapps/morpho.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"morpho-wbtc-usdc-860-lltv": {
1414
"chains": ["ethereum"],
15-
"title": "Morpho WTBC/USDC 86% LLTV",
16-
"description": "Only to be used for the WTBC/USDC 86% LLTV market."
15+
"title": "Morpho WBTC/USDC 86% LLTV",
16+
"description": "Only to be used for the WBTC/USDC 86% LLTV market."
1717
},
1818
"morpho-cbbtc-usdc-860-lltv": {
1919
"chains": ["ethereum"],

src/generated/dapps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export const DAPPS: Dapp[] = [
4141
},
4242
'morpho-wbtc-usdc-860-lltv': {
4343
chains: ['ethereum'],
44-
title: 'Morpho WTBC/USDC 86% LLTV',
45-
description: 'Only to be used for the WTBC/USDC 86% LLTV market.',
44+
title: 'Morpho WBTC/USDC 86% LLTV',
45+
description: 'Only to be used for the WBTC/USDC 86% LLTV market.',
4646
},
4747
'morpho-cbbtc-usdc-860-lltv': {
4848
chains: ['ethereum'],

0 commit comments

Comments
 (0)