datahaven/test/configs/snowbridge/tanssi-examples/execution-relay.json
Tim B 3a671bda61
test: 🧪 Initial Relay Work (#52)
Small changes to help progress us closer to relayer support

---------

Co-authored-by: Facundo Farall <37149322+ffarall@users.noreply.github.com>
2025-04-23 15:28:19 +00:00

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
}
}