PeterNahm

Results 2 comments of PeterNahm

I solved the same issue. ``` new WalletConnectV2({ actions, options: { projectId: '', chains: [], showQrModal: true, rpcMap: { []: '' }.

I built successfully ... ``` diff --git a/core/lib/dal/src/models/storage_eth_tx.rs b/core/lib/dal/src/models/storage_eth_tx.rs index a58d2719e..28c4967fa 100644 --- a/core/lib/dal/src/models/storage_eth_tx.rs +++ b/core/lib/dal/src/models/storage_eth_tx.rs @@ -45,7 +45,7 @@ pub struct BlocksEthSenderStats { pub struct StorageTxHistory { pub id:...