Skip to content

Commit e4d5e19

Browse files
committed
fix: Update RPC URLs for Ethereum and Arbitrum Sepolia configurations
1 parent 6ef8db5 commit e4d5e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Ethereum Sepolia Configuration
2-
SEPOLIA_RPC_URL=https://rpc.sepolia.org
2+
SEPOLIA_RPC_URL="https://gateway.tenderly.co/public/sepolia"
33
SEPOLIA_ENDPOINT_ADDRESS=0x<layerzero-endpoint-address-on-sepolia>
44
SEPOLIA_CHAIN_ID=SEPOLIA_CHAIN_ID=40161 # LayerZero chain ID for Ethereum Sepolia
55
SEPOLIA_ADAPTER_ADDRESS=0x<deployed-rlc-adapter-address-on-sepolia>
66
RLC_SEPOLIA_ADDRESS=0x<rlc-token-address-on-sepolia>
77

88
# Arbitrum Sepolia Configuration
9-
ARBITRUM_SEPOLIA_RPC_URL=https://sepolia-rollup.arbitrum.io/rpc
9+
ARBITRUM_SEPOLIA_RPC_URL="https://arbitrum-sepolia-rpc.publicnode.com"
1010
ARBITRUM_SEPOLIA_ENDPOINT_ADDRESS=0x<layerzero-endpoint-address-on-arbitrum-sepolia>
1111
ARBITRUM_SEPOLIA_CHAIN_ID=40231 # LayerZero chain ID for Arbitrum Sepolia
1212
ARBITRUM_SEPOLIA_OFT_ADDRESS=0x<deployed-rlcoft-address-on-arbitrum-sepolia>

0 commit comments

Comments
 (0)