fix: build error

This commit is contained in:
bartosz-lipinski 2020-12-30 08:52:34 -06:00
parent 530397afdb
commit dec3d42a0a
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ export const LABELS = {
MENU_BORROW: "Borrow",
MENU_LIQUIDATE: "Liquidate",
MENU_FAUCET: "Faucet",
MARGIN_TRADING: 'Margin Trading',
APP_TITLE: "Oyster Lending",
CONNECT_BUTTON: "Connect",
WALLET_TOOLTIP: "Wallet public key",

View File

@ -1,7 +1,7 @@
import { AccountInfo, PublicKey, TransactionInstruction } from "@solana/web3.js";
import { AccountInfo as TokenAccountInfo, Token } from "@solana/spl-token";
import { TOKEN_PROGRAM_ID } from "../constants";
import { TOKEN_PROGRAM_ID } from "../utils/ids";
export interface TokenAccount {
pubkey: PublicKey;