Skip to content

Fix multiple-value s.GetChainID() (value of type (*felt.Felt, *jsonrpc.Error)) in single-value context #1

Fix multiple-value s.GetChainID() (value of type (*felt.Felt, *jsonrpc.Error)) in single-value context

Fix multiple-value s.GetChainID() (value of type (*felt.Felt, *jsonrpc.Error)) in single-value context #1

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
jobs:
build:
name: Build Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.22'
- name: Try make
run: |
make build