From d4c529fb5b2043c5dd0abbefd013738a736f2fc0 Mon Sep 17 00:00:00 2001 From: d3or Date: Fri, 12 Jul 2024 11:59:12 -0400 Subject: [PATCH] feat: bump to v1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a70df8..ab21eda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@d3or/slotseek", - "version": "1.0.1", + "version": "1.0.2", "description": "A library for finding the storage slots on an ERC20 token for balances and approvals, which can be used to mock the balances and approvals of an address when estimating gas costs of transactions that would fail if the address did not have the required balance or approval", "main": "dist/index.js", "types": "dist/index.d.ts",