Skip to content

Commit

Permalink
Add duddino backup explorers (#432)
Browse files Browse the repository at this point in the history
Co-authored-by: JSKitty <mail@jskitty.cat>
Co-authored-by: Alessandro Rezzi <alessandrorezzi2000@gmail.com>
  • Loading branch information
3 people authored Oct 24, 2024
1 parent fdd3939 commit c536245
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions chain_params.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
"SHIELD_PREFIX": "ps",
"Explorers": [
{ "name": "Duddino", "url": "https://explorer.duddino.com" },
{ "name": "Duddino (2)", "url": "https://explorer2.duddino.com" },
{ "name": "zkBitcoin", "url": "https://zkbitcoin.com" }
],
"Nodes": [
{ "name": "PIVX Labs", "url": "https://rpc.pivxla.bz/mainnet" },
{ "name": "Duddino", "url": "https://rpc.duddino.com/mainnet" }
{ "name": "Duddino", "url": "https://rpc.duddino.com/mainnet" },
{ "name": "Duddino (2)", "url": "https://rpc2.duddino.com/mainnet" }
],
"Consensus": {},
"coinbaseMaturity": 100,
Expand Down Expand Up @@ -53,7 +55,7 @@
{ "name": "duddino", "url": "https://testnet.duddino.com" }
],
"Nodes": [
{ "name": "Duddino", "url": "https://rpc.duddino.com/testnet" }
{ "name": "Duddino", "url": "https://rpc2.duddino.com/testnet" }
],
"Consensus": {},
"coinbaseMaturity": 15,
Expand Down

0 comments on commit c536245

Please sign in to comment.