The swapBase1 function sends an application request into the protocol, this application request consists of the amount of the base token in which the user wants to swap.
function swapBase1() payable external;
CEGORAS egoras = CEGORAS(0xd9E373F....);require(egoras.swapBase1( ), "unable to swap");
const instance = await new web3.eth.Contract(abi, address)await instance.methods.swapBase1("50").send({from: 0xMyAccount});