Skip to content

Commit

Permalink
Merge pull request #291 from ethereumfollowprotocol/add-integrations
Browse files Browse the repository at this point in the history
Add integrations
  • Loading branch information
brantlymillegan authored Dec 17, 2024
2 parents 7430108 + 38841dd commit 5a663cd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added public/assets/partners/banklessacademy.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/partners/ensresolver.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/lib/constants/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ import DevconPassport from 'public/assets/partners/devconpassport.jpeg'
import ETHTools from 'public/assets/partners/ethtools.jpeg'
import Yodl from 'public/assets/partners/yodl.jpeg'
import Snapshot from 'public/assets/partners/snapshot.jpeg'
import BanklessAcademy from 'public/assets/partners/banklessacademy.jpeg'
import ENSResolver from 'public/assets/partners/ensresolver.jpeg'


export const INTEGRATIONS = [
{
Expand Down Expand Up @@ -71,6 +74,11 @@ export const INTEGRATIONS = [
url: 'https://webhash.com',
logo: WebHash
},
{
name: 'Bankless Academy',
url: 'https://app.banklessacademy.com/',
logo: BanklessAcademy
},
{
name: 'Payflow',
url: 'https://payflow.me',
Expand Down Expand Up @@ -145,6 +153,11 @@ export const INTEGRATIONS = [
name: 'ETH Tools',
url: 'https://ethtools.com/',
logo: ETHTools
},
{
name: 'ENS Resolver',
url: 'https://adraffy.github.io/ens-normalize.js/test/resolver.html',
logo: ENSResolver
}
] as {
name: string
Expand Down

0 comments on commit 5a663cd

Please sign in to comment.