Commit 6f633f91 authored by smartcontracts's avatar smartcontracts Committed by GitHub

Merge pull request #2288 from ethereum-optimism/sc/sdk-repo-link

fix(sdk): update package json with correct repo
parents 1e9549a2 7ae1c67f
---
'@eth-optimism/sdk': patch
---
Update package json to include correct repo link
......@@ -24,12 +24,12 @@
"ethereum",
"sdk"
],
"homepage": "https://github.com/ethereum-optimism/optimism-monorepo/tree/master/packages/sdk#readme",
"homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme",
"license": "MIT",
"author": "Optimism PBC",
"repository": {
"type": "git",
"url": "https://github.com/ethereum-optimism/optimism-monorepo.git"
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"@ethersproject/abstract-provider": "^5.5.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment