Skip to content

[automation] Updated bor-mainnet.toml for erigon3 up to 62.445M #562

[automation] Updated bor-mainnet.toml for erigon3 up to 62.445M

[automation] Updated bor-mainnet.toml for erigon3 up to 62.445M #562

Workflow file for this run

name: CI
on:
push:
branches:
- main
- e35
pull_request:
branches:
- '**'
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- run: go install github.com/pelletier/go-toml/v2/cmd/tomll@latest
- run: tomll amoy.toml
- run: tomll bor-mainnet.toml
- run: tomll chiado.toml
- run: tomll gnosis.toml
- run: tomll mainnet.toml
- run: tomll sepolia.toml
- run: tomll webseed/amoy.toml
- run: tomll webseed/bor-mainnet.toml
- run: tomll webseed/chiado.toml
- run: tomll webseed/gnosis.toml
- run: tomll webseed/mainnet.toml
- run: tomll webseed/sepolia.toml