-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bretep
committed
Sep 6, 2024
1 parent
daf8a90
commit 23e4e72
Showing
12 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,10 @@ | ||
# Lock the application on its standard path for 1.5. Please complain if non compliant | ||
PATH_APP_LOAD_PARAMS += "44'/60'" | ||
TICKER = "PLS" | ||
CHAIN_ID = 369 | ||
# Allow to derive ETH 2 public keys | ||
PATH_APP_LOAD_PARAMS += "12381/3600" | ||
CURVE_APP_LOAD_PARAMS += bls12381g1 | ||
DEFINES += HAVE_ETH2 | ||
APPNAME = "PulseChain" | ||
|
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,10 @@ | ||
# Lock the application on its standard path for 1.5. Please complain if non compliant | ||
PATH_APP_LOAD_PARAMS += "44'/60'" | ||
TICKER = "tPLS" | ||
CHAIN_ID = 943 | ||
# Allow to derive ETH 2 public keys | ||
PATH_APP_LOAD_PARAMS += "12381/3600" | ||
CURVE_APP_LOAD_PARAMS += bls12381g1 | ||
DEFINES += HAVE_ETH2 | ||
APPNAME = "PulseChain Testnet" | ||
|
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