-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployment button and page test (#533)
* Deployment button and page test * fix formatting * adds admin connected role --------- Co-authored-by: Spandan Datta <[email protected]> Co-authored-by: Elliot Braem <[email protected]>
- Loading branch information
1 parent
d404ef7
commit c344c95
Showing
2 changed files
with
58 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"cookies": [], | ||
"origins": [ | ||
{ | ||
"origin": "http://localhost:8080", | ||
"localStorage": [ | ||
{ | ||
"name": "near-wallet-selector:selectedWalletId", | ||
"value": "\"my-near-wallet\"" | ||
}, | ||
{ | ||
"name": "near_app_wallet_auth_key", | ||
"value": "{\"accountId\":\"lachlan.near\"}" | ||
}, | ||
{ | ||
"name": "near-social-vm:v01::accountId:", | ||
"value": "lachlan.near" | ||
}, | ||
{ | ||
"name": "flags", | ||
"value": "{\"bosLoaderUrl\":\"http://127.0.0.1:3030\"}" | ||
} | ||
] | ||
} | ||
], | ||
"sessionStorage": [] | ||
} |
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