mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
use number
This commit is contained in:
parent
5f0d92bddb
commit
306bf05a25
@ -132,14 +132,14 @@ export function getErc20TemplateId(address: Address): BigInt {
|
||||
|
||||
type HardCodedContractData = {
|
||||
token: string;
|
||||
secondsPerEpoch: i32;
|
||||
secondsPerSubscription: i32;
|
||||
truevalSubmitTimeout: i32;
|
||||
secondsPerEpoch: number;
|
||||
secondsPerSubscription: number;
|
||||
truevalSubmitTimeout: number;
|
||||
stakeToken: string;
|
||||
txId: string;
|
||||
timestamp: i32;
|
||||
block: i32;
|
||||
eventIndex: i32;
|
||||
timestamp: number;
|
||||
block: number;
|
||||
eventIndex: number;
|
||||
};
|
||||
|
||||
type HardCodedContractDataType = { [key: string]: HardCodedContractData };
|
||||
|
Loading…
Reference in New Issue
Block a user