-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: deploy local, cleanup, frontend envs
- Loading branch information
Showing
16 changed files
with
3,406 additions
and
2,148 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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
HYBRID_ACCOUNT= | ||
ENTRY_POINT= | ||
ENTRY_POINT=0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789 | ||
TOKEN_PRICE_CONTRACT= | ||
HC_HELPER_ADDR= | ||
BACKEND_URL= | ||
HC_HELPER_ADDR=0x587a06089ed54101dd6d9A8ecDe1d146f97Af6B8 # boba sepolia system wide helper address | ||
BACKEND_URL=https://aa-hc-example.onrender.com | ||
# 0x... | ||
PRIVATE_KEY= | ||
RPC_URL= | ||
RPC_URL=https://sepolia.boba.network | ||
CLIENT_ADDR= | ||
BUNDLER_RPC= |
53 changes: 53 additions & 0 deletions
53
contracts/broadcast/deploy-hybrid-account.s.sol/28882/run-1723216618.json
Large diffs are not rendered by default.
Oops, something went wrong.
126 changes: 126 additions & 0 deletions
126
contracts/broadcast/deploy-hybrid-account.s.sol/28882/run-1723216828.json
Large diffs are not rendered by default.
Oops, something went wrong.
126 changes: 126 additions & 0 deletions
126
contracts/broadcast/deploy-hybrid-account.s.sol/28882/run-1723217370.json
Large diffs are not rendered by default.
Oops, something went wrong.
126 changes: 126 additions & 0 deletions
126
contracts/broadcast/deploy-hybrid-account.s.sol/28882/run-1723217532.json
Large diffs are not rendered by default.
Oops, something went wrong.
126 changes: 126 additions & 0 deletions
126
contracts/broadcast/deploy-hybrid-account.s.sol/28882/run-1723217859.json
Large diffs are not rendered by default.
Oops, something went wrong.
126 changes: 126 additions & 0 deletions
126
contracts/broadcast/deploy-hybrid-account.s.sol/28882/run-1723217979.json
Large diffs are not rendered by default.
Oops, something went wrong.
126 changes: 126 additions & 0 deletions
126
contracts/broadcast/deploy-hybrid-account.s.sol/28882/run-1723218639.json
Large diffs are not rendered by default.
Oops, something went wrong.
126 changes: 126 additions & 0 deletions
126
contracts/broadcast/deploy-hybrid-account.s.sol/28882/run-1723218932.json
Large diffs are not rendered by default.
Oops, something went wrong.
88 changes: 44 additions & 44 deletions
88
contracts/broadcast/deploy-hybrid-account.s.sol/28882/run-latest.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VITE_ENTRY_POINT= | ||
VITE_ENTRY_POINT=0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789 | ||
VITE_PRIVATE_KEY= | ||
VITE_SMART_CONTRACT= | ||
VITE_RPC_PROVIDER= | ||
VITE_RPC_PROVIDER=https://sepolia.boba.network |
Oops, something went wrong.