From 0703f54edd5247e46f522f7987149c73c93d8926 Mon Sep 17 00:00:00 2001 From: Prathmesh Khandelwal <201952225@iiitvadodara.ac.in> Date: Tue, 30 Jan 2024 15:20:14 +0100 Subject: [PATCH 1/2] Update main.sh --- main.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main.sh b/main.sh index 439108e..f61d3ef 100755 --- a/main.sh +++ b/main.sh @@ -3,14 +3,14 @@ # Exporting values for all mainnet network RPCs. export MAINNET_RPC_URL="https://eth.llamarpc.com" export OPTIMISM_RPC_URL="https://optimism.llamarpc.com" -export BNB_RPC_URL="https://binance.llamarpc.com" -export GNOSIS_RPC_URL="https://gnosis-pokt.nodies.app" -export POLYGON_RPC_URL="https://polygon.llamarpc.com" -export ARBITRUM_ONE_RPC_URL="https://arbitrum.llamarpc.com" +export BNB_RPC_URL="https://bsc-pokt.nodies.app" +export GNOSIS_RPC_URL="https://gnosis.drpc.org" +export POLYGON_RPC_URL="https://polygon.drpc.org" +export ARBITRUM_ONE_RPC_URL="https://endpoints.omniatech.io/v1/arbitrum/one/public" # Check gas snapshots forge snapshot --check # Run tests -forge test \ No newline at end of file +forge test From 1886141153a80bcf2dd6ffa8123ad09db5388188 Mon Sep 17 00:00:00 2001 From: Prathmesh Khandelwal <201952225@iiitvadodara.ac.in> Date: Tue, 30 Jan 2024 15:21:48 +0100 Subject: [PATCH 2/2] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index f61d3ef..f8b9f3c 100755 --- a/main.sh +++ b/main.sh @@ -6,7 +6,7 @@ export OPTIMISM_RPC_URL="https://optimism.llamarpc.com" export BNB_RPC_URL="https://bsc-pokt.nodies.app" export GNOSIS_RPC_URL="https://gnosis.drpc.org" export POLYGON_RPC_URL="https://polygon.drpc.org" -export ARBITRUM_ONE_RPC_URL="https://endpoints.omniatech.io/v1/arbitrum/one/public" +export ARBITRUM_ONE_RPC_URL="https://arbitrum-mainnet.infura.io/v3/9b9c643597604fc295303898feb5d72" # Check gas snapshots