Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Fix a few Ethereum & WalletConnect related issues #91

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ens/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ async fn setup(
}
}

let call = resolver.multicall(calls)?.gas(21000);
let call = resolver.multicall(calls)?;
ethereum::transaction(call).await?;

let spinner = term::spinner("Updating local identity...");
Expand Down