Skip to content

Commit

Permalink
fix: git url
Browse files Browse the repository at this point in the history
  • Loading branch information
d3or committed Jul 6, 2024
1 parent b42bfe0 commit 5b94d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "slotseek",
"name": "@d3or/slotseek",
"version": "1.0.0",
"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",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/d3or/slotseek.git"
"url": "git+https://github.com/d3or/slotseek.git"
},
"bugs": {
"url": "https://github.com/d3or/slotseek/issues"
Expand Down

0 comments on commit 5b94d88

Please sign in to comment.