Skip to content

Commit

Permalink
Add and update PulseChain Networks
Browse files Browse the repository at this point in the history
  • Loading branch information
bretep committed Sep 6, 2024
1 parent daf8a90 commit 23e4e72
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 0 deletions.
Binary file added glyphs/chain_943_64px.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/flex_app_chain_369.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/flex_app_chain_943.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/nanos_app_chain_369.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/nanos_app_chain_943.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/nanox_app_chain_369.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/nanox_app_chain_943.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/stax_app_chain_369.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/stax_app_chain_943.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions makefile_conf/chain/pulsechain.mk
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"

10 changes: 10 additions & 0 deletions makefile_conf/chain/pulsechaintestnet.mk
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"

1 change: 1 addition & 0 deletions src/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ static const network_info_t NETWORK_MAPPING[] = {
{.chain_id = 369, .name = "PulseChain", .ticker = "PLS"},
{.chain_id = 592, .name = "Astar", .ticker = "ASTR"},
{.chain_id = 888, .name = "Wanchain", .ticker = "WAN"},
{.chain_id = 943, .name = "PulseChain Testnet", .ticker = "tPLS"},
{.chain_id = 1030, .name = "Conflux", .ticker = "CFX"},
{.chain_id = 1088, .name = "Metis Andromeda", .ticker = "METIS"},
{.chain_id = 1101, .name = "Polygon zkEVM", .ticker = "ETH"},
Expand Down

0 comments on commit 23e4e72

Please sign in to comment.