Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/electrumx/lib/coins.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,10 @@ class Verge(Coin):
GENESIS_HASH = ('00000fc63692467faeb20cdb3b53200d'
'c601d75bdfa1001463304cc790d77278')
RPC_PORT = 20102
PEERS = [
'electrumx-verge.cloud s50002 t50001',
'electrum-verge.cloud s50002 t50001',
]
TX_COUNT = 500000
TX_COUNT_HEIGHT = 3082138
TX_PER_BLOCK = 1
Expand Down