Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
y3fers0n committed Sep 12, 2024
1 parent 51f4a2a commit 25a3530
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/ios-web3-provider/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { ICosmosProviderConfig } from '@trustwallet/web3-provider-cosmos/types/C
import { IEthereumProviderConfig } from '@trustwallet/web3-provider-ethereum/types/EthereumProvider';
import { AptosProvider } from '@trustwallet/web3-provider-aptos';
import { IAptosProviderConfig } from '@trustwallet/web3-provider-aptos/types/AptosProvider';
import { ITonProviderConfig } from '@trustwallet/web3-provider-ton/dist/types/types/TonProvider';
import { ITonBridgeConfig } from '@trustwallet/web3-provider-ton/dist/types/types/TonBridge';
import { ITonProviderConfig } from '@trustwallet/web3-provider-ton/types/TonProvider';
import { ITonBridgeConfig } from '@trustwallet/web3-provider-ton/types/TonBridge';
import { TonBridge, TonProvider } from '@trustwallet/web3-provider-ton';

const core = (strategy: AdapterStrategyType, handler?: IHandler) =>
Expand Down
1 change: 1 addition & 0 deletions packages/ios-web3-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dev": "bun build ./index.ts --outdir ./dist --watch"
},
"dependencies": {
"ton": "^13.9.0",
"@trustwallet/web3-provider-core": "workspace:*",
"@trustwallet/web3-provider-ethereum": "workspace:*",
"@trustwallet/web3-provider-solana": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ton/MobileAdapter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TonProvider } from './TonProvider';
import { Address, WalletContractV4 } from 'ton';
import { Address } from 'ton';

interface ITransaction {
valid_until: number;
Expand Down

0 comments on commit 25a3530

Please sign in to comment.