Skip to content

Commit

Permalink
change testnet mode
Browse files Browse the repository at this point in the history
  • Loading branch information
avenbreaks committed Jan 20, 2024
1 parent 0c307db commit 07070e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/envVars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const RPC_URL = process.env.REACT_APP_RPC_URL || INFUR

// public
export const NETWORK_NAME = IS_MAINNET ? 'Mainnet' : TESTNET_LAUNCHPAD_NAME;
export const TICKER_NAME = IS_MAINNET ? 'GRAM' : `${EL_TESTNET_NAME} `;
export const TICKER_NAME = IS_MAINNET ? 'tGRAM' : `${EL_TESTNET_NAME} `;
export const ETHERSCAN_URL = 'https://tokioscan-v2.engram.tech/tx';
export const BEACONCHAIN_URL = 'https://beaconscan-v2.engram.tech';
export const FORTMATIC_KEY = process.env.REACT_APP_FORTMATIC_KEY || 'pk_test_D113D979E0D3508F';
Expand Down

0 comments on commit 07070e8

Please sign in to comment.