From 13c9b13649f04571feaa21ffdbd7fc85a000e8b9 Mon Sep 17 00:00:00 2001 From: Martin Kainzbauer Date: Mon, 23 Oct 2023 00:50:04 +0200 Subject: [PATCH] chore: force build --- config/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/app.js b/config/app.js index 5d76544b3..bd597d65b 100644 --- a/config/app.js +++ b/config/app.js @@ -1,7 +1,8 @@ module.exports = { name: "Smart Contract UI", title: "Smart Contract UI | Ethereum contract interaction tool", - description: "Interact with any Ethereum/EVM smart contract with ease.", + description: + "Interact with any Ethereum/EVM smart contract with ease. Built for Beam network.", basePath: "/smartcontract-ui", // set to "" if not needed host: "https://xtools-at.github.io", corsProxyUrlPrefix: "https://corsproxy.io/?",