Skip to content

Commit

Permalink
docs(utils): add reminder to remove unneeded op goerli staging chain …
Browse files Browse the repository at this point in the history
…filter
  • Loading branch information
dtbuchholz committed Oct 24, 2023
1 parent 43ee1e9 commit 4cabaf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { extname } from "path";
import { Wallet, providers, getDefaultProvider } from "ethers";
import { helpers } from "@tableland/sdk";

// TODO: should be able to remove the "staging" filter since the SDK handles it
export const getChains = function (): typeof helpers.supportedChains {
return Object.fromEntries(
Object.entries(helpers.supportedChains).filter(
Expand Down

0 comments on commit 4cabaf6

Please sign in to comment.