diff --git a/packages/website/components/Ecosystem/EcosystemSection.tsx b/packages/website/components/Ecosystem/EcosystemSection.tsx index 2490089fed..5bd7f89680 100644 --- a/packages/website/components/Ecosystem/EcosystemSection.tsx +++ b/packages/website/components/Ecosystem/EcosystemSection.tsx @@ -23,6 +23,14 @@ interface EcosystemData { } const ecosystemData: EcosystemData[] = [ + { + icon: "/images/ecosystem/bitget.png", + name: "BitGet Wallet", + link: "https://web3.bitget.com/", + description: "Faster trading with your Web3 trading wallet of the future.", + filters: [], + isLive: true, + }, { icon: "/images/ecosystem/blockscout.svg", name: "Blockscout", diff --git a/packages/website/public/images/ecosystem/bitget.png b/packages/website/public/images/ecosystem/bitget.png new file mode 100644 index 0000000000..adb1b3bd6c Binary files /dev/null and b/packages/website/public/images/ecosystem/bitget.png differ