Skip to content

Instantly share code, notes, and snippets.

@drinkius
Forked from akriventsev/Ilya-job-spec.toml
Created August 23, 2022 07:03
Show Gist options
  • Save drinkius/3601c7145f76dd6c6457495ef16f9a27 to your computer and use it in GitHub Desktop.
Save drinkius/3601c7145f76dd6c6457495ef16f9a27 to your computer and use it in GitHub Desktop.
type = "offchainreporting"
schemaVersion = 1
name = "PEG BASE version 4 contract 0x60EDc0FE07B9AFFa5FD9299CB267C48daE41e117 network fantom opera mainnet"
maxTaskDuration = "0s"
blockchainTimeout = "20s"
contractAddress = "0x60EDc0FE07B9AFFa5FD9299CB267C48daE41e117"
contractConfigConfirmations = 4
contractConfigTrackerPollInterval = "1m0s"
contractConfigTrackerSubscribeInterval = "2m0s"
evmChainID = "250"
isBootstrapPeer = false
keyBundleID = "f3484c184b338044efb22d554719ae2eaf390235362db453fe43896539bd892e"
observationTimeout = "20s"
p2pBootstrapPeers = [
"/ip4/51.250.38.92/tcp/7979/p2p/12D3KooWPNnujD5xS9FoPicjfUQq5eXRC3TL1CsbW59Xmw49wh1Z"
]
transmitterAddress = "0x42Ce3CA3Dd971ec88881B11afa472cb90249a1f8"
observationSource = """
ds1 [type=bridge name="bridge-peg" requestData="{\\"data\\": {\\"from\\":\\"base-price\\"}}"];
ds1_parse [type=jsonparse path="data,result"];
ds1_multiply [type=multiply times=1000000];
ds1->ds1_parse->ds1_multiply->answer1
answer1 [type=median index=0];
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment