We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53466fb commit 8f72d02Copy full SHA for 8f72d02
packages/cli/src/command-helpers/abi.ts
@@ -525,7 +525,7 @@ const getPublicRPCEndpoint = (network: string) => {
525
case 'corn-testnet':
526
return 'https://testnet-rpc.usecorn.com';
527
case 'botanix-testnet':
528
- return 'https://node.botanixlabs.dev';
+ return 'https://node.botanixlabs.dev';
529
default:
530
throw new Error(`Unknown network: ${network}`);
531
}
0 commit comments