Skip to content
Open
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/thirty-regions-jam.md
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doing patch here makes the most sense imo. It isn't really braking anything.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/contracts': patch
---

Fix Tokos on Somnia dApp details
6 changes: 0 additions & 6 deletions data/dapps/arenas.json

This file was deleted.

2 changes: 1 addition & 1 deletion data/dapps/tokos.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"aliases": {
"tokos": { "chains": ["somnia"], "title": "Tokos" }
"arenas": { "chains": ["somnia"], "title": "Tokos" }
},
"homepageUrl": "https://tokos.fi/"
}
3 changes: 1 addition & 2 deletions src/generated/dapps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { type Dapp } from '../types';

export const DAPPS: Dapp[] = [
{ aliases: { apebank: { chains: ['apechain'], title: 'ApeBank' } }, homepageUrl: 'https://ape-bank.netlify.app/' },
{ aliases: { arenas: { chains: ['somnia'], title: 'Arenas' } }, homepageUrl: 'https://x.com/somnia_arenas' },
{ aliases: { arenas: { chains: ['somnia'], title: 'Tokos' } }, homepageUrl: 'https://tokos.fi/' },
{
aliases: {
'compound-finance-usde': {
Expand Down Expand Up @@ -155,7 +155,6 @@ export const DAPPS: Dapp[] = [
},
homepageUrl: 'https://www.takotako.xyz/',
},
{ aliases: { tokos: { chains: ['somnia'], title: 'Tokos' } }, homepageUrl: 'https://tokos.fi/' },
{ aliases: { tunnl: { chains: ['polygon'], title: 'tunnl' } }, homepageUrl: 'https://www.tunnl.exchange/' },
{ aliases: { yei: { chains: ['sei', 'injective'], title: 'Yei Finance' } }, homepageUrl: 'https://www.yei.finance/' },
{ aliases: { zerolend: { chains: ['zircuit'], title: 'ZeroLend' } }, homepageUrl: 'https://zerolend.xyz/' },
Expand Down