Skip to content

Commit

Permalink
Fix mordor testnet node url
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadranjbarz committed Nov 28, 2023
1 parent a757da6 commit 2fb2e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export function getProvider(networkId: number) {
let options;
switch (networkId) {
case NETWORK_IDS.MORDOR_ETC_TESTNET:
url = config.get('MORDOR_ETC_TESTNET_NODE_HTTP_URL') as string;
url = config.get('MORDOR_ETC_TESTNET') as string;
break;
case NETWORK_IDS.ETC:
url = config.get('ETC_NODE_HTTP_URL') as string;
Expand Down

0 comments on commit 2fb2e21

Please sign in to comment.