Skip to content

Commit

Permalink
fix: testnet RPC URL (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeneaVranceanu authored May 24, 2024
1 parent 4240fcf commit dabdd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NetworkName } from './types/network';

export const RPC_URL: Record<NetworkName, string> = {
[NetworkName.MAINNET]: 'https://rpc1.mainnet.lukso.dev',
[NetworkName.TESTNET]: 'https://rpc.testnet.lukso.gateway.fm',
[NetworkName.TESTNET]: 'https://rpc.testnet.lukso.network',
[NetworkName.LOCALHOST]: 'http://localhost:8545',
};

Expand Down

0 comments on commit dabdd44

Please sign in to comment.