declare hardcodedcontractdata

This commit is contained in:
trizin 2024-07-21 21:59:06 +03:00 committed by GitHub
parent 4b237903e3
commit ff8d3d61d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,20 @@ export function getErc20TemplateId(address: Address): BigInt {
return BigInt.zero()
}
declare const hardCodedContractData: {
[key: string]: {
token: string;
secondsPerEpoch: i32;
secondsPerSubscription: i32;
truevalSubmitTimeout: i32;
stakeToken: string;
txId: string;
timestamp: i32;
block: i32;
eventIndex: i32;
};
};
const hardCodedContractData = {
"0x18f54cc21b7a2fdd011bea06bba7801b280e3151": {
"token": "0x18f54cc21b7a2fdd011bea06bba7801b280e3151",