-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
27 lines (20 loc) · 876 Bytes
/
.env.example
File metadata and controls
27 lines (20 loc) · 876 Bytes
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
# Network
CHAIN_ID=421614
NODE_URL=https://sepolia-rollup.arbitrum.io/rpc
# https://dashboard.candide.dev
BUNDLER_URL=https://api.candide.dev/public/v3/arbitrum-sepolia
PAYMASTER_URL=https://api.candide.dev/public/v3/arbitrum-sepolia
#EOA public and private key
PUBLIC_ADDRESS=
PRIVATE_KEY=
# For sponsor-gas example
SPONSORSHIP_POLICY_ID= #optional
# For pay-gas-in-erc20 / spend-permission example. CTT token on arbitrum-sepolia
TOKEN_ADDRESS=0xE0BD422189D77cD1AC77C520B363a7FA649FFdf1
# For chain-abstraction examples
BUNDLER_URL1=https://api.candide.dev/public/v3/11155111
BUNDLER_URL2=https://api.candide.dev/public/v3/11155420
NODE_URL1=https://ethereum-sepolia-rpc.publicnode.com
NODE_URL2=https://sepolia.optimism.io
CHAIN_ID1=11155111
CHAIN_ID2=11155420