Skip to content

Commit b84139d

Browse files
pungotokensindresorhus
authored andcommitted
Add Pungo Token (PGT) currency (#573)
1 parent 40e8f2d commit b84139d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

app/marketmaker/supported-currencies.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,6 +1649,22 @@ const supportedCurrencies = [
16491649
etomic: '0x3618516f45cd3c913f81f9987af41077932bc40d',
16501650
rpcport: 80,
16511651
},
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+
},
16521668
{
16531669
coin: 'PIZZA',
16541670
name: 'Pizza',

app/renderer/block-explorer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ const explorers = new Map(Object.entries({
113113
PANGEA: 'https://pangea.kmdexplorer.io/tx/{txid}',
114114
PEW: 'http://explorer.brofist.online/tx/{txid}',
115115
PGN: 'http://explorer.pigeoncoin.org/tx/{txid}',
116+
PGT: 'https://pgt.komodo.build/tx/{txid}',
116117
PIVX: 'https://chainz.cryptoid.info/pivx/tx.dws?{txid}',
117118
PIZZA: 'https://pizza.kmdexplorer.io/tx/{txid}',
118119
POLIS: 'https://explorer.polispay.org/tx/{txid}',

0 commit comments

Comments
 (0)