Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmeshkhandelwal1 committed Jan 30, 2024
2 parents 63a2757 + 1886141 commit 813e8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ 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
forge snapshot --check

# Run tests
forge test
forge test

0 comments on commit 813e8bf

Please sign in to comment.