Skip to content

Commit

Permalink
Merge pull request elizaOS#3323 from nimrod-teich/lava-rpc-configuration
Browse files Browse the repository at this point in the history
configuration: Set Lava as the default RPC URL for NEAR and Starknet
  • Loading branch information
lalalune authored Feb 21, 2025
2 parents 8625223 + 1ea8018 commit 295aca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ ABSTRACT_RPC_URL=https://api.testnet.abs.xyz
# Starknet Configuration
STARKNET_ADDRESS=
STARKNET_PRIVATE_KEY=
STARKNET_RPC_URL=
STARKNET_RPC_URL=https://rpc.starknet-testnet.lava.build

# Lens Network Configuration
LENS_ADDRESS=
Expand Down Expand Up @@ -563,7 +563,7 @@ NEAR_WALLET_SECRET_KEY= # NEAR Wallet Secret Key
NEAR_WALLET_PUBLIC_KEY= # NEAR Wallet Public Key
NEAR_ADDRESS=
NEAR_SLIPPAGE=1
NEAR_RPC_URL=https://rpc.testnet.near.org
NEAR_RPC_URL=https://near-testnet.lava.build
NEAR_NETWORK=testnet # or mainnet

# ZKsync Era Configuration
Expand Down

0 comments on commit 295aca8

Please sign in to comment.