File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1649,6 +1649,22 @@ const supportedCurrencies = [
1649
1649
etomic : '0x3618516f45cd3c913f81f9987af41077932bc40d' ,
1650
1650
rpcport : 80 ,
1651
1651
} ,
1652
+ {
1653
+ coin : 'PGT' ,
1654
+ name : 'Pungo Token' ,
1655
+ asset : 'PGT' ,
1656
+ rpcport : 46705 ,
1657
+ electrumServers : [
1658
+ {
1659
+ host : 'agama.komodo.build' ,
1660
+ port : 10002 ,
1661
+ } ,
1662
+ {
1663
+ host : 'agama2.komodo.build' ,
1664
+ port : 10002 ,
1665
+ } ,
1666
+ ] ,
1667
+ } ,
1652
1668
{
1653
1669
coin : 'PIZZA' ,
1654
1670
name : 'Pizza' ,
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ const explorers = new Map(Object.entries({
113
113
PANGEA : 'https://pangea.kmdexplorer.io/tx/{txid}' ,
114
114
PEW : 'http://explorer.brofist.online/tx/{txid}' ,
115
115
PGN : 'http://explorer.pigeoncoin.org/tx/{txid}' ,
116
+ PGT : 'https://pgt.komodo.build/tx/{txid}' ,
116
117
PIVX : 'https://chainz.cryptoid.info/pivx/tx.dws?{txid}' ,
117
118
PIZZA : 'https://pizza.kmdexplorer.io/tx/{txid}' ,
118
119
POLIS : 'https://explorer.polispay.org/tx/{txid}' ,
You can’t perform that action at this time.
0 commit comments