Skip to content

Commit

Permalink
chore: add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jun 10, 2024
1 parent ed8abd7 commit e7fe855
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ const MOCK_PREFERENCES = { state: { selectedAddress: 'foo' } };
const INFURA_PROJECT_ID = 'testinfuraid';
const HTTP_PROVIDERS = {
goerli: new HttpProvider('https://goerli.infura.io/v3/goerli-pid'),
// TODO: Investigate and address why tests break when mainet has a different INFURA_PROJECT_ID
mainnet: new HttpProvider(
`https://mainnet.infura.io/v3/${INFURA_PROJECT_ID}`,
),
Expand Down

0 comments on commit e7fe855

Please sign in to comment.