From d7fd28480ceb44363f182ff8748f0407d55c2a2b Mon Sep 17 00:00:00 2001 From: 0xhaz Date: Sat, 15 Jan 2022 11:36:58 +0800 Subject: [PATCH] added test file --- 0xhaz.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 0xhaz.js diff --git a/0xhaz.js b/0xhaz.js new file mode 100644 index 0000000..ebb215f --- /dev/null +++ b/0xhaz.js @@ -0,0 +1,2 @@ +export const ETHER_ADDRESS = '0xhaz' +export const EVM_REVERT = 'VM Exception while processing transaction: revert'