orakl
orakl copied to clipboard
Official Oracle of Kaia Blockchain
check json rpc is properly working, check if roundId is properly returning
currently, single discount account can get discounted for both services, later on it might be required to set discount for certain service
``` [Nest] 32 - 01/05/2024, 9:08:29 AM ERROR [JobProcessor] Error in fetching data from https://api.kucoin.com/api/v1/market/orderbook/level1?symbol=XRP-USDT: timeout of 1000ms exceeded [Nest] 32 - 01/05/2024, 9:08:29 AM ERROR [JobProcessor] AxiosError: timeout of...
Currently nonce is managed for ethers wallet using `NonceManager` class. However there's no such logics for handling nonce for klay wallet. How about wrapping klay wallet in our own code...
since the codes are based on typescript, it might be better to use typed variables for easier debugging
## git flow reference: https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow https://datasift.github.io/gitflow/IntroducingGitFlow.html (korean) https://techblog.woowahan.com/2553/ we don't have to take full aspect of the strategy. but maybe just using `main(master)`, `dev`, and `feature` branch would be enough....