Skip to content

Commit 96d721b

Browse files
authored
Merge branch 'main' into greg/tool-2770-sdk-add-humanity-testnet-to-the-legacy-chains
2 parents 03e922c + 58bc4a9 commit 96d721b

File tree

3 files changed

+7
-33
lines changed

3 files changed

+7
-33
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
# Order is important; the last matching pattern takes the most precedence.
22

33
# default ownership group
4-
- @jnsdls @joaquim-verges @MananTank @gregfromstl
4+
@thirdweb-dev/developer-tools
55

66
# packages
7-
packages/thirdweb/ @joaquim-verges @gregfromstl @jnsdls
7+
packages/thirdweb/ @thirdweb-dev/core-platform @thirdweb-dev/developer-tools
88

99
## specific thirdweb pieces
10-
packages/thirdweb/src/react/ @joaquim-verges @gregfromstl @MananTank @jnsdls @edwardysun
11-
packages/thirdweb/src/reactive/ @joaquim-verges @gregfromstl @MananTank @jnsdls
12-
packages/thirdweb/src/gas/ @joaquim-verges @jnsdls
13-
packages/thirdweb/src/pay/ @joaquim-verges @gregfromstl @MananTank @jnsdls @edwardysun
14-
packages/service-utils/ @arcoraven @jnsdls @joaquim-verges
15-
packages/eslint-config-thirdweb/ @jnsdls @joaquim-verges
16-
packages/tw-tsconfig/ @jnsdls @joaquim-verges
10+
packages/service-utils/ @thirdweb-dev/core-platform
11+
packages/eslint-config-thirdweb/ @thirdweb-dev/core-platform @edwardysun
12+
packages/tw-tsconfig/ @thirdweb-dev/core-platform @edwardysun
1713

1814
# apps
19-
apps/ @jnsdls @joaquim-verges
20-
apps/dashboard/ @jnsdls @MananTank @joaquim-verges @jakubkrehel
21-
apps/playground-web/ @joaquim-verges @gregfromstl @jnsdls @joaquim-verges @jakubkrehel
22-
apps/wallet-ui/ @gregfromstl @jnsdls @joaquim-verges @MananTank @jakubkrehel
23-
apps/portal/ @thirdweb-dev/product @thirdweb-dev/platform @thirdweb-dev/infra
15+
apps/ @thirdweb-dev/developer-tools @thirdweb-dev/core-platform @jakubkrehel
2416

2517
# .github folder + .changeset + turbo config is owned by jonas for now
2618
scripts/ @jnsdls @joaquim-verges

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [opened, edited, ready_for_review]
66

77
env:
8-
VALID_ISSUE_PREFIXES: "CNCT|DASH|PROT|INSIGHT|ENGINE|CS|DES|BIL|DEVX|SOLU|NEB"
8+
VALID_ISSUE_PREFIXES: "CORE|TOOL"
99

1010
jobs:
1111
linear:

apps/wallet-ui/src/components/ConnectButton.tsx

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
"use client";
22
import { client } from "@/lib/client";
33
import { useTheme } from "next-themes";
4-
import {
5-
arbitrum,
6-
base,
7-
blast,
8-
defineChain,
9-
mainnet,
10-
optimism,
11-
zkSync,
12-
} from "thirdweb/chains";
134
import { ConnectButton as ThirdwebConnectButton } from "thirdweb/react";
145
import { ecosystemWallet } from "thirdweb/wallets";
156

@@ -20,15 +11,6 @@ export default function ConnectButton({
2011

2112
return (
2213
<ThirdwebConnectButton
23-
chains={[
24-
mainnet,
25-
base,
26-
optimism,
27-
arbitrum,
28-
blast,
29-
zkSync,
30-
defineChain(61166), // Treasure mainnet
31-
]}
3214
wallets={[ecosystemWallet(ecosystem)]}
3315
client={client}
3416
theme={theme === "light" ? "light" : "dark"}

0 commit comments

Comments
 (0)