-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rpc node info to coin configuration (#524)
* add rpc node info to coins.json and codegen coins.md * Fix codacy warnings * refix codacy warnings
- Loading branch information
1 parent
e0761db
commit a718618
Showing
4 changed files
with
237 additions
and
104 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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Full list | ||
|
||
This list is generated from `src/coins.json` | ||
|
||
| Index | Name | Symbol | Logo | URL | | ||
| ------- | ------------- | ------ | ------------------------------------------------------------------------------------------------------ | ------------------------------ | | ||
<% coins_md.each do |coin| -%> | ||
| <%= coin_type(coin['derivationPath']).ljust(7, " ") %> | <%= coin['name'].ljust(16, " ") %> | <%= coin['symbol'].ljust(6, " ") %> | <%= coin_img(coin_type(coin['derivationPath'])).ljust(102) %> | <%= "<#{coin['url']}>".ljust(30, " ") %>> | | ||
<% end -%> |
Oops, something went wrong.