-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.env.sample
35 lines (32 loc) · 885 Bytes
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Common
BROADCAST_OPERATION=true ## true/false
MSCA_WALLET_ADDRESS='0x...'
BLOCKCHAIN='POLYGON-AMOY' ## POLYGON-AMOY/POLYGON/ETH/ETH-SEPOLIA/ARB/ARB-SEPOLIA
BUNDLER_RPC_URL='https://polygon-amoy.g.alchemy.com/v2/<api-key>' ## Set with your blockchain provider (i.e. Infura, Alchemy, etc.)
SIGNER_ADDRESSES='
[
{
"address": "0x..."
},
{
"address": "0x..."
},
{
"address": "0x...",
"privateKey": "0x..."
}
]
'
LOG_LEVEL='info'
# WalletConnect
# You can find both of the following in your WallectConnect project settings
# We recommend create a new project
WC_PROJECT_ID='<project-id>' ## WalletConnect project ID
# Token transfer
RECIPIENT_ADDRESS='0x...'
TRANSFER_AMOUNT=0.001
TOKEN='usdc' ## usdc only for now
GAS_FEES_MULTIPLIER=1.2
# Signing
SIGNER_ADDRESS='0x...' ## Assumes address exists in SIGNER_ADDRESSES to get private key
USER_OP_HASH='0x...'