-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor README - Split user documentation and Safe devs documentation, as that could be misleading - Add information about the new process (sending funds to the deployer) - Fix typo on Github issue template --------- Co-authored-by: Mikhail <[email protected]>
- Loading branch information
Showing
2 changed files
with
36 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
--- | ||
name: Request new network | ||
about: Request to add the deployment information for a new network | ||
|
||
--- | ||
|
||
## Network information | ||
|
||
- Name: | ||
- ChainId: | ||
- RPC http/s address: | ||
- Link to https://chainlist.org/ | ||
- Link to https://chainlist.org/ | ||
- (Optional) Blockexplorer: | ||
- [] I have run `RPC='http://my-rpc-address' yarn estimate` | ||
- [] I have sent `requiredFunds` to `0xE1CB04A0fA36DdD16a06ea828007E35e1a3cBC37` | ||
- [ ] I have run `RPC='http://my-rpc-address' yarn estimate` | ||
- [ ] I have sent `requiredFunds` to `0xE1CB04A0fA36DdD16a06ea828007E35e1a3cBC37` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters