Skip to content

Commit

Permalink
Merge pull request #7 from trmid/main
Browse files Browse the repository at this point in the history
add support for safe wallet connection
  • Loading branch information
Ncookiez authored Oct 21, 2024
2 parents d682cc7 + 206aafb commit 55d6822
Show file tree
Hide file tree
Showing 3 changed files with 2,266 additions and 1,816 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"format": "prettier --write ."
},
"dependencies": {
"@safe-global/safe-apps-provider": "^0.18.3",
"dskit-eth": "0.1.10",
"viem": "2.20.0"
},
Expand All @@ -31,5 +32,8 @@
"vite": "5.4.6",
"yargs": "17.7.2"
},
"packageManager": "pnpm@8.12.1"
}
"packageManager": "pnpm@8.12.1",
"peerDependencies": {
"@safe-global/safe-apps-sdk": "^9.1.0"
}
}
Loading

0 comments on commit 55d6822

Please sign in to comment.