mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
any
This commit is contained in:
parent
9cdf0f68f0
commit
b3c5cd6382
@ -130,21 +130,8 @@ export function getErc20TemplateId(address: Address): BigInt {
|
||||
return BigInt.zero()
|
||||
}
|
||||
|
||||
interface HardCodedContractData = {
|
||||
token: string;
|
||||
secondsPerEpoch: number;
|
||||
secondsPerSubscription: number;
|
||||
truevalSubmitTimeout: number;
|
||||
stakeToken: string;
|
||||
txId: string;
|
||||
timestamp: number;
|
||||
block: number;
|
||||
eventIndex: number;
|
||||
};
|
||||
|
||||
interface HardCodedContractDataType = { [key: string]: HardCodedContractData };
|
||||
|
||||
const hardCodedContractData: HardCodedContractDataType = {
|
||||
const hardCodedContractData: any = {
|
||||
"0x18f54cc21b7a2fdd011bea06bba7801b280e3151": {
|
||||
"token": "0x18f54cc21b7a2fdd011bea06bba7801b280e3151",
|
||||
"secondsPerEpoch": 300,
|
||||
|
Loading…
Reference in New Issue
Block a user