-
Notifications
You must be signed in to change notification settings - Fork 47
feat: add IPC Chain Testnet documentation and user guide #1472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Introduced a new user guide for connecting to the IPC Chain Testnet using MetaMask. - Updated the networks reference to include details about the IPC Chain Testnet. - Added a new image asset for MetaMask configuration. - Created a README for the GitBook assets directory to outline usage and best practices.
|
|
||
| Enter the following information in the network configuration form: | ||
|
|
||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| * **Network Name**: IPC Cal | ||
| * **RPC URL**: `http://node-1.test.ipc.space:8545` | ||
| * **Chain ID**: `385401` | ||
| * **Currency Symbol**: `tFIL` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Network configuration details duplicated across multiple locations
Low Severity
The network configuration details (Network Name IPC Cal, RPC URL, Chain ID 385401, Currency Symbol tFIL) are hardcoded in three separate places: twice in connect-to-testnet.md (the "Network Details" summary and "Step 2" instructions) and once in networks.md. If these values change, updates must be synchronized across all locations, increasing maintenance burden and risk of inconsistency.
Note
Introduces documentation for connecting to the IPC Chain Testnet and updates references accordingly.
user-guides/connect-to-testnet.mdwith MetaMask setup steps and network params (RPC URL, Chain ID, tFIL)reference/networks.mdupdated with a new IPC Chain Testnet section and link to the user guideSUMMARY.mdupdated to include the new user guide in the navigation.gitbook/assets/README.mddescribing asset usage and best practicesWritten by Cursor Bugbot for commit 19a6532. This will update automatically on new commits. Configure here.