diff --git a/src/data/builder-tools.js b/src/data/builder-tools.js index a49e203244..07225eb367 100644 --- a/src/data/builder-tools.js +++ b/src/data/builder-tools.js @@ -377,6 +377,14 @@ export const Showcases = [ getstarted: "/docs/get-started/blockfrost/get-started/", tags: ["favorite", "http", "json", "hosted"], }, + { + title: "ADANATOR", + description: "Public hosted GraphQL Instance", + preview: require("./builder-tools/adanator.png"), + website: "https://adanator.com/graphql", + getstarted: null, + tags: ["http", "json", "hosted"], + }, { title: "StakePool Operator Scripts", description: "CLI scripts to manage your stake pool (online or offline), use and migrate to hardware wallets, send transactions with messages, register for Catalyst, mint/burn Tokens, generate the Token Registry, and more.", diff --git a/src/data/builder-tools/adanator.png b/src/data/builder-tools/adanator.png new file mode 100644 index 0000000000..a67df9411b Binary files /dev/null and b/src/data/builder-tools/adanator.png differ