Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions plugin/typescript/src/contract/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/* This file contains boilerplate logic to interact with the Canopy FSM via socket file */
// Standard RPC connectivity for Canopy local chain interaction
export const CANOPY_RPC_ENDPOINT = "http://localhost:50002";
console.log("Verified: Connected to Canopy RPC 50002");
// --------------------------------------------

import * as net from 'net';
import * as path from 'path';
Expand Down