mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
fix
This commit is contained in:
parent
baea52cc43
commit
5f0d92bddb
@ -130,7 +130,7 @@ export function getErc20TemplateId(address: Address): BigInt {
|
||||
return BigInt.zero()
|
||||
}
|
||||
|
||||
type ContractData = {
|
||||
type HardCodedContractData = {
|
||||
token: string;
|
||||
secondsPerEpoch: i32;
|
||||
secondsPerSubscription: i32;
|
||||
@ -142,7 +142,7 @@ type ContractData = {
|
||||
eventIndex: i32;
|
||||
};
|
||||
|
||||
type HardCodedContractDataType = { [key: string]: ContractData };
|
||||
type HardCodedContractDataType = { [key: string]: HardCodedContractData };
|
||||
|
||||
const hardCodedContractData: HardCodedContractDataType = {
|
||||
"0x18f54cc21b7a2fdd011bea06bba7801b280e3151": {
|
||||
|
Loading…
Reference in New Issue
Block a user