Skip to content

added chainId to _prepareTransactionParams (#1043) #277

added chainId to _prepareTransactionParams (#1043)

added chainId to _prepareTransactionParams (#1043) #277

Workflow file for this run

name: Version - Tag
on:
push:
branches:
- master
jobs:
autotag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: butlerlogic/action-autotag@stable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
root: "./packages/wallet-sdk"
tag_prefix: "v"