forked from rhinestonewtf/core-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDeploy.modules.toml
More file actions
66 lines (50 loc) · 1.87 KB
/
Deploy.modules.toml
File metadata and controls
66 lines (50 loc) · 1.87 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[deployments]
rpcs = [
# Mainnet
# "https://eth.llamarpc.com",
"http://localhost:8545",
#"https://1rpc.io/sepolia",
# 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",
# Polygon
#"https://polygon.llamarpc.com",
#"https://polygon-amoy.drpc.org",
#"https://rpc-amoy.polygon.technology",
# Gnosis
#"https://gnosis-pokt.nodies.app",
#"https://rpc.chiadochain.net",
# Mantle
#"https://rpc.mantle.xyz",
# Avalanche
#"https://1rpc.io/avax/c",
#"https://rpc.ankr.com/avalanche_fuji",
# Celo
#"https://celo.drpc.org",
#"https://alfajores-forno.celo-testnet.org",
# Fuse
#"https://fuse-pokt.nodies.app",
#"https://rpc.fusespark.io",
# Scroll
#"https://scroll-sepolia.drpc.org",
]
[deployments.dependencies]
entrypoint = "0x0000000071727De22E5E9d8BAf0edAc6f37da032"
proxy_admin = "0x0000000071727De22E5E9d8BAf0edAc6f37da032" #todo
#[deployments.registry]
#address = "0x000000000069E2a187AEFFb852bF3cCdC95151B2"
#abi_url = "https://raw.githubusercontent.com/rhinestonewtf/registry/main/artifacts/Registry.json"
#source_file_url = "https://github.com/rhinestonewtf/registry/actions/runs/11658850811/artifacts/2139346917"
#file = "./src/artifacts/registry.json"
#salt = "0x0000000000000000000000000000000000000000d7f995ff1ea60f02e52877f7"
[deployments.module.deadmanswitch]
source_file_url = "https://raw.githubusercontent.com/rhinestonewtf/core-modules/main/artifacts/DeadmanSwitch/verify.json"
abi_url = "https://raw.githubusercontent.com/rhinestonewtf/core-modules/main/artifacts/DeadmanSwitch.json"
file = ""
salt = "0x0000000000000000000000000000000000000000e5068a3f93a9e201a1832999"