We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7512152 commit 8237b95Copy full SHA for 8237b95
1 file changed
turnkey/src/features/onebalance-account/use-onebalance-account.ts
@@ -5,8 +5,7 @@ import { useTurnkeyAuth } from "../turnkey/use-turnkey-auth";
5
import { fetchPredictAddress } from "./fetch-predict-address";
6
import { useEnvironment } from "../environment/environment";
7
8
-// below is a random ETH address, please change this as per your requirements.
9
-export const ADMIN_ADDRESS = "0xc162a3cE45ad151eeCd0a5532D6E489D034aB3B8";
+export const ADMIN_ADDRESS = "0x771d3303f888E75bD24634967196b5ae87C7819D";
10
11
export const useEmbeddedWallet = () => {
12
const { wallets } = useTurnkeyAuth();
0 commit comments