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",