We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0c307 commit 63b48efCopy full SHA for 63b48ef
1 file changed
src/server/routes/backend-wallet/transfer.ts
@@ -9,7 +9,7 @@ import {
9
type Address,
10
} from "thirdweb";
11
import { transfer as transferERC20 } from "thirdweb/extensions/erc20";
12
-import { isContractDeployed, resolvePromisedValue } from "thirdweb/utils";
+import { isContractDeployed } from "thirdweb/utils";
13
import { getChain } from "../../../shared/utils/chain";
14
import {
15
getChecksumAddress,
0 commit comments