-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.env.example
More file actions
23 lines (21 loc) · 879 Bytes
/
.env.example
File metadata and controls
23 lines (21 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ## Devnet
# PRIVATE_KEY_DEVNET=0x57b2f8431c772e647712ae93cc616638
# RPC_URL_DEVNET=http://127.0.0.1:5050
# ## last staknet devnet account address
# ACCOUNT_ADDRESS_DEVNET=0x4b3f4ba8c00a02b66142a4b1dd41a4dfab4f92650922a3280977b0f03c75ee1
#
# For the full deployment configuration options visit: https://scaffoldstark.com/docs/deploying/deploy-smart-contracts
## Sepolia
# Below input your testnet private key
PRIVATE_KEY_SEPOLIA=
# Below input the rpc url of the testnet network
RPC_URL_SEPOLIA=https://starknet-sepolia.public.blastapi.io/rpc/v0_8
# Below input your testnet account address
ACCOUNT_ADDRESS_SEPOLIA=
## Mainnet
# Below input your mainnet private key
PRIVATE_KEY_MAINNET=
# Below input the rpc url of the mainnet network
RPC_URL_MAINNET=https://starknet-mainnet.public.blastapi.io/rpc/v0_8
# Below input your mainnet account address
ACCOUNT_ADDRESS_MAINNET=