Skip to content

Commit

Permalink
add explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Jun 12, 2024
1 parent 71ea377 commit 6a55af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ export interface Config {
notification: NotificationConfig;
chunkSize: number;
xdcZero: XdcZeroConfig;
relayerCsc: {
relayerCsc: { //Checkpoint Smart Contract is deployed on the Parentnet and stores Subnet data, check https://github.com/XinFinOrg/XDC-CSC
isEnabled: boolean;
}
reverseRelayerCsc:{
reverseRelayerCsc:{ //Reverse Checkpoint Smart Contract is deployed in the Subnet and stores Parentnet data, check https://github.com/XinFinOrg/XDC-CSC
isEnabled: boolean;
}
}
Expand Down

0 comments on commit 6a55af9

Please sign in to comment.