Andrey
Andrey
### Describe the bug I've booted local node using Hardhat and created public endpoint (with just http://127.0.0.1:number_of_port all works properly from beginning to the end) to node's HTTP server. Then...
- For DODO-API link leads to: https://github.com/DODOEX/dodo-example/blob/main/contracts/DODOApiEncapsulation.sol instead of https://github.com/DODOEX/dodo-example/blob/main/solidity/contracts/DODOApiEncapsulation.sol - For DODOProxy link leads to: https://github.com/DODOEX/dodo-example/blob/main/contracts/DODOProxyIntegrate.sol instead of https://github.com/DODOEX/dodo-example/blob/main/solidity/contracts/DODOProxyIntegrate.sol - For DODOFlashLoan link leads to: https://github.com/DODOEX/dodo-example/blob/main/contracts/DODOFlashloan.sol instead of https://github.com/DODOEX/dodo-example/blob/main/solidity/contracts/DODOFlashloan.sol...
*What I got* **VS** *What I assume I should have gotten (full-screen mode)*
## Background Rubicon Gladius is a non-custodial decentralized exchange with off-chain liquidity and on-chain settlement. Rubicon RFQ is an extension to Gladius - it consists of an off-chain trading engine...