Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
Merged
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
3 changes: 2 additions & 1 deletion ensawards.org/data/apps/1inch-defi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const OneInchDeFi: App = {
ens: asInterpretedName("1inch.eth"),
},
icon: OneInchIcon,
// TODO: Add OG images
ogImagePath: "1inch-defi/og.png",
twitterOgImagePath: "1inch-defi/twitter-og.png",
};

defineApp(OneInchDeFi);
Expand Down
Binary file added ensawards.org/data/apps/1inch-defi/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion ensawards.org/data/apps/aave-defi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const AaveDeFi: App = {
ens: asInterpretedName("aave.eth"),
},
icon: AaveIcon,
// TODO: Add OG images
ogImagePath: "aave-defi/og.png",
twitterOgImagePath: "aave-defi/twitter-og.png",
};

defineApp(AaveDeFi);
Expand Down
Binary file added ensawards.org/data/apps/aave-defi/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion ensawards.org/data/apps/rabby-wallet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const RabbyWallet: App = {
website: new URL("https://rabby.io/"),
twitter: new URL("https://x.com/Rabby_io"),
},
// TODO: Add OG images
ogImagePath: "rabby-wallet/og.png",
twitterOgImagePath: "rabby-wallet/twitter-og.png",
};

defineApp(RabbyWallet);
Expand Down
Binary file added ensawards.org/data/apps/rabby-wallet/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion ensawards.org/data/apps/readyx-wallet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const ReadyXWallet: App = {
twitter: new URL("https://x.com/ready_co"),
},
icon: ReadyIcon,
// TODO: Add OG images
ogImagePath: "readyx-wallet/og.png",
twitterOgImagePath: "readyx-wallet/twitter-og.png",
};

defineApp(ReadyXWallet);
Expand Down
Binary file added ensawards.org/data/apps/readyx-wallet/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion ensawards.org/data/apps/safe-wallet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const SafeWallet: App = {
ens: asInterpretedName("safe.eth"),
},
icon: SafeIcon,
// TODO: Add OG images
ogImagePath: "safe-wallet/og.png",
twitterOgImagePath: "safe-wallet/twitter-og.png",
};

defineApp(SafeWallet);
Expand Down
Binary file added ensawards.org/data/apps/safe-wallet/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion ensawards.org/data/apps/status-wallet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const StatusWallet: App = {
twitter: new URL("https://x.com/ethstatus"),
},
icon: StatusIcon,
// TODO: Add OG images
ogImagePath: "status-wallet/og.png",
twitterOgImagePath: "status-wallet/twitter-og.png",
};

defineApp(StatusWallet);
Expand Down
Binary file added ensawards.org/data/apps/status-wallet/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion ensawards.org/data/apps/uniswap-defi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const UniswapDeFi: App = {
ens: asInterpretedName("uniswap.eth"),
},
icon: UniswapIcon,
// TODO: Add OG images
ogImagePath: "uniswap-defi/og.png",
twitterOgImagePath: "uniswap-defi/twitter-og.png",
};

defineApp(UniswapDeFi);
Expand Down
Binary file added ensawards.org/data/apps/uniswap-defi/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion ensawards.org/data/apps/worldapp-wallet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const WorldWallet: App = {
twitter: new URL("https://x.com/worldnetwork"),
},
icon: WorldIcon,
// TODO: Add OG images
ogImagePath: "worldapp-wallet/og.png",
twitterOgImagePath: "worldapp-wallet/twitter-og.png",
};

defineApp(WorldWallet);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion ensawards.org/data/apps/zerion-wallet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const ZerionWallet: App = {
twitter: new URL("https://x.com/zerion"),
},
icon: ZerionIcon,
// TODO: Add OG images
ogImagePath: "zerion-wallet/og.png",
twitterOgImagePath: "zerion-wallet/twitter-og.png",
};

defineApp(ZerionWallet);
Expand Down
Binary file added ensawards.org/data/apps/zerion-wallet/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions ensawards.org/data/protocols/kleros-dao/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const KlerosDao: DAOProtocol = {
website: new URL("https://kleros.io"),
twitter: new URL("https://x.com/Kleros_io"),
},
ogImagePath: "kleros-dao/og.png",
twitterOgImagePath: "kleros-dao/twitter-og.png",
};

defineProtocol(KlerosDao);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions ensawards.org/data/protocols/superfluid-defi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const SuperfluidDeFi: DeFiProtocol = {
website: new URL("https://superfluid.org"),
twitter: new URL("https://x.com/Superfluid_HQ"),
},
ogImagePath: "superfluid-defi/og.png",
twitterOgImagePath: "superfluid-defi/twitter-og.png",
};

defineProtocol(SuperfluidDeFi);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading