Lukas

Results 75 issues of Lukas

Current state of symbol naming: ##### Subgraph - mainnet we return aToken.symbol.slice(1) -> e.g. ~~a~~USDC on proto, but ~~a~~AamUSDC on amm ##### UI helper contracts - always return aToken.symbol We...

Hallo, i've been using inquirer for a while now and this it#s quite elegant (slim & flexible). That said I never got to warm with the `input` prompt as it...

feature
good first issue

When i try to deal [sUSD](https://optimistic.etherscan.io/address/0x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d9#code) via `deal(0x8c6f28f2F1A3C87F0f938b96d27520d9751ec8d9, user, 1 ether);` on optimism foundry crashes with ``` [FAIL. Reason: stdStorage find(StdStorage): Packed slot. This would cause dangerous overwriting and currently...

Hey first time I noticed `StdChains` https://twitter.com/msolomon44/status/1699116841753534877 and checked if we can replace with our internal tooling for this. Two things that would be quite useful for us is: -...

don't merge, just to check no inintended changes are included

This is possibly related to #90 . I'm currently trying to have a main repository with the tinkerer files in it and a submodule for blog/html . The problem with...

I'm not 100% sure yet why, but it seems like the esm build does not work with nextjs atm. and it's pulling in cjs version of viem as well. ![image](https://github.com/safe-global/safe-apps-sdk/assets/4396533/014fde05-55e3-4c96-8d19-cbbdd710560c)...

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [ ] Foundryup ### What version of Foundry are you on?...

T-bug
C-forge
A-cheatcodes

Is it somehow possible to additionally save the address from the search box? With the current solution we only save lat,lng which is pretty much perfect when displaying a map,...

Hello, I've recently started looking into starknet and was curious on how to handle multi-chain apps on both evm and starknet. While this library is cool, I think ideally this...