Skip to content

Commit

Permalink
declare hardcodedcontractdata
Browse files Browse the repository at this point in the history
  • Loading branch information
trizin authored Jul 21, 2024
1 parent 4b23790 commit ff8d3d6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/mappings/utils/tokenUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,20 @@ export function getErc20TemplateId(address: Address): BigInt {
return BigInt.zero()
}

declare const hardCodedContractData: {
[key: string]: {
token: string;

Check failure on line 135 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`

Check failure on line 135 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`
secondsPerEpoch: i32;

Check failure on line 136 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`

Check failure on line 136 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`
secondsPerSubscription: i32;

Check failure on line 137 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`

Check failure on line 137 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`
truevalSubmitTimeout: i32;

Check failure on line 138 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`

Check failure on line 138 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`
stakeToken: string;

Check failure on line 139 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`

Check failure on line 139 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`
txId: string;

Check failure on line 140 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`

Check failure on line 140 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`
timestamp: i32;

Check failure on line 141 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`

Check failure on line 141 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`
block: i32;

Check failure on line 142 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`

Check failure on line 142 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`
eventIndex: i32;

Check failure on line 143 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`

Check failure on line 143 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`
};

Check failure on line 144 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`

Check failure on line 144 in src/mappings/utils/tokenUtils.ts

View workflow job for this annotation

GitHub Actions / test

Delete `;`
};

const hardCodedContractData = {
"0x18f54cc21b7a2fdd011bea06bba7801b280e3151": {
"token": "0x18f54cc21b7a2fdd011bea06bba7801b280e3151",
Expand Down

0 comments on commit ff8d3d6

Please sign in to comment.