Fix old value name
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
This commit is contained in:
co-authored by
Simon Warta
parent
0ffb2b4d3c
commit
65ce83a3cd
@@ -36,7 +36,7 @@ const TransactionSigning = (props: Props) => {
|
||||
|
||||
const connectKeplr = async () => {
|
||||
try {
|
||||
setLoading((newLoading) => ({ ...newLoading, keplr: true }));
|
||||
setLoading((oldLoading) => ({ ...oldLoading, keplr: true }));
|
||||
assert(state.chain.chainId, "chainId missing");
|
||||
|
||||
await window.keplr.enable(state.chain.chainId);
|
||||
|
||||
Reference in New Issue
Block a user