From cc4ed3de18241fee5c68f66eb896dc88664d1a3b Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:22:52 -0400 Subject: [PATCH] Update bos.config.json --- bos.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bos.config.json b/bos.config.json index cbb60af..bad4897 100644 --- a/bos.config.json +++ b/bos.config.json @@ -13,8 +13,9 @@ }, "overrides": { "testnet": { + "index": "mintbos.testnet/widget/Index", "account": "mintbos.testnet", "aliases": ["./aliases.testnet.json"] } } -} \ No newline at end of file +}