Skip to content

Commit

Permalink
Merge pull request leapwallet#70 from leapwallet/fix/build-issues
Browse files Browse the repository at this point in the history
fix build issues
  • Loading branch information
baryon2 authored Jun 5, 2024
2 parents fc8170a + dafbc57 commit b9eec89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/wallet-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@tanstack/react-query-devtools": "4.2.3",
"dotenv": "16.3.1",
"zustand": "4.1.1",
"@leapwallet/leap-api-js": "0.21.4"
"@leapwallet/wallet-api": "*"
},
"devDependencies": {
"@babel/preset-env": "7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-hooks/src/gov/useNtrnGov.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import { OfflineSigner } from '@cosmjs/proto-signing';
import { calculateFee, GasPrice, StdFee } from '@cosmjs/stargate';
import { DefaultGasEstimates, fromSmall, NativeDenom, NTRN_GOV_CONTRACT_ADDRESS } from '@leapwallet/cosmos-wallet-sdk';
import PollForTx from '@leapwallet/cosmos-wallet-sdk/dist/browser/tx/nft-transfer/contract';
import { CosmosTxType } from '@leapwallet/leap-api-js';
import { MsgExecuteContract } from 'cosmjs-types/cosmwasm/wasm/v1/tx';
import { useCallback, useMemo, useState } from 'react';
import { Wallet } from 'secretjs';

import { LeapWalletApi } from '../apis';
import { CosmosTxType } from '../connectors';
import { useGasAdjustmentForChain } from '../fees';
import { sendTokensReturnType } from '../send';
import {
Expand Down
1 change: 0 additions & 1 deletion packages/wallet-sdk/src/tx/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import {
getVoteMsg,
getWithDrawRewardsMsg,
} from './msgs/cosmos';
import { customTypes } from './nft-transfer/omniflix/utils/registry';
import { getTxData } from './utils';

function uint64FromProto(input: number | Long): Uint64 {
Expand Down

0 comments on commit b9eec89

Please sign in to comment.