Skip to content

fix: update sandbox to use F-chain EVM chain IDs #1384

fix: update sandbox to use F-chain EVM chain IDs

fix: update sandbox to use F-chain EVM chain IDs #1384

Workflow file for this run

# name: 🛡 Protect
# on:
# pull_request:
# branches:
# - main
# jobs:
# protect:
# name: 🥽 Protect
# runs-on: ubuntu-latest
# steps:
# - name: 👀 IsStage?
# run: |
# if [[ "${{ github.head_ref }}" != "stage" ]]; then
# echo "You must merge to main through stage"
# exit 1
# fi