Skip to content

Commit

Permalink
feat: change src code
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Oct 21, 2021
1 parent 25d51d5 commit 5fe4630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import type {
GetTransactionStatusResponse,
} from './index.d';

const API_URL: string = 'https://alpha2.starknet.io/';
const FEEDER_GATEWAY_URL: string = `${API_URL}/feeder_gateway`;
const GATEWAY_URL: string = `${API_URL}/gateway`;
const API_URL = 'https://alpha2.starknet.io/';
const FEEDER_GATEWAY_URL = `${API_URL}/feeder_gateway`;
const GATEWAY_URL = `${API_URL}/gateway`;

/**
* Gets the smart contract address on the goerli testnet.
Expand Down

0 comments on commit 5fe4630

Please sign in to comment.