-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelayer.env
More file actions
11 lines (11 loc) · 4.73 KB
/
relayer.env
File metadata and controls
11 lines (11 loc) · 4.73 KB
1
2
3
4
5
6
7
8
9
10
11
INITIAL_TOKEN=10
TARGET_HTTPS=https://kovan.infura.io/v3/c2f337d22d8b4a849f482d304ddcd963
TARGET_WSS=wss://kovan.infura.io/ws/v3/c2f337d22d8b4a849f482d304ddcd963
SOURCE_HTTPS=https://ropsten.infura.io/v3/c2f337d22d8b4a849f482d304ddcd963
SOURCE_WSS=wss://ropsten.infura.io/ws/v3/c2f337d22d8b4a849f482d304ddcd963
PRIVATE_KEY=a9ab9b6d7ddce2622fb537f3314ca980d64257d757e067cf0aab8fe4232dfbf3
MNEMONIC=live elite music spoil will always mesh observe crisp canoe essence outside
RELAY_ABI=[ { "inputs": [ { "internalType": "bytes", "name": "value", "type": "bytes" }, { "internalType": "uint256", "name": "blockHeight", "type": "uint256" }, { "internalType": "bytes", "name": "encodedPath", "type": "bytes" }, { "internalType": "bytes", "name": "rlpParentNodes", "type": "bytes" } ], "name": "checkReceiptProof", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes", "name": "value", "type": "bytes" }, { "internalType": "uint256", "name": "blockHeight", "type": "uint256" }, { "internalType": "bytes", "name": "encodedPath", "type": "bytes" }, { "internalType": "bytes", "name": "rlpParentNodes", "type": "bytes" } ], "name": "checkStateProof", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes", "name": "value", "type": "bytes" }, { "internalType": "uint256", "name": "blockHeight", "type": "uint256" }, { "internalType": "bytes", "name": "encodedPath", "type": "bytes" }, { "internalType": "bytes", "name": "rlpParentNodes", "type": "bytes" } ], "name": "checkTxProof", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "height", "type": "uint256" } ], "name": "getParentIdxNum", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes", "name": "rawHeader", "type": "bytes" }, { "internalType": "bytes32", "name": "_selfHash", "type": "bytes32" }, { "internalType": "uint256", "name": "parentIdx", "type": "uint256" }, { "internalType": "uint256[]", "name": "dataSetLookup", "type": "uint256[]" }, { "internalType": "uint256[]", "name": "witnessForLookup", "type": "uint256[]" } ], "name": "parseBlockHeader", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "_selfHash", "type": "bytes32" }, { "internalType": "uint256", "name": "_height", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [ { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "uint256", "name": "", "type": "uint256" } ], "name": "chain", "outputs": [ { "internalType": "bytes32", "name": "parentHash", "type": "bytes32" }, { "internalType": "bytes32", "name": "stateRoot", "type": "bytes32" }, { "internalType": "bytes32", "name": "txRoot", "type": "bytes32" }, { "internalType": "bytes32", "name": "receiptRoot", "type": "bytes32" }, { "internalType": "bytes", "name": "difficulty", "type": "bytes" }, { "internalType": "uint256", "name": "height", "type": "uint256" }, { "internalType": "uint256", "name": "nonce", "type": "uint256" }, { "internalType": "bytes32", "name": "selfHash", "type": "bytes32" }, { "internalType": "bytes32", "name": "hashWithoutNonce", "type": "bytes32" }, { "internalType": "uint256", "name": "parentIdx", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "initialHeight", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "k", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "lastHeight", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "temp", "outputs": [ { "internalType": "bytes", "name": "", "type": "bytes" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "uintTemp", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" } ]
RELAY_ADDRESS=0x248eCB75BA5bC12e8549E70653c312525E3F1864
REACT_APP_KOVAN_ASSET=0xE00188414E2F179089dF054C84d39514E0dc9c90
REACT_APP_ROPSTEN_ASSET=0xF6D65921959f0D1224209DE0b74DA01122Befbe6