Skip to content

Commit

Permalink
fix: Trigger release action (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet authored Sep 5, 2024
1 parent 18b7e07 commit feb4d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit feb4d6e

Please sign in to comment.