Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
rohan-agarwal-coinbase committed Sep 27, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 4a77ec3 commit 83d22b3
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/coinbase/types.ts
Original file line number Diff line number Diff line change
@@ -55,8 +55,8 @@ import {
WebhookEventTypeFilter,
CreateWalletWebhookRequest,
} from "./../client/api";
import { Address, IAddress } from "./address";
import { IWallet, Wallet } from "./wallet";
import { IAddress } from "./address";
import { IWallet } from "./wallet";
import { HistoricalBalance } from "./historical_balance";
import { Transaction } from "./transaction";

1 change: 0 additions & 1 deletion src/coinbase/wallet.ts
Original file line number Diff line number Diff line change
@@ -31,7 +31,6 @@ import {
CreateERC20Options,
CreateERC721Options,
CreateERC1155Options,
CreateWebhookOptions,
} from "./types";
import { convertStringToHex, delay, formatDate, getWeekBackDate } from "./utils";
import { StakingOperation } from "./staking_operation";

0 comments on commit 83d22b3

Please sign in to comment.