Skip to content

estimate gnosis safe message with all gas left in the block #1563

estimate gnosis safe message with all gas left in the block

estimate gnosis safe message with all gas left in the block #1563

Workflow file for this run

name: Docker Image Build
on:
pull_request:
branches: [ main ]
jobs:
job:
name: Build Docker Image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Build Extension
working-directory: ./
run: |
docker image build --tag interceptor-extension .
docker container create --name temp interceptor-extension
docker container cp temp:/interceptor-firefox.zip .
docker container cp temp:/interceptor-chrome.zip .
docker container rm temp