Skip to content

Commit 566c28e

Browse files
authored
Merge pull request #484 from api3dao/main
Initiate release
2 parents d890c4f + c2b37c0 commit 566c28e

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.changeset/grumpy-schools-compare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/contracts': minor
3+
---
4+
5+
Add Stability on Sonic to dApp details

data/dapps/stability.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"aliases": {
3+
"stability": { "chains": ["sonic"], "title": "Stability" }
4+
},
5+
"homepageUrl": "https://stability.farm/"
6+
}

src/generated/dapps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const DAPPS: Dapp[] = [
5050
},
5151
homepageUrl: 'https://app.silo.finance/',
5252
},
53+
{ aliases: { stability: { chains: ['sonic'], title: 'Stability' } }, homepageUrl: 'https://stability.farm/' },
5354
{ aliases: { stout: { chains: ['sonic'], title: 'Stout' } }, homepageUrl: 'https://stout.fi/' },
5455
{ aliases: { takara: { chains: ['sei'], title: 'Takara Lend' } }, homepageUrl: 'https://takaralend.com/' },
5556
{

0 commit comments

Comments
 (0)