From ffcbcdc3e2855e3b7ff88ecc6b9eae99cbf84ab7 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Tue, 21 Mar 2023 12:22:47 +0100 Subject: [PATCH] baseref --- apps/etherscan/src/index.html | 2 +- apps/remix-ide/ci/publish_plugin.ts | 2 +- apps/vyper/src/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/etherscan/src/index.html b/apps/etherscan/src/index.html index b58279cb25..66244f0a04 100644 --- a/apps/etherscan/src/index.html +++ b/apps/etherscan/src/index.html @@ -3,7 +3,7 @@ Etherscan - + diff --git a/apps/remix-ide/ci/publish_plugin.ts b/apps/remix-ide/ci/publish_plugin.ts index 69a91f599f..d5e8050760 100644 --- a/apps/remix-ide/ci/publish_plugin.ts +++ b/apps/remix-ide/ci/publish_plugin.ts @@ -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' } diff --git a/apps/vyper/src/index.html b/apps/vyper/src/index.html index b6b64f4a61..85eb9df0fd 100644 --- a/apps/vyper/src/index.html +++ b/apps/vyper/src/index.html @@ -3,7 +3,7 @@ Vyper - +