Skip to content

Commit

Permalink
fix: Add zklink and fantom to network list
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Aug 5, 2024
1 parent 9b43f5c commit 28d21b0
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 28d21b0

Please sign in to comment.