Commit 4d0f5122 authored by tom's avatar tom

disable web3modal features

parent 0f4c51cd
...@@ -28,6 +28,8 @@ const init = () => { ...@@ -28,6 +28,8 @@ const init = () => {
}, },
featuredWalletIds: [], featuredWalletIds: [],
allowUnsupportedChain: true, allowUnsupportedChain: true,
enableOnramp: false,
enableSwaps: false,
}); });
} catch (error) {} } catch (error) {}
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment