mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
Small changes to help progress us closer to relayer support --------- Co-authored-by: Facundo Farall <37149322+ffarall@users.noreply.github.com>
41 lines
1,004 B
JSON
41 lines
1,004 B
JSON
{
|
|
"source": {
|
|
"ethereum": {
|
|
"endpoint": "ws://127.0.0.1:8546/"
|
|
},
|
|
"contracts": {
|
|
"Gateway": "0x362de7253afdbd5b7a14d319516cc75880380865"
|
|
},
|
|
"channel-id": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
"beacon": {
|
|
"endpoint": "http://127.0.0.1:9596",
|
|
"stateEndpoint": "http://127.0.0.1:9596",
|
|
"spec": {
|
|
"syncCommitteeSize": 512,
|
|
"slotsInEpoch": 32,
|
|
"epochsPerSyncCommitteePeriod": 256,
|
|
"forkVersions": {
|
|
"deneb": 0,
|
|
"electra": 0
|
|
}
|
|
},
|
|
"datastore": {
|
|
"location": "/home/timbo/workspace/moonsong/tanssi/test/tmp/bridge/output/relayer_data",
|
|
"maxEntries": 100
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"parachain": {
|
|
"endpoint": "ws://127.0.0.1:9947",
|
|
"maxWatchedExtrinsics": 8,
|
|
"headerRedundancy": 20
|
|
}
|
|
},
|
|
"instantVerification": false,
|
|
"schedule": {
|
|
"id": 0,
|
|
"totalRelayerCount": 1,
|
|
"sleepInterval": 1
|
|
}
|
|
}
|