Skip to content

Commit

Permalink
fix: tc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Sep 13, 2024
1 parent 40bb18e commit ae1069b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/core/tests/tx/tx.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Tx } from '../../src';
import { Address, Tx } from '../../src';
import { TxCategory } from '../../src/lib/tx/tx.types';
import { InitDid } from '../../src/lib/generated/txData/init_did';
import { config } from '../config';
Expand Down Expand Up @@ -115,7 +115,7 @@ describe('Tx', () => {
Tx.serializeData(mockInitDidTxData, TxCategory.INIT_DID)
);
await txInstance.send(tx, {
sender: 'eip155:1:0x35B84d6848D16415177c64D64504663b998A6ab4',
sender: Address.toPushCAIP('0x35B84d6848D16415177c64D64504663b998A6ab4'),
privKey:
'0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80',
});
Expand Down

0 comments on commit ae1069b

Please sign in to comment.