Skip to content

Commit

Permalink
remove graph.ts changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan committed Dec 21, 2023
1 parent 69b2c23 commit d7808b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const apolloL2GatewaysClient =

const apolloL2GatewaysGoerliRollupClient =
'https://api.thegraph.com/subgraphs/name/fredlacs/layer2-token-gateway-nitro-goerli';
// const apolloL2GatewaysSepoliaRollupClient = '';

const chaidIdToGraphClientUrl = (chainID: string) => {
switch (chainID) {
Expand All @@ -20,8 +19,6 @@ const chaidIdToGraphClientUrl = (chainID: string) => {
return apolloL2GatewaysRinkebyClient;
case '421613':
return apolloL2GatewaysGoerliRollupClient;
// case '421614':
// return apolloL2GatewaysGoerliRollupClient;
default:
throw new Error('Unsupported chain');
}
Expand Down

0 comments on commit d7808b9

Please sign in to comment.