From feb4d6ef939d29be1506827f6cd09624630f6c4c Mon Sep 17 00:00:00 2001 From: Kevin Szuchet <31735779+kevinszuchet@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:12:40 +0100 Subject: [PATCH] fix: Trigger release action (#634) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73b0101f..13f55535 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ export function* rootSaga() { ### Advanced Usage -You'll need to supply in which chain you're going to work. It won't affect wallets like Metamask, where you can choose which network to use on the wallet itself, but's necesary for things like email/phone based wallets. +You'll need to supply in which chain you're going to work. It won't affect wallets like Metamask, where you can choose which network to use on the wallet itself, but's necessary for things like email/phone based wallets. If you're using the [Navbar](#Navbar) container, this chain will determine in which chain the user **must be**. If they're on the incorrect chain (using a network picker with Metamask for example), a modal will pop up blocking the dapp until the state changes. Remember that the chain id is the number that represents a particular network, 1 being `mainnet`, 3 being `ropsten`, etc.