Skip to content

Commit

Permalink
Merge pull request #36 from ArslanKibria98/develop
Browse files Browse the repository at this point in the history
job.interface module updated to support non-evm
  • Loading branch information
zikriya authored May 2, 2023
2 parents e4ff7f4 + 5dd1a20 commit ad89e94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interfaces/job.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { Transaction, TransactionReceipt } from '../interfaces';
export interface JobRequestBody {
name: string;
sourceRpcURL: string;
isSourceNonEVM: boolean;
destinationRpcURL: string;
isDestinationNonEVM: boolean;
bridgeAmount: string;
txId: string;
}
Expand Down

0 comments on commit ad89e94

Please sign in to comment.