Skip to content

Commit

Permalink
Merge pull request #733 from Adamant-im/chore/regenerate-wallets
Browse files Browse the repository at this point in the history
chore: regenerate `adamant-wallets`
  • Loading branch information
bludnic authored Feb 28, 2025
2 parents d98b837 + a3221f2 commit d872c67
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 4 deletions.
32 changes: 31 additions & 1 deletion src/config/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,37 @@
}
},
"explorer": "https://dogechain.info",
"explorerAddress": "https://dogechain.info/address/${ID}"
"explorerAddress": "https://dogechain.info/address/${ID}",
"services": {
"dogeIndexer": {
"displayName": "doge-indexer",
"description": {
"software": "Esplora/Electrs",
"github": "https://github.com/blockstream/electrs",
"docs": "https://github.com/blockstream/esplora/blob/master/API.md"
},
"list": [
{
"url": "https://dogenode1.adamant.im/api",
"alt_ip": "http://5.9.99.62:44099/api"
},
{
"url": "https://dogenode2.adamant.im/api",
"alt_ip": "http://176.9.32.126:44098/api"
},
{
"url": "https://dogenode3.adm.im/api",
"alt_ip": "http://95.216.45.88:44098/api"
}
],
"healthCheck": {
"normalUpdateInterval": 390000,
"crucialUpdateInterval": 30000,
"onScreenUpdateInterval": 10000,
"threshold": 3
}
}
}
},
"eth": {
"explorerTx": "https://etherscan.io/tx/${ID}",
Expand Down
32 changes: 31 additions & 1 deletion src/config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,37 @@
},
"explorerTx": "https://dogechain.info/tx/${ID}",
"explorer": "https://dogechain.info",
"explorerAddress": "https://dogechain.info/address/${ID}"
"explorerAddress": "https://dogechain.info/address/${ID}",
"services": {
"dogeIndexer": {
"displayName": "doge-indexer",
"description": {
"software": "Esplora/Electrs",
"github": "https://github.com/blockstream/electrs",
"docs": "https://github.com/blockstream/esplora/blob/master/API.md"
},
"list": [
{
"url": "https://dogenode1.adamant.im/api",
"alt_ip": "http://5.9.99.62:44099/api"
},
{
"url": "https://dogenode2.adamant.im/api",
"alt_ip": "http://176.9.32.126:44098/api"
},
{
"url": "https://dogenode3.adm.im/api",
"alt_ip": "http://95.216.45.88:44098/api"
}
],
"healthCheck": {
"normalUpdateInterval": 390000,
"crucialUpdateInterval": 30000,
"onScreenUpdateInterval": 10000,
"threshold": 3
}
}
}
},
"eth": {
"nodes": {
Expand Down
31 changes: 29 additions & 2 deletions src/config/tor.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"url": "http://cc6ibzkfeseuwnmtjc6hlsd44bzg2sr3shbv7n35nj2rk2vm6dmtlnqd.onion/bitcoind"
},
{
"url": "http://grnpvgtlrfws3424l726td5lctsod3hq2at4lhiasmedpxygbo5u2bqd.onion"
"url": "http://grnpvgtlrfws3424l726td5lctsod3hq2at4lhiasmedpxygbo5u2bqd.onion/bitcoind"
}
],
"healthCheck": {
Expand Down Expand Up @@ -174,7 +174,34 @@
},
"explorerTx": "https://dogechain.info/tx/${ID}",
"explorer": "https://dogechain.info",
"explorerAddress": "https://dogechain.info/address/${ID}"
"explorerAddress": "https://dogechain.info/address/${ID}",
"services": {
"dogeIndexer": {
"displayName": "doge-indexer",
"description": {
"software": "Esplora/Electrs",
"github": "https://github.com/blockstream/electrs",
"docs": "https://github.com/blockstream/esplora/blob/master/API.md"
},
"list": [
{
"url": "http://mtg4mq43p67cbj6qwcqgppjv7uzm7ximjlzapsbnbh5ls6zqkjsq26ad.onion/api"
},
{
"url": "http://bfu3iiofsagyhi22zijfilbkzlzbalpylhhfcluqmezx2avdwcxut7yd.onion/api"
},
{
"url": "http://tdl25bmpwystxnm6hxzqdrkaxxdicknbigs5umob2nlgcbbqgidd64qd.onion/api"
}
],
"healthCheck": {
"normalUpdateInterval": 390000,
"crucialUpdateInterval": 30000,
"onScreenUpdateInterval": 10000,
"threshold": 3
}
}
}
},
"eth": {
"nodes": {
Expand Down

0 comments on commit d872c67

Please sign in to comment.