Skip to content

imp(erc20): Add reference to EIP-7528 (native asset address) to default ERC-20 params and use it for example chain #188

imp(erc20): Add reference to EIP-7528 (native asset address) to default ERC-20 params and use it for example chain

imp(erc20): Add reference to EIP-7528 (native asset address) to default ERC-20 params and use it for example chain #188

Workflow file for this run

name: Solidity Test
on:
pull_request:
branches:
- main
- release/**
permissions: read-all
jobs:
test-solidity:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/**.sol
**/**.go
go.mod
go.sum
*.toml
- name: Test Solidity
run: |
make test-solidity
if: env.GIT_DIFF