Skip to content

Add HPP Mainnet and HPP Sepolia chains #202

Add HPP Mainnet and HPP Sepolia chains

Add HPP Mainnet and HPP Sepolia chains #202

name: Validate JSON on PR
on:
pull_request:
branches:
- main
jobs:
validate-json:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v3
- name: Validate JSON files
run: |
jq . data/chains.json > /dev/null