Skip to content

Commit

Permalink
doc: modify step 7
Browse files Browse the repository at this point in the history
  • Loading branch information
EjembiEmmanuel committed May 26, 2024
1 parent 91c74cc commit 25d0b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/add_new_protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export default MyProtocolAtoms;
import MyProtocolAtoms, { myProtocol } from './myprotocol.store';
```
7. Add Protocol to PROTOCOLS array `src/store/pools.ts`
7. Add Protocol to `PROTOCOLS` array `src/store/pools.ts`
```TypeScript
export const PROTOCOLS = [
Expand Down

0 comments on commit 25d0b43

Please sign in to comment.