Skip to content

Commit

Permalink
chore(transaction-controller): agnostic on infura_project_id being id…
Browse files Browse the repository at this point in the history
…entical across provider urls
  • Loading branch information
legobeat committed Jun 10, 2024
1 parent 7557723 commit 557b4a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function waitForTransactionFinished(
const MOCK_PREFERENCES = { state: { selectedAddress: 'foo' } };
const INFURA_PROJECT_ID = 'testinfuraid';
const HTTP_PROVIDERS = {
goerli: new HttpProvider(`https://goerli.infura.io/v3/${INFURA_PROJECT_ID}`),
goerli: new HttpProvider('https://goerli.infura.io/v3/goerli-pid'),
mainnet: new HttpProvider(
`https://mainnet.infura.io/v3/${INFURA_PROJECT_ID}`,
),
Expand Down

0 comments on commit 557b4a3

Please sign in to comment.