From 0a17ad01e5e63ab0fbc51a267412721fe1b310ff Mon Sep 17 00:00:00 2001 From: alter-eggo Date: Sat, 20 Apr 2024 09:42:03 +0400 Subject: [PATCH] chore: enable runes on mainnet --- config/wallet-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/wallet-config.json b/config/wallet-config.json index 117ec770cdb..33311666e8e 100644 --- a/config/wallet-config.json +++ b/config/wallet-config.json @@ -101,5 +101,5 @@ "signetApiUrl": "https://signet.ordinalsbot.com" }, "recoverUninscribedTaprootUtxosFeatureEnabled": false, - "runesEnabled": false + "runesEnabled": true }