Skip to content

Instantly share code, notes, and snippets.

@axiomatic-aardvark
Created August 11, 2021 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axiomatic-aardvark/b70de05c5657eb3756a290f7aa6500dc to your computer and use it in GitHub Desktop.
Save axiomatic-aardvark/b70de05c5657eb3756a290f7aa6500dc to your computer and use it in GitHub Desktop.
import { assert } from "matchstick-as/assembly/index";
import { ethereum } from "@graphprotocol/graph-ts";
assert.equals(ethereum.Value.fromString("hello"), ethereum.Value.fromString("hello"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment