-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeploy.toml
51 lines (41 loc) · 1.72 KB
/
Deploy.toml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[deployments]
rpcs = [
#"http://localhost:8545",
#"http://localhost:8846",
#"http://localhost:8847",
#"http://localhost:8848",
# Mainnet
#"https://eth.llamarpc.com",
#"http://localhost:8545",
#"https://ethereum-sepolia-rpc.publicnode.com",
"https://eth-sepolia.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://opt-sepolia.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://base-sepolia.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://arb-sepolia.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://base-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://opt-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://polygon-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://polygon-amoy.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
# Optimism
#"https://optimism.llamarpc.com",
#"https://sepolia.optimism.io",
# Base
#"https://base.llamarpc.com",
#"https://sepolia.base.org",
# Arbitrum
#"https://arbitrum.llamarpc.com",
#"https://public.stackup.sh/api/v1/node/arbitrum-sepolia",
]
[deployments.dependencies]
[deployments.verifier]
# required to enable verification
api_key ="${ETHERSCAN_API_KEY}"
# optional verifier url - default is etherscan.io. Supports chain injection as {{chain_id}} place holder
# url = "https://api.tenderly.co/api/v1/account/rhinestone/project/chain-abstraction/etherscan/verify/network/{{chain_id}}"
[deployments.singleton.RhinestoneRelayer]
file = "./artifacts/RhinestoneRelayer/RhinestoneRelayer.json"
source_file="./artifacts/RhinestoneRelayer/verify.json"
salt = "0x0000000000000000000000000000000000000000e5068a3f93a9e201a1832998"
args_sig = "(address)"
args = ['0xe59aaf21c4D9Cf92d9eD4537f4404BA031f83b23']