Remove cosmoshub mainnet chain from proposal namespace (#14)

This commit is contained in:
Adwait Gharpure
2024-07-08 11:06:45 +05:30
committed by GitHub
parent 359eddd385
commit d65c22facd
+1 -1
View File
@@ -119,7 +119,7 @@ export const WalletConnectProvider = ({
methods: [
"cosmos_sendTransaction",
],
chains: ["cosmos:cosmoshub-4", "cosmos:laconic_9000-1"], // TODO: Get chain ID from .env
chains: ["cosmos:laconic_9000-1"], // TODO: Get chain ID from .env
events: [],
},
};