Skip to content

Commit

Permalink
add devnet47 (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing authored Aug 4, 2023
1 parent 3f149a8 commit 01ffd38
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion sporks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1309,9 +1309,52 @@
}
},
"testnet": {
"testnet47": {
"id": 47,
"live": true,
"name": "Testnet47",
"sporkTime": "2023-08-04T21:00:00Z",
"rootHeight": "113167876",
"rootParentId": "dbd59a00503707c8bc3c5fb3bcc7bd243da4bf8e24c86b6a496505e275b85311",
"rootStateCommitment": "42006aedbfbfa9fcd949de8347b55166df77d8742bf5f273266a8dfcdf2b836b",
"gitCommitHash": "db1c2584d6d8359b7ccf733c16bd5e1b9385c9bc",
"stateArtefacts": {
"gcp": {
"rootCheckpointFile": "https://storage.googleapis.com/flow-genesis-bootstrap/testnet-47-execution/public-root-information/root.checkpoint",
"rootProtocolStateSnapshot": "https://storage.googleapis.com/flow-genesis-bootstrap/testnet-47/public-root-information/root-protocol-state-snapshot.json",
"rootProtocolStateSnapshotSignature": "https://storage.googleapis.com/flow-genesis-bootstrap/testnet-47/public-root-information/root-protocol-state-snapshot.json.asc",
"nodeInfo": "https://storage.googleapis.com/flow-genesis-bootstrap/testnet-47/public-root-information/node-infos.pub.json"
},
"s3": {
"rootCheckpointFile": "",
"rootProtocolStateSnapshot": "",
"nodeInfo": "",
"executionStateBucket": ""
}
},
"tags": {
"flow-go-tag": "v0.31.13",
"flow-dps-tag": "v0.31.13",
"cadence-tag": "v0.39.14",
"docker-tag": "v0.31.13"
},
"accessNodes": [
"access.testnet.nodes.onflow.org:9000"
],
"seedNodes": [
{
"address": "access-003.devnet47.nodes.onflow.org:3570",
"key": "b662102f4184fc1caeb2933cf87bba75cdd37758926584c0ce8a90549bb12ee0f9115111bbbb6acc2b889461208533369a91e8321eaf6bcb871a788ddd6bfbf7"
},
{
"address": "access-004.devnet47.nodes.onflow.org:3570",
"key": "0d1523612be854638b985fc658740fa55f009f3cd49b739961ab082dc91b178ed781ef5f66878613b4d34672039150abfd9c8cfdfe48c565bca053fa4db30bec"
}
]
},
"testnet46": {
"id": 46,
"live": true,
"live": false,
"name": "Testnet46",
"sporkTime": "2023-06-08T00:42:00Z",
"rootHeight": "105155067",
Expand Down

0 comments on commit 01ffd38

Please sign in to comment.