Skip to content

Commit

Permalink
Add network PulseChain
Browse files Browse the repository at this point in the history
  • Loading branch information
bretep committed Apr 28, 2024
1 parent de71c22 commit 237e869
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2115,6 +2115,7 @@
|| (name == "VET - VeChain")
|| (name == "ERE - EtherCore")
|| (name == "BSC - Binance Smart Chain")
|| (name == "PLS - PulseChain")
}

function networkIsRsk() {
Expand Down Expand Up @@ -3280,6 +3281,14 @@
setHdCoin(1);
},
},
{
name: "PLS - PulseChain",
segwitAvailable: false,
onSelect: function() {
network = libs.bitcoin.networks.bitcoin;
setHdCoin(60);
},
},
{
name: "POA - Poa",
segwitAvailable: false,
Expand Down

0 comments on commit 237e869

Please sign in to comment.