Skip to content

Commit

Permalink
fix: remove hardcoded url
Browse files Browse the repository at this point in the history
  • Loading branch information
badurinantun committed Jul 12, 2022
1 parent cc3f362 commit c8f3377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/rpcProvider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { DeployContractResponse, RPCProvider } from '../src';
import { compileCalldata } from '../src/utils/stark';
import { compiledErc20 } from './fixtures';

const TEST_RPC_URL = 'https://starknet-goerli.infura.io/v3/3aa5342fa7a1418e8e493404f3dea9b2';
const { TEST_RPC_URL } = process.env;

if (!TEST_RPC_URL) {
throw new Error('TEST_RPC_URL is not set');
Expand Down

0 comments on commit c8f3377

Please sign in to comment.