-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update modules, fix pimlico, use baseSepolia, update NFT (#3)
- Loading branch information
Showing
9 changed files
with
6,692 additions
and
412 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,3 +1,8 @@ | ||
# base sepolia privy app_id | ||
NEXT_PUBLIC_PRIVY_APP_ID= | ||
|
||
# base sepolia rpc url from https://dashboard.pimlico.io/apikeys | ||
NEXT_PUBLIC_PIMLICO_PAYMASTER_URL= | ||
|
||
# base sepolia rpc url from https://dashboard.pimlico.io/apikeys | ||
NEXT_PUBLIC_PIMLICO_BUNDLER_URL= |
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,8 +1,7 @@ | ||
export const SMART_ACCOUNT_FACTORY_ADDRESS = "0x9406Cc6185a346906296840746125a0E44976454"; | ||
export const BASE_GOERLI_ENTRYPOINT_ADDRESS = "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"; | ||
// Sample NFT pulled from https://docs.base.org/guides/deploy-smart-contracts#verifying-the-smart-contract | ||
export const NFT_ADDRESS = "0x6527E5052de5521fE370AE5ec0aFCC6cD5a221de"; | ||
|
||
|
||
export const BASE_GOERLI_SCAN_URL = "https://goerli.basescan.org"; | ||
// Base Sepolia Factory Address https://docs.alchemy.com/reference/factory-addresses | ||
export const SMART_ACCOUNT_FACTORY_ADDRESS = | ||
"0x15Ba39375ee2Ab563E8873C8390be6f2E2F50232"; | ||
// Sample NFT deployed to Base Sepolia, pulled from https://docs.base.org/guides/deploy-smart-contracts#verifying-the-smart-contract | ||
export const NFT_ADDRESS = "0x3331AfB9805ccF5d6cb1657a8deD0677884604A7"; | ||
|
||
export const BASE_SEPOLIA_SCAN_URL = "https://sepolia.basescan.org"; |
Oops, something went wrong.