Skip to content

fix: Use EffectiveGasPrice for accurate EIP-1559 tx fee display #11

fix: Use EffectiveGasPrice for accurate EIP-1559 tx fee display

fix: Use EffectiveGasPrice for accurate EIP-1559 tx fee display #11

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build ./...
- name: Vet
run: go vet ./...
- name: Test
run: go test ./...