Eli
Eli
/area apps /triage accepted
Some dev notes: - Fixed tests depending on dynamodb container failing due to aws credentials missing: solution is to hard-code some dummy values in the tests. Tests were passing on...
Updated to include a working implementation of dex swap indexing. However still have the following required for the app to be production ready (but leaving them for future PRs so...
> Shall we break this down to smaller PR, the dynamo module have quite a bit to be tested. Yea lemme do that
@canonbrother just renamed some folders and classes from `centralised-indexer` to `dexswap-indexer` to scope down
```typescript // ZOO-DFI pool exists const zooDfiPoolAddress = await getNewAddress(container) await createToken(container, 'ZOO') await mintTokens(container, 'ZOO') await createPoolPair(container, 'ZOO', 'DFI') await addPoolLiquidity(container, { tokenA: 'ZOO', amountA: 1000, tokenB: 'DFI', amountB:...
Just wanna check - are we maintaining the types too? E.g. https://api.defichain.com/v1/stats ```javascript { // ... "burnInfo": { "address": "8defichainBurnAddressXXXXXXXdRQkSm", "amount": "156002224.91060823", // ------------- string "tokens": [ "7260.95539278@DFI", "6550.00000000@ETH", "2476.86380002@BTC",...
Here's one: ``` FAIL packages/jellyfish-api-core/__tests__/category/loan/placeAuctionBid.test.ts (260.244 s) ● placeAuctionBid success › should placeAuctionBid with utxos RpcApiError: 'Insufficient funds', code: -4, method: placeauctionbid ``` @fuxingloh where's the thread?
Found it here - https://basescan.org/address/0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a#writeContract ```ts import { QUOTER_ADDRESSES } from '@uniswap/sdk-core'; console.log(QUOTER_ADDRESSES[8453]); ```
Is this repo still maintained? 🤔