From 6a55af9cbf0e83ac6bac42db77c6ddb215ac522c Mon Sep 17 00:00:00 2001 From: wanwiset25 Date: Wed, 12 Jun 2024 18:39:50 +0400 Subject: [PATCH] add explanation --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index cb5e757..8894dcd 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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; } }