fix(rpc): use SIP-30 format for stx_signTransaction
#2878
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Chromatic | |
on: [pull_request] | |
jobs: | |
chromatic: | |
if: github.repository == 'leather-io/extension' && github.actor != 'dependabot[bot]' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: ./.github/actions/provision | |
- name: Deploy to Chromatic | |
id: chromatic | |
uses: chromaui/action@latest | |
with: | |
autoAcceptChanges: '{main,dev}' | |
onlyChanged: true | |
exitZeroOnChanges: true | |
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} | |
token: ${{ secrets.LEATHER_BOT }} |