Skip to content

Commit

Permalink
Update get_anchor_instruction_code.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
everlastingsong authored Oct 24, 2024
1 parent d378073 commit 1478eaf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// We can use unix commands without TS environment
//
// $ echo -n global:open_position_with_metadata | sha256sum | cut -c 1-16
// f21d86303a6e0e3c
//

import { Buffer } from "buffer";
import { sha256 } from "js-sha256";
import { snakeCase } from "snake-case";
Expand Down

0 comments on commit 1478eaf

Please sign in to comment.