From 2a9a8ab0f86ee43e50cf975f50f751481107289a Mon Sep 17 00:00:00 2001 From: Hamid Roohi Date: Fri, 4 Oct 2024 18:06:41 +0330 Subject: [PATCH] fix(darwinia chain): add transporter --- context/Web3Modal.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/context/Web3Modal.tsx b/context/Web3Modal.tsx index ecd1c99..1eacf92 100644 --- a/context/Web3Modal.tsx +++ b/context/Web3Modal.tsx @@ -39,6 +39,7 @@ export const config = createConfig({ transports: { [PUB_CHAIN.id]: http(PUB_WEB3_ENDPOINT, { batch: true }), [mainnet.id]: http(PUB_WEB3_ENDPOINT, { batch: true }), + [darwinia.id]: http(PUB_WEB3_ENDPOINT, { batch: true }), }, connectors: [ walletConnect({