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
Binary file added src/apps/omnibtc/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/apps/omnibtc/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const App = () => {
return <p>OmniBTC</p>;
};

export default App;

5 changes: 5 additions & 0 deletions src/apps/omnibtc/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"title": "OmniBTC",
"description": "OmniBTC is the ultimate cross-chain swap and lending platform that unifies all on-chain liquidity using interoperability protocols enable everyone interact any token on any chains.",
"translations": {}
}