Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Space-Bean committed Dec 2, 2023
1 parent 150a596 commit f77e5a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions projects/examples/src/wells/deployNewWell.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { provider, signer } from "../setup";
import { WellsSDK, Well, Aquifer, WellFunction } from "@beanstalk/sdk-wells";

const ACCOUNTS = [
["0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80", "0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"],
["0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d", "0x70997970c51812dc3a010c7d01b50e0d17dc79c8"]
];

const DEPLOYED_AQUIFER_ADDRESS = "0xBA51AAAA95aeEFc1292515b36D86C51dC7877773";

main().catch((e) => {
Expand Down

0 comments on commit f77e5a9

Please sign in to comment.