Skip to content

Commit

Permalink
Update v2-core and v2-periphery package urls
Browse files Browse the repository at this point in the history
  • Loading branch information
markolazic01 committed Aug 9, 2024
1 parent ca59d47 commit edab766
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"node": ">=10"
},
"dependencies": {
"@dragonswap/v2-core": "git+ssh://git@github.com:dragonswap-app/v2-core.git",
"@dragonswap/v2-periphery": "git+ssh://git@github.com:dragonswap-app/v2-periphery.git",
"@dragonswap/v2-core": "https://github.com/dragonswap-app/v2-core",
"@dragonswap/v2-periphery": "https://github.com/dragonswap-app/v2-periphery",
"@openzeppelin/contracts": "3.4.1-solc-0.7-2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -247,16 +247,16 @@
scrypt "github:barrysteyn/node-scrypt#fb60a8d3c158fe115a624b5ffa7480f3a24b03fb"
solhint "4.1.1"

"@dragonswap/v2-core@git+ssh://git@github.com:dragonswap-app/v2-core.git":
"@dragonswap/v2-core@https://github.com/dragonswap-app/v2-core":
version "1.0.0"
resolved "git+ssh://git@github.com:dragonswap-app/v2-core.git#77f934dd7182abf934787645d8b44057f61acf23"
resolved "https://github.com/dragonswap-app/v2-core#77f934dd7182abf934787645d8b44057f61acf23"

"@dragonswap/v2-periphery@git+ssh://git@github.com:dragonswap-app/v2-periphery.git":
"@dragonswap/v2-periphery@https://github.com/dragonswap-app/v2-periphery":
version "1.0.0"
resolved "git+ssh://git@github.com:dragonswap-app/v2-periphery.git#da9d3a5491607b3e88a5133b7fd3c5c1f1f317eb"
resolved "https://github.com/dragonswap-app/v2-periphery#2ecd865e6f2ce06387dab459c3df03456210088b"
dependencies:
"@dragonswap/core" "https://github.com/dragonswap-app/dragonswap-core"
"@dragonswap/v2-core" "git+ssh://git@github.com:dragonswap-app/v2-core.git"
"@dragonswap/v2-core" "https://github.com/dragonswap-app/v2-core"
"@openzeppelin/contracts" "3.4.2-solc-0.7"
base64-sol "1.0.1"

Expand Down

0 comments on commit edab766

Please sign in to comment.