From 7d2fe3071a50ee30d2c3973cde717cf22619ed79 Mon Sep 17 00:00:00 2001 From: Howard Xie Date: Wed, 18 Sep 2024 17:05:04 -0700 Subject: [PATCH] Update wallet.ts --- src/coinbase/wallet.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/coinbase/wallet.ts b/src/coinbase/wallet.ts index 27e26f40..e4a38aa2 100644 --- a/src/coinbase/wallet.ts +++ b/src/coinbase/wallet.ts @@ -29,7 +29,6 @@ import { WalletCreateOptions, WalletData, CreateERC20Options, - CreateWebhookOptions, } from "./types"; import { convertStringToHex, delay, formatDate, getWeekBackDate } from "./utils"; import { StakingOperation } from "./staking_operation";