Delegator
Register organization, reporters, contracts, functions, and connect them together to create your white list rules
Insert new organization
yarn cli delegator organizationInsert \
--name ${orgName}yarn cli delegator organizationInsert --name bisonaiList organizations
yarn cli delegator organizationListInsert new reporter
yarn cli delegator reporterInsert \
--address ${address} \
--organizationId ${organizationId}yarn cli delegator reporterInsert --address 0xab --organizationId 10List reporters
yarn cli delegator reporterListInsert new contract
List contracts
Insert new function
List functions
Connect contract with reporter
List reporters
Last updated