forked from onflow/rosetta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestnet.json
33 lines (33 loc) · 813 Bytes
/
testnet.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"cache": true,
"construction_access_nodes": [
{
"address": "access.devnet.nodes.onflow.org:9000"
}
],
"contracts": {
"flow_cold_storage_proxy": "0000000000000000",
"flow_fees": "912d5440f7e3769e",
"flow_token": "7e60df042a9c0868",
"fungible_token": "9a0766d93b6608b7"
},
"data_dir": "./data",
"disable_consensus_follower": true,
"network": "testnet",
"originators": [
"d812e8e206316c28"
],
"port": 8080,
"spork_seal_tolerance": 600,
"sporks": {
"48": {
"access_nodes": [
{
"address": "access.testnet.nodes.onflow.org:9000"
}
],
"root_block": 127720466,
"version": 6
}
}
}