Skip to content

Commit 8f72d02

Browse files
committed
Fix lint
1 parent 53466fb commit 8f72d02

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/src/command-helpers

1 file changed

+1
-1
lines changed

packages/cli/src/command-helpers/abi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ const getPublicRPCEndpoint = (network: string) => {
525525
case 'corn-testnet':
526526
return 'https://testnet-rpc.usecorn.com';
527527
case 'botanix-testnet':
528-
return 'https://node.botanixlabs.dev';
528+
return 'https://node.botanixlabs.dev';
529529
default:
530530
throw new Error(`Unknown network: ${network}`);
531531
}

0 commit comments

Comments
 (0)