Update deploy.ts

pull/5657/head
kilavvy 3 weeks ago committed by Aniket
parent b1ef95f7be
commit 9e12656f3a
  1. 2
      libs/remix-ui/run-tab/src/lib/actions/deploy.ts

@ -22,7 +22,7 @@ const txHelper = remixLib.execution.txHelper
const txFormat = remixLib.execution.txFormat
const loadContractFromAddress = (plugin: RunTab, address, confirmCb, cb) => {
if (/.(.abi)$/.exec(plugin.config.get('currentFile'))) {
if (/\.(abi)$/.exec(plugin.config.get('currentFile'))) {
confirmCb(() => {
let abi
try {

Loading…
Cancel
Save