Skip to content

Commit

Permalink
Merge pull request #957 from Koniverse/issue-945
Browse files Browse the repository at this point in the history
[Issue-945]: Add dApps to Predefined List
  • Loading branch information
nguyenduythuc authored Aug 16, 2023
2 parents fe5f5a5 + b90feda commit e024e8d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/predefined/dAppSites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1139,5 +1139,32 @@ export const predefinedDApps: PredefinedDApps = {
isSupportSubstrateAccount: false,
isSupportEthereumAccount: true,
},
{
name: 'HEAL-Ⅲ | Health to Earn',
icon: 'https://heal3.com/favicon.svg',
id: 'www.heal3.com',
url: 'https://heal3.com',
categories: ['defi', 'evm'],
isSupportSubstrateAccount: false,
isSupportEthereumAccount: true,
},
{
name: 'Oxalus - NFT Social Commerce Platform',
icon: 'https://oxalus.io/favicon.ico',
id: 'www.oxalus.io',
url: 'https://oxalus.io',
categories: ['defi', 'evm'],
isSupportSubstrateAccount: false,
isSupportEthereumAccount: true,
},
{
name: 'Birdeye',
icon: 'https://birdeye.so/logo.png',
id: 'www.birdeye.so',
url: 'https://birdeye.so',
categories: ['defi', 'evm'],
isSupportSubstrateAccount: false,
isSupportEthereumAccount: true,
},
],
};

0 comments on commit e024e8d

Please sign in to comment.