publishpplugins
filip mertens 2 years ago
parent fc203e6cbc
commit 858a2929fc
  1. 2
      apps/etherscan/src/index.html
  2. 2
      apps/remix-ide/ci/publish_plugin.ts
  3. 2
      apps/vyper/src/index.html

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Etherscan</title>
<base href="/" />
<base href="./" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />

@ -14,7 +14,7 @@ import IpfsHttpClient from 'ipfs-http-client'
let sha_field = 'sha_' + build
let url_field = 'url_' + build
if(build === 'master') {
if(build === 'live') {
sha_field = 'sha'
url_field = 'url'
}

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Vyper</title>
<base href="/" />
<base href="./" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />

Loading…
Cancel
Save