Skip to content

Commit

Permalink
fix(build): import from top level arbundles for correct build
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Oct 28, 2024
1 parent 77bbac5 commit 5cfde2d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/common/signing/ao.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import { DataItem, Signer, createData } from '@dha-team/arbundles';
import { EthereumSigner } from '@dha-team/arbundles/build/node/cjs/index';
import { ArweaveSigner } from '@dha-team/arbundles/web';
import {
ArweaveSigner,
DataItem,
EthereumSigner,
Signer,
createData,
} from '@dha-team/arbundles';

import { AoSigner, DataItemSignatureProvider } from '../../types/ao.js';
import { isArweaveWalletApi, isJwkInterface } from '../../types/arweave.js';
Expand Down

0 comments on commit 5cfde2d

Please sign in to comment.