MP-3362: added Toaster explorer link (#430)

This commit is contained in:
Linkie Link
2023-09-06 12:13:29 +02:00
committed by GitHub
parent 5bb87b6d27
commit 74e7c7e6a9
5 changed files with 39 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
import { IS_TESTNET } from 'constants/env'
export const EXPLORER_NAME = 'Mintscan'
export const EXPLORER_TX_URL = IS_TESTNET
? 'https://testnet.mintscan.io/osmosis-testnet/txs/'
: 'https://www.mintscan.io/osmosis/transactions/'