git.delta.rocks / unique-network / refs/commits / ffd054da0bde

difftreelog

Add CrossAccountId handling in normalize account in helpers

Greg Zaitsev2021-06-25parent: #fced765.patch.diff
in: master

1 file changed

modifiedtests/src/util/helpers.tsdiffbeforeafterboth
39 input.ethereum = input.ethereum.toLowerCase();39 input.ethereum = input.ethereum.toLowerCase();
40 return input;40 return input;
41 }41 }
42 if ('substrate' in input) {
43 return input;
44 }
4245
43 // AccountId46 // AccountId
44 return {substrate: input.toString()}47 return {substrate: input.toString()}