frankli-dev
frankli-dev
@cmichi Could you take a quick look here, please? Thanks
@cmichi it doesn't still work for me. I'm running on my own node which has custom chain extension implementation on the runtime
> @frankli-dev Have you tried starting without the `-l`? Maybe try panic-king in your custom chain extension in the runtime, just to verify that the function is even hit? yes....
https://github.com/open-web3-stack/open-runtime-module-library/issues/499 The issue seems be related to type duplication. By the way, right now there is no way to define the `alias` in polkadotjs app's type definition. So no solution...
Right now, Uniswap ink contract only allows Ethereum addresses. We need to extend it to AssetId including Polkadex, BTC, USD, etc Modification is also needed on chain extension on runtime.
https://github.com/paritytech/ink/issues/1001
https://github.com/paritytech/ink/issues/1011