-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix various Linter issues and mispelling
- Loading branch information
1 parent
ccc8bb5
commit c19d4cf
Showing
100 changed files
with
229 additions
and
220 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
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,19 +1,20 @@ | ||
--- | ||
name: Network request | ||
about: Request of new chain or network | ||
about: Request of new chain or network | ||
title: 'Add {NameChain} network ({SYMBOL})' | ||
labels: 'enhancement, chain/network' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
- [ ] Symbol: | ||
- [ ] ChainId: | ||
- [ ] Website: | ||
- [ ] Block-Explorer: | ||
- [ ] [slip-0044](https://github.com/satoshilabs/slips/blob/master/slip-0044.md) type: | ||
|
||
- [ ] Symbol: | ||
- [ ] ChainId: | ||
- [ ] Website: | ||
- [ ] Block-Explorer: | ||
- [ ] [slip-0044](https://github.com/satoshilabs/slips/blob/master/slip-0044.md) type: | ||
|
||
## Additional comments | ||
|
||
Please post additional comments in this section if you have them, otherwise delete it. | ||
Please post additional comments in this section if you have them, otherwise delete it. |
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
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
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/200625'" | ||
TICKER = "AKA" | ||
CHAIN_ID = 200625 | ||
APPNAME = "Akroma" | ||
APPNAME = "Akroma" |
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,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/246529'" | ||
TICKER = "ATS" | ||
CHAIN_ID = 246529 | ||
APPNAME = "ARTIS sigma1" | ||
APPNAME = "ARTIS sigma1" |
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,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/246785'" | ||
TICKER = "ATS" | ||
CHAIN_ID = 246785 | ||
APPNAME = "ARTIS tau1" | ||
APPNAME = "ARTIS tau1" |
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,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/1620'" | ||
TICKER = "ATH" | ||
CHAIN_ID = 1620 | ||
APPNAME = "Atheios" | ||
APPNAME = "Atheios" |
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,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/60'" | ||
TICKER = "BNB" | ||
CHAIN_ID = 56 | ||
APPNAME = "Binance Smart Chain" | ||
APPNAME = "Binance Smart Chain" |
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,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/60'" | ||
TICKER = "BTT" | ||
CHAIN_ID = 199 | ||
APPNAME = "BTTC" | ||
APPNAME = "BTTC" |
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,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/820'" | ||
TICKER = "CLO" | ||
CHAIN_ID = 820 | ||
APPNAME = "Callisto" | ||
APPNAME = "Callisto" |
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,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/60'" | ||
TICKER = "CFX" | ||
CHAIN_ID = 1030 | ||
APPNAME = "Conflux eSpace" | ||
APPNAME = "Conflux eSpace" |
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,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/60'" | ||
TICKER = "CUBE" | ||
CHAIN_ID = 1818 | ||
APPNAME = "Cube" | ||
APPNAME = "Cube" |
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,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/237'" | ||
TICKER = "DXN" | ||
CHAIN_ID = 237 | ||
APPNAME = "DEXON" | ||
APPNAME = "DEXON" |
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,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/163'" | ||
TICKER = "ELLA" | ||
CHAIN_ID = 64 | ||
APPNAME = "Ellaism" | ||
APPNAME = "Ellaism" |
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,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/1313114'" | ||
TICKER = "ETHO" | ||
CHAIN_ID = 1313114 | ||
APPNAME = "Ether-1" | ||
APPNAME = "Ether-1" |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/1987'" | ||
TICKER = "EGEM" | ||
CHAIN_ID = 1987 | ||
APPNAME = "EtherGem" | ||
APPNAME = "EtherGem" |
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,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/31102'" | ||
TICKER = "ESN" | ||
CHAIN_ID = 31102 | ||
APPNAME = "Ethersocial" | ||
APPNAME = "Ethersocial" |
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,4 +1,4 @@ | ||
APP_LOAD_PARAMS += --path "44'/40'" | ||
TICKER = "EXP" | ||
CHAIN_ID = 2 | ||
APPNAME = "Expanse" | ||
APPNAME = "Expanse" |
Oops, something went wrong.