diff --git a/.changeset/six-zebras-move.md b/.changeset/six-zebras-move.md new file mode 100644 index 00000000000..ad977dd9695 --- /dev/null +++ b/.changeset/six-zebras-move.md @@ -0,0 +1,8 @@ +--- +"thirdweb": minor +--- + +Add Glyph wallet connector to `createWallet`, export the connector and also export new chains: + +- `apechain` (mainnet) +- `curtis` (testnet) diff --git a/apps/playground-web/src/app/wallets/sign-in/button/RightSection.tsx b/apps/playground-web/src/app/wallets/sign-in/button/RightSection.tsx index b3f288d23af..4befac640d9 100644 --- a/apps/playground-web/src/app/wallets/sign-in/button/RightSection.tsx +++ b/apps/playground-web/src/app/wallets/sign-in/button/RightSection.tsx @@ -4,6 +4,7 @@ import { usePathname } from "next/navigation"; import { useEffect, useState } from "react"; import { abstract, + apechain, arbitrum, arbitrumSepolia, base, @@ -126,6 +127,7 @@ export function RightSection(props: { optimism, arbitrum, abstract, + apechain, sepolia, baseSepolia, optimismSepolia, @@ -185,7 +187,7 @@ export function RightSection(props: { // TODO: should show the expanded connected modal here instead connectButton ) : ( -