Skip to content

Commit

Permalink
ci: rename to Ethereum Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Feb 11, 2025
1 parent 6a618c0 commit 87f12fd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8,685 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ export ZKSYNC_MAINNET_RPC_URL="https://zksync-mainnet.infura.io/v3/$API_KEY_INFU

# Testnets
export BASE_SEPOLIA_RPC_URL="https://base-sepolia.infura.io/v3/$API_KEY_INFURA"
export RONIN_TESTNET_RPC_URL="https://saigon-testnet.roninchain.com/rpc"
export SEPOLIA_RPC_URL="https://sepolia.infura.io/v3/$API_KEY_INFURA"
export ETHEREUM_SEPOLIA_RPC_URL="https://sepolia.infura.io/v3/$API_KEY_INFURA"
export RONIN_TESTNET_RPC_URL="https://saigon-testnet.roninchain.com/rpc"
2 changes: 1 addition & 1 deletion .github/workflows/ci-decimals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
BSC_MAINNET_RPC_URL: "https://bsc-mainnet.infura.io/v3/${{ secrets.API_KEY_INFURA }}"
CHILIZ_MAINNET_RPC_URL: "https://chiliz.publicnode.com"
ETHEREUM_MAINNET_RPC_URL: "https://mainnet.infura.io/v3/${{ secrets.API_KEY_INFURA }}"
ETHEREUM_SEPOLIA_RPC_URL: "https://sepolia.infura.io/v3/${{ secrets.API_KEY_INFURA }}"
GNOSIS_MAINNET_RPC_URL: "https://gnosis.drpc.org"
IOTEX_MAINNET_RPC_URL: "https://rpc.ankr.com/iotex"
LIGHTLINK_MAINNET_RPC_URL: "https://replicator.phoenix.lightlink.io/rpc/v1"
Expand All @@ -22,7 +23,6 @@ env:
RONIN_MAINNET_RPC_URL: "https://ronin.drpc.org"
RONIN_TESTNET_RPC_URL: "https://saigon-testnet.roninchain.com/rpc"
SCROLL_MAINNET_RPC_URL: "https://scroll-mainnet.infura.io/v3/${{ secrets.API_KEY_INFURA }}"
SEPOLIA_RPC_URL: "https://sepolia.infura.io/v3/${{ secrets.API_KEY_INFURA }}"
SUPERSEED_MAINNET_RPC_URL: "https://mainnet.superseed.xyz"
ZKSYNC_MAINNET_RPC_URL: "https://zksync-mainnet.infura.io/v3/${{ secrets.API_KEY_INFURA }}"

Expand Down
Loading

0 comments on commit 87f12fd

Please sign in to comment.