Results 39 comments of Renatex

@chnejohnson Tested and is working really nicely! I had a small comment. Good to go! 🚀

Important to mention is a breaking change, since the network `options` now will be inside `networks` key.

@aathan please provide more details and a reproduction link where we can see the code.

Any update on this one ?

Already trying to fix this. https://github.com/safe-global/safe-apps-sdk/issues/337

@fran6brg in order to use `Gnosis Safe` you should do something like this: You will need to install `@gnosis.pm/safe-apps-wagmi` ```ts import { MetaMaskConnector, WalletConnectConnector } from 'vue-dapp'; import { SafeConnector...

@fran6brg please feel free to suggest improvements for this repo as well. Cheers.

Hi @olifur can you provide a replicable example code where we can investigate your case ?

Can u accept a promise inside the component: `const label = this.getBreadcrumb(crumb.meta.breadcrumb);` There's an async approach for handling promises. I tried but not there yet. ``` Vue.component('async-example', function (resolve, reject)...