Skip to content

Commit

Permalink
fix: Add zklink and fantom to network list (#4848)
Browse files Browse the repository at this point in the history
Co-authored-by: Wan <[email protected]>
  • Loading branch information
ChaituVR and wa0x6e authored Aug 9, 2024
1 parent 7b95f1e commit c7a4125
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/views/Network.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ const CUSTOMERS = [
avatar:
'ipfs://bafkreia7lrda6v2fc5dthazn3qdost4yd2qrn3r4ntrd6lgmc2gvtvvhoa',
website: 'https://gravity.xyz'
},
{
name: 'zkLink',
avatar: 'bafkreic6c3iems5235qapyhyrygha7akqrsfact2nok3y2uhljpzxrdu74',
website: 'https://zklink.io'
},
{
name: 'Fantom',
avatar: 'ipfs://QmVEgNeQDKnXygeGxfY9FywZpNGQu98ktZtRJ9bToYF6g7',
website: 'https://fantom.foundation'
}
];
const FAQ = [
Expand Down

0 comments on commit c7a4125

Please sign in to comment.