-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yaml
More file actions
36 lines (34 loc) · 1.67 KB
/
project.yaml
File metadata and controls
36 lines (34 loc) · 1.67 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
# ==========================================================================
# CRE PROJECT SETTINGS FILE
# ==========================================================================
# Project-specific settings for CRE CLI targets.
# Each target defines cre-cli, account, and rpcs groups.
#
# Example custom target:
# my-target:
# account:
# workflow-owner-address: "0x123..." # Optional: Owner wallet/MSIG address (used for --unsigned transactions)
# rpcs:
# - chain-name: ethereum-testnet-sepolia # Required if your workflow interacts with this chain
# url: "<select your own rpc url>"
# - chain-name: ethereum-mainnet # Required if your workflow interacts with this chain
# url: "<select your own rpc url>"
#
# Experimental chains (automatically used by the simulator when present):
# Use this for chains not yet in official chain-selectors (e.g., hackathons, new chain integrations).
# In your workflow, reference the chain as evm:ChainSelector:<chain-selector>@1.0.0
#
# experimental-chains:
# - chain-selector: 12345 # The chain selector value
# rpc-url: "https://rpc.example.com" # RPC endpoint URL
# forwarder: "0x..." # Forwarder contract address on the chain
# ==========================================================================
staging-settings:
rpcs:
- chain-name: ethereum-testnet-sepolia
url: https://ethereum-sepolia-rpc.publicnode.com
# ==========================================================================
production-settings:
rpcs:
- chain-name: ethereum-testnet-sepolia
url: https://ethereum-sepolia-rpc.publicnode.com