-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArcium.toml
More file actions
26 lines (25 loc) · 715 Bytes
/
Arcium.toml
File metadata and controls
26 lines (25 loc) · 715 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
[localnet]
# number of nodes in the single cluster of the localnet
nodes = 3
# optional nodes ips overrides (default: 172.20.0.[100..(100 + nodes - 1)])
nodes_ips = [
[172, 20, 0, 100],
[172, 20, 0, 101],
[172, 20, 0, 102]
]
# number of seconds to wait for the localnet to come online
localnet_timeout_secs = 60
# MPC backends this MXE supports (default: ["Cerberus"])
# Supported values: "Cerberus"
backends = ["Cerberus"]
# Cluster offsets for non-localnet testing
# Get your offset from `arcium init-mxe` or `arcium deploy`
# RPC URLs are configured in Anchor.toml's [provider] section
#
# Example usage: arcium test --cluster devnet
#
# [clusters.devnet]
# offset = 0
#
# [clusters.mainnet]
# offset = 0