-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added config files for networks
- Loading branch information
Showing
12 changed files
with
15,094 additions
and
14,899 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,4 +111,4 @@ | |
"scRotation": null | ||
} | ||
] | ||
} | ||
} |
384 changes: 192 additions & 192 deletions
384
config/network/mainnet/cardano-node/alonzo-genesis.json
Large diffs are not rendered by default.
Oops, something went wrong.
29,128 changes: 14,564 additions & 14,564 deletions
29,128
config/network/mainnet/cardano-node/byron-genesis.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
{ | ||
"bootstrapPeers": [ | ||
{ | ||
"address": "backbone.cardano.iog.io", | ||
"port": 3001 | ||
}, | ||
{ | ||
"address": "backbone.mainnet.emurgornd.com", | ||
"port": 3001 | ||
}, | ||
{ | ||
"address": "backbone.mainnet.cardanofoundation.org", | ||
"port": 3001 | ||
} | ||
], | ||
"localRoots": [ | ||
{ | ||
"accessPoints": [], | ||
"advertise": false, | ||
"trustable": false, | ||
"valency": 1 | ||
} | ||
], | ||
"publicRoots": [ | ||
{ | ||
"accessPoints": [ | ||
{ | ||
"address": "backbone.cardano-mainnet.iohk.io", | ||
"port": 3001 | ||
}, | ||
{ | ||
"address": "backbone.cardano.iog.io", | ||
"port": 3001 | ||
}, | ||
{ | ||
"address": "backbone.mainnet.emurgornd.com", | ||
"port": 3001 | ||
} | ||
], | ||
"accessPoints": [], | ||
"advertise": false | ||
} | ||
], | ||
"useLedgerAfterSlot": 110332824 | ||
"useLedgerAfterSlot": 128908821 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
{ | ||
"bootstrapPeers": [ | ||
{ | ||
"address": "preview-node.play.dev.cardano.org", | ||
"port": 3001 | ||
} | ||
], | ||
"localRoots": [ | ||
{ | ||
"accessPoints": [], | ||
"advertise": false, | ||
"trustable": false, | ||
"valency": 1 | ||
} | ||
], | ||
"publicRoots": [ | ||
{ | ||
"accessPoints": [ | ||
{ | ||
"address": "preview-node.play.dev.cardano.org", | ||
"port": 3001 | ||
} | ||
], | ||
"accessPoints": [], | ||
"advertise": false | ||
} | ||
], | ||
"useLedgerAfterSlot": 31536600 | ||
"useLedgerAfterSlot": 53827185 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.