Skip to content

Commit

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

*/

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

View workflow job for this annotation

GitHub Actions / test

Delete `⏎`

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

View workflow job for this annotation

GitHub Actions / test

Delete `⏎`
export function createPredictContract(address: Address): PredictContract {
const predictContract = new PredictContract(address.toHexString())
Expand Down

0 comments on commit d56b691

Please sign in to comment.