Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
emmdim committed Mar 4, 2024
1 parent 979f2da commit a8878e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/js-client/src/internal/modules/encoding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export class GaslessVotingClientEncoding
const hexBytes = defaultAbiCoder.encode(prepareInstallationDataTypes, args);
console.log(`network ${networkName}`);
console.log(`repoaddress ${DEFAULT_ADDRESSES[networkName].repoAddress}`);
console.log(`repoaddress ${DEFAULT_ADDRESSES[networkName].repoAddress}`);
return {
id: DEFAULT_ADDRESSES[networkName].repoAddress,
data: hexToBytes(hexBytes),
Expand Down

0 comments on commit a8878e2

Please sign in to comment.