Skip to content

Commit 80eada2

Browse files
authored
Merge pull request #501 from api3dao/main
Initiate release
2 parents dcbaecc + 754f3a2 commit 80eada2

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.changeset/strong-apes-enjoy.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 TakoTako weETH/ETH isolated market to dApp details

data/dapps/takotako.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"aliases": {
3-
"takotako": { "chains": ["taiko"], "title": "TakoTako" }
3+
"takotako": {
4+
"chains": ["taiko"],
5+
"title": "TakoTako",
6+
"description": "Only to be used for the main markets."
7+
},
8+
"takotako-weeth-eth": {
9+
"chains": ["taiko"],
10+
"title": "TakoTako weETH/ETH isolated market",
11+
"description": "Only to be used for the weETH/ETH isolated market."
12+
}
413
},
514
"homepageUrl": "https://www.takotako.xyz/"
615
}

src/generated/dapps.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,17 @@ export const DAPPS: Dapp[] = [
6868
{ aliases: { stability: { chains: ['sonic'], title: 'Stability' } }, homepageUrl: 'https://stability.farm/' },
6969
{ aliases: { stout: { chains: ['sonic'], title: 'Stout' } }, homepageUrl: 'https://stout.fi/' },
7070
{ aliases: { takara: { chains: ['sei'], title: 'Takara Lend' } }, homepageUrl: 'https://takaralend.com/' },
71-
{ aliases: { takotako: { chains: ['taiko'], title: 'TakoTako' } }, homepageUrl: 'https://www.takotako.xyz/' },
71+
{
72+
aliases: {
73+
takotako: { chains: ['taiko'], title: 'TakoTako', description: 'Only to be used for the main markets.' },
74+
'takotako-weeth-eth': {
75+
chains: ['taiko'],
76+
title: 'TakoTako weETH/ETH isolated market',
77+
description: 'Only to be used for the weETH/ETH isolated market.',
78+
},
79+
},
80+
homepageUrl: 'https://www.takotako.xyz/',
81+
},
7282
{ aliases: { tunnl: { chains: ['polygon'], title: 'tunnl' } }, homepageUrl: 'https://www.tunnl.exchange/' },
7383
{
7484
aliases: { 'vicuna-finance': { chains: ['sonic'], title: 'Vicuna Finance' } },

0 commit comments

Comments
 (0)