From 2476a3c6403a9c2f8cb01b72ab0654c135db7efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20J=2E=20W=C4=99grzyn?= <40713288+piotrjwegrzyn@users.noreply.github.com> Date: Sat, 7 Sep 2024 00:21:26 +0200 Subject: [PATCH] paths fix (#15) --- .github/workflows/ui_deploy.yml | 2 +- ui/index.html | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ui_deploy.yml b/.github/workflows/ui_deploy.yml index 4d3eb5e..18c69e3 100644 --- a/.github/workflows/ui_deploy.yml +++ b/.github/workflows/ui_deploy.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: {} pull_request: branches: [ master ] - paths: [ 'ui/**' ] + paths: [ 'ui/' ] types: [ closed ] jobs: diff --git a/ui/index.html b/ui/index.html index de1a816..087d1ba 100644 --- a/ui/index.html +++ b/ui/index.html @@ -100,8 +100,6 @@ const match = document.body.style.backgroundImage.match(/(\d+)/g); if (match) { - const gasPrice = await web3.eth.getGasPrice(); - window.ethereum .request({ method: "eth_sendTransaction",