Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement determinstic contract addresses #1253

Merged
merged 13 commits into from
Mar 6, 2023
Prev Previous commit
Next Next commit
Fix wrong salt output
  • Loading branch information
webmaster128 committed Mar 6, 2023
commit a408f1ed860576b2a14aaeced31b0c02f55dcf71
2 changes: 1 addition & 1 deletion packages/cli/examples/contract_addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ for (let checksum of checksums) {
checksum: toHex(checksum),
creator,
creatorData: toHex(fromBech32(creator).data),
salt: toHex(checksum),
salt: toHex(salt),
msg,
},
out: {
Expand Down