From 3e1bdade10fb3c5e433c5e51b1075999f757d4da Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Thu, 20 Apr 2023 09:16:10 +0200 Subject: [PATCH] Add var to envfiles --- .env.sample | 1 + .env.test.sample | 1 + 2 files changed, 2 insertions(+) diff --git a/.env.sample b/.env.sample index 806d1c7..7dd9f98 100644 --- a/.env.sample +++ b/.env.sample @@ -11,3 +11,4 @@ NEXT_PUBLIC_REGISTRY_NAME=cosmoshub NEXT_PUBLIC_EXPLORER_LINK_TX="https://www.mintscan.io/cosmos/txs/\${txHash}" NEXT_PUBLIC_CHAIN_DISPLAY_NAME="Cosmos Hub" NEXT_PUBLIC_MULTICHAIN=true +NEXT_PUBLIC_EXPLORER_LINK_MULTISIG=https://www.mintscan.io/cosmos/account/ diff --git a/.env.test.sample b/.env.test.sample index 5d5abb4..22fb8ad 100644 --- a/.env.test.sample +++ b/.env.test.sample @@ -11,3 +11,4 @@ NEXT_PUBLIC_REGISTRY_NAME=junotestnet NEXT_PUBLIC_EXPLORER_LINK_TX="https://testnet.mintscan.io/juno-testnet/txs/\${txHash}" NEXT_PUBLIC_CHAIN_DISPLAY_NAME="Juno Testnet" NEXT_PUBLIC_MULTICHAIN=true +NEXT_PUBLIC_EXPLORER_LINK_MULTISIG=https://testnet.mintscan.io/juno-testnet/account/