Skip to content

Commit

Permalink
Make sure optimisem on gnosis chain is disabled + add required env to…
Browse files Browse the repository at this point in the history
… the .env.sample
  • Loading branch information
asgeir-s committed Aug 17, 2022
1 parent d13a247 commit ec07ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ REACT_APP_SUBGRAPH_POLYGON=auryn-macmillan/tabula-polygon
REACT_APP_SUBGRAPH_ARBITRUM=auryn-macmillan/tabula-arbitrum
REACT_APP_SUBGRAPH_OPTIMISM=auryn-macmillan/tabula-optimism
REACT_APP_IPFS_GATEWAY=https://ipfs.io/ipfs
REACT_APP_SUBGRAPH_OPTIMISM=auryn-macmillan/tabula-optimism-on-gnosis-chain
REACT_APP_SUBGRAPH_OPTIMISM_ON_GNOSIS_CHAIN=auryn-macmillan/tabula-optimism-on-gnosis-chain
2 changes: 1 addition & 1 deletion packages/app/src/constants/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const ALL_SUPPORTED_CHAIN_IDS: SupportedChainId[] = [
SupportedChainId.POLYGON,
SupportedChainId.ARBITRUM,
SupportedChainId.OPTIMISM,
SupportedChainId.OPTIMISM_ON_GNOSIS_CHAIN,
// SupportedChainId.OPTIMISM_ON_GNOSIS_CHAIN,
]

export const chainToString = (chainId: number) => {
Expand Down

0 comments on commit ec07ebd

Please sign in to comment.