Skip to content

Commit 8237b95

Browse files
committed
update admin key
1 parent 7512152 commit 8237b95

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

turnkey/src/features/onebalance-account/use-onebalance-account.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import { useTurnkeyAuth } from "../turnkey/use-turnkey-auth";
55
import { fetchPredictAddress } from "./fetch-predict-address";
66
import { useEnvironment } from "../environment/environment";
77

8-
// below is a random ETH address, please change this as per your requirements.
9-
export const ADMIN_ADDRESS = "0xc162a3cE45ad151eeCd0a5532D6E489D034aB3B8";
8+
export const ADMIN_ADDRESS = "0x771d3303f888E75bD24634967196b5ae87C7819D";
109

1110
export const useEmbeddedWallet = () => {
1211
const { wallets } = useTurnkeyAuth();

0 commit comments

Comments
 (0)