Skip to content

Commit 3497159

Browse files
committed
Fix CI
1 parent 700c391 commit 3497159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# ACCOUNT=
44

55
# Ethereum Sepolia Configuration
6-
SEPOLIA_RPC_URL="https://gateway.tenderly.co/public/sepolia" # Added to Github env "ci"
6+
# SEPOLIA_RPC_URL is added to Github env "ci".
7+
SEPOLIA_RPC_URL="https://gateway.tenderly.co/public/sepolia"
78
ANVIL_SEPOLIA_RPC_URL=http://localhost:8545
89
LAYER_ZERO_SEPOLIA_ENDPOINT_ADDRESS=0x6EDCE65403992e310A62460808c4b910D972f10f
910
LAYER_ZERO_SEPOLIA_CHAIN_ID=40161 # LayerZero chain ID for Ethereum Sepolia

0 commit comments

Comments
 (0)