-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for the Docs site Issue caused by Capsule Module (#2021)
* change API Keys for blocknative demo and docs site * logout capsule wallet on disconnect * fix Fragment issue * Update package.json * Update package.json * Update yarn.lock * alpha tag * Update yarn.lock * Fix for the SyntaxError issue * update alpha tag * Update yarn.lock --------- Co-authored-by: jjasonlan <[email protected]>
- Loading branch information
Showing
5 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2283,10 +2283,10 @@ | |
dependencies: | ||
axios "^0.27.2" | ||
|
||
"@usecapsule/web-sdk@^0.29.4-dev.14": | ||
version "0.29.4" | ||
resolved "https://registry.yarnpkg.com/@usecapsule/web-sdk/-/web-sdk-0.29.4.tgz#17e5e2604f97d59ccd2f4ba69b7b99a021f3dadd" | ||
integrity sha512-0V2rknVTVdrz7Gt3K8BvfYqz/yXFWgfscrHM5S4NfOBhVITYdg/Sd3naCROyNBrbXRpmOBUA23AlF+7jo/GkMA== | ||
"@usecapsule/[email protected].15": | ||
version "0.29.4-dev.15" | ||
resolved "https://registry.yarnpkg.com/@usecapsule/web-sdk/-/web-sdk-0.29.4-dev.15.tgz#33d3ec6d57c59baa469748d88719175b7722189a" | ||
integrity sha512-lrnuohk7XbbDxlbJJiSHL+MMD50mGimkg6xWqdUFs6ucFZY2b4OBAiCvZQX9/WfQpB3qH5aP3hl3SRLFT5adMw== | ||
dependencies: | ||
"@celo/utils" "3.2.0" | ||
"@chakra-ui/icons" "^2.1.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5098,10 +5098,10 @@ | |
dependencies: | ||
axios "^0.27.2" | ||
|
||
"@usecapsule/[email protected].14": | ||
version "0.29.4-dev.14" | ||
resolved "https://registry.yarnpkg.com/@usecapsule/web-sdk/-/web-sdk-0.29.4-dev.14.tgz#1148b96a0c1033a76ee966a3cab61bb35a104aa0" | ||
integrity sha512-VMkoDb7/SDZUrid+E3rBNtO+6+vXVMbuvGhIv+hh67o3LPyU/te5xPu1UmqlvOTpZhu9a+fNNF/RvdqBXIiBMg== | ||
"@usecapsule/[email protected].15": | ||
version "0.29.4-dev.15" | ||
resolved "https://registry.yarnpkg.com/@usecapsule/web-sdk/-/web-sdk-0.29.4-dev.15.tgz#33d3ec6d57c59baa469748d88719175b7722189a" | ||
integrity sha512-lrnuohk7XbbDxlbJJiSHL+MMD50mGimkg6xWqdUFs6ucFZY2b4OBAiCvZQX9/WfQpB3qH5aP3hl3SRLFT5adMw== | ||
dependencies: | ||
"@celo/utils" "3.2.0" | ||
"@chakra-ui/icons" "^2.1.1" | ||
|