Skip to content

Commit

Permalink
revert: revert unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Nov 15, 2024
1 parent 24edc54 commit 8a694b2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scripts/generateHashWithTypes.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
const { createHash } = require('crypto');

const types = {
DeleteSubscription: [
Statement: [
{ name: 'from', type: 'address' },
{ name: 'type', type: 'string' },
{ name: 'value', type: 'string' },
{ name: 'timestamp', type: 'uint64' }
{ name: 'timestamp', type: 'uint64' },
{ name: 'space', type: 'string' },
{ name: 'about', type: 'string' },
{ name: 'statement', type: 'string' }
]
};
function sha256(str) {
Expand Down

0 comments on commit 8a694b2

Please sign in to comment.