We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166a75f commit 263e6d8Copy full SHA for 263e6d8
canary.json
@@ -11,22 +11,23 @@
11
"flow_token": "0ae53cb6e3f42a79",
12
"fungible_token": "ee82856bf20e2aa6"
13
},
14
- "data_dir": "/data",
+ "data_dir": "./data",
15
+ "disable_consensus_follower": true,
16
"network": "canary",
17
"originators": [
18
],
19
"port": 8080,
20
"spork_seal_tolerance": 10000,
21
"spork_synced_tolerance": 10,
22
"sporks": {
- "28": {
23
+ "1": {
24
"access_nodes": [
25
{
26
"address": "access.canary.nodes.onflow.org:9000"
27
}
28
- "root_block": 8379391,
29
- "version": 4
+ "root_block": 64552096,
30
+ "version": 6
31
32
33
0 commit comments