Skip to content

fix staking transaction errors #797

fix staking transaction errors

fix staking transaction errors #797

Workflow file for this run

name: Validate JSONs
on: [pull_request]
jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate IBC JSON
uses: GrantBirki/[email protected]
with:
comment: "true"
json_schema: config/jsons/schemas/ibcChannels.schema.json
files: config/jsons/ibcChannels.json
- name: Validate Layer Zero JSON
uses: GrantBirki/[email protected]
with:
comment: "true"
json_schema: config/jsons/schemas/layerZeroChainIds.schema.json
files: config/jsons/layerZeroChainIds.json
- name: Validate Bridge Out Tokens
uses: GrantBirki/[email protected]
with:
comment: "true"
json_schema: config/jsons/schemas/bridgeOutTokens.schema.json
files: config/jsons/bridgeOutTokens.json
- name: Validate Bridge In Tokens
uses: GrantBirki/[email protected]
with:
comment: "true"
json_schema: config/jsons/schemas/bridgeInTokens.schema.json
files: config/jsons/bridgeInTokens.json