Skip to content

Commit 263e6d8

Browse files
committed
canary config fix
1 parent 166a75f commit 263e6d8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

canary.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,23 @@
1111
"flow_token": "0ae53cb6e3f42a79",
1212
"fungible_token": "ee82856bf20e2aa6"
1313
},
14-
"data_dir": "/data",
14+
"data_dir": "./data",
15+
"disable_consensus_follower": true,
1516
"network": "canary",
1617
"originators": [
1718
],
1819
"port": 8080,
1920
"spork_seal_tolerance": 10000,
2021
"spork_synced_tolerance": 10,
2122
"sporks": {
22-
"28": {
23+
"1": {
2324
"access_nodes": [
2425
{
2526
"address": "access.canary.nodes.onflow.org:9000"
2627
}
2728
],
28-
"root_block": 8379391,
29-
"version": 4
29+
"root_block": 64552096,
30+
"version": 6
3031
}
3132
}
3233
}

0 commit comments

Comments
 (0)