Skip to content

Commit e2fe3dc

Browse files
committed
feat: update mainnet p2p topology
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 9d5e286 commit e2fe3dc

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

config/mainnet/topology-p2p.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,21 @@
1010
{
1111
"accessPoints": [
1212
{
13-
"address": "relays-new.cardano-mainnet.iohk.io",
13+
"address": "backbone.cardano-mainnet.iohk.io",
14+
"port": 3001
15+
}
16+
],
17+
"advertise": false
18+
},
19+
{
20+
"accessPoints": [
21+
{
22+
"address": "backbone.mainnet.emurgornd.com",
1423
"port": 3001
1524
}
1625
],
1726
"advertise": false
1827
}
1928
],
20-
"useLedgerAfterSlot": 84916732
29+
"useLedgerAfterSlot": 99532743
2130
}

0 commit comments

Comments
 (0)