Skip to content

Commit

Permalink
nit: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Oct 21, 2024
1 parent 3481f04 commit 0989c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export class STCELOCeloConfigurations implements Configurations {
return PROTOCOL_SLUG;
}
getLST(): Address {
return Address.fromString("0xC668583dcbDc9ae6FA3CE46462758188adfdfC24");
return Address.fromString("0xc668583dcbdc9ae6fa3ce46462758188adfdfc24");
}
}
6 changes: 1 addition & 5 deletions subgraphs/stcelo/src/sdk/protocols/generic/pool.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import { TokenManager } from "./tokens";
import { ProtocolManager } from "./protocol";
import { PoolSnapshot } from "./poolSnapshot";
import {
BIGDECIMAL_ZERO,
BIGINT_ZERO,
ZERO_ADDRESS,
} from "../../util/constants";
import { BIGDECIMAL_ZERO, BIGINT_ZERO } from "../../util/constants";
import { Pool as PoolSchema, Token } from "../../../../generated/schema";
import { Bytes, BigDecimal, BigInt, Address } from "@graphprotocol/graph-ts";

Expand Down

0 comments on commit 0989c0b

Please sign in to comment.