mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
declare hardcodedcontractdata
This commit is contained in:
parent
4b237903e3
commit
ff8d3d61d9
@ -130,6 +130,20 @@ export function getErc20TemplateId(address: Address): BigInt {
|
|||||||
return BigInt.zero()
|
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 = {
|
const hardCodedContractData = {
|
||||||
"0x18f54cc21b7a2fdd011bea06bba7801b280e3151": {
|
"0x18f54cc21b7a2fdd011bea06bba7801b280e3151": {
|
||||||
"token": "0x18f54cc21b7a2fdd011bea06bba7801b280e3151",
|
"token": "0x18f54cc21b7a2fdd011bea06bba7801b280e3151",
|
||||||
|
Loading…
Reference in New Issue
Block a user