Skip to content

Commit

Permalink
added openZeppelin in plugins and udpated several logos
Browse files Browse the repository at this point in the history
  • Loading branch information
minhanhld committed Feb 10, 2025
1 parent ffdadf8 commit f492020
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions data/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,22 @@ const argentxPlugin: Plugin = {
actions: [],
};

const openzeppelinPlugin: Plugin = {
id: "0a0d8122-0fa7-4278-b207-1ea0277e99ed",
name: "OpenZeppelin",
description: "",
image: "/logos/openzeppelin.png",
actions: [],
};

const okxPlugin: Plugin = {
id: "e9e7054e-e3b1-4b9a-ae69-53371e9b4a02",
name: "Okx",
description: "",
image: "/logos/okx.png",
actions: [],
};

const braavosPlugin: Plugin = {
id: "ae0057b0-e6e7-40bc-a22f-6afa5addb57a",
name: "Braavos",
Expand Down Expand Up @@ -672,6 +688,10 @@ const fibrousPlugin: Plugin = {

export const allPlugins: Array<Plugin> = [
corePlugin,
argentxPlugin,
braavosPlugin,
openzeppelinPlugin,
okxPlugin,
unruggablePlugin,
vesuPlugin,
avnuPlugin,
Expand All @@ -689,8 +709,7 @@ export const allPlugins: Array<Plugin> = [
searchapiPlugin,
atlanticPlugin,
coinmarketcapPlugin,
argentxPlugin,
braavosPlugin,

pragmaPlugin,
madaraPlugin,
fibrousPlugin,
Expand Down
Binary file modified public/logos/atlantic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logos/avnu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logos/coinmarketcap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logos/gcalendar.png
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/logos/okx.png
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/logos/openzeppelin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logos/searchapi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logos/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logos/wikipedia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f492020

Please sign in to comment.