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 = {
|
type HardCodedContractData = {
|
||||||
token: string;
|
token: string;
|
||||||
secondsPerEpoch: i32;
|
secondsPerEpoch: number;
|
||||||
secondsPerSubscription: i32;
|
secondsPerSubscription: number;
|
||||||
truevalSubmitTimeout: i32;
|
truevalSubmitTimeout: number;
|
||||||
stakeToken: string;
|
stakeToken: string;
|
||||||
txId: string;
|
txId: string;
|
||||||
timestamp: i32;
|
timestamp: number;
|
||||||
block: i32;
|
block: number;
|
||||||
eventIndex: i32;
|
eventIndex: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
type HardCodedContractDataType = { [key: string]: HardCodedContractData };
|
type HardCodedContractDataType = { [key: string]: HardCodedContractData };
|
||||||
|
Loading…
Reference in New Issue
Block a user