Skip to content

Commit

Permalink
feat(sdk-coin-coredao): add coredao sdk skeleton
Browse files Browse the repository at this point in the history
Ticket: WIN-3696
  • Loading branch information
adarsh312 committed Nov 12, 2024
1 parent 9699533 commit ec56735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('Coredao Transfer Builder', () => {
it('Should successfully build from txHex', async function () {
const txBuilder = getBuilder('tcoredao');
const txHex =
'0xf8ad82026d85059f73c1808303d09094f5caa5e3e93afbc21bd19ef4f2691a37121f791780b844fb90b32000000000000000000000000090a4693ee469ac4f04bb9bb8ccf955e6cf4cf875000000000000000000000000000000000000000000000000000000000000000181e5a08d37159dab62ce1f450cab33c932603505952e351f5da8da70023cdc9275be57a034be4eac6c2d636c6f1f0762ab0390fc8aa2fc541a968c911f8ef05a3422f44f';
'0x02f86482045b010102825208944943dd2a2494e3ea5937954cb836692a047695b50180c080a0a967298f91f5c8bb735a0837e68cb43d6541f987028b60a10a165f55bca0eda6a04266fc6f2b7b1c55636bbcc2552fbe18930cf0a483ba85d2fa496fe3042f1796';
txBuilder.from(txHex);
const parsedTx = await txBuilder.build();

Expand Down

0 comments on commit ec56735

Please sign in to comment.