From acac236d824a0baa7522425e8c2ffdd849fdfb90 Mon Sep 17 00:00:00 2001 From: Connor Chevli Date: Mon, 27 Nov 2023 13:00:41 -0500 Subject: [PATCH] send users to subnet explorer instead of snowtrace --- .gitignore | 2 ++ config.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 75b7197..fb47353 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,8 @@ build # misc .env +.DS_Store + # IDE .idea diff --git a/config.json b/config.json index bd8b179..772468f 100644 --- a/config.json +++ b/config.json @@ -22,7 +22,7 @@ "TOKEN": "AVAX", "RPC": "https://api.avax-test.network/ext/C/rpc", "CHAINID": 43113, - "EXPLORER": "https://testnet.snowtrace.io", + "EXPLORER": "https://subnets-test.avax.network/c-chain", "IMAGE": "https://glacier-api.avax.network/proxy/chain-assets/main/chains/43113/chain-logo.png", "MAX_PRIORITY_FEE": "10000000000", "MAX_FEE": "100000000000",