Antoine Estienne

Results 14 issues of Antoine Estienne

The way parchain address format are added into the browser extension or the mobile app doesn't seem to allow ethereum formated address, like we have in Moonbeam. Please let me...

Hi, First of all thank you for the module :) Even though I put "numeric" as type for the input, the keyboard is not numeric at all for Android, and...

bug
help wanted

Even after building with forge, I get these errors when running `yarn coverage` : ```` yarn run v1.22.10 $ npx hardhat coverage --solcoverjs ./.solcover.js Version ======= > solidity-coverage: v0.7.22 Instrumenting...

``` import { fetchRemarks, getRemarksFromBlocks, getLatestFinalizedBlock, Consolidator } from 'rmrk-tools'; import { ApiPromise, WsProvider } from '@polkadot/api'; const wsProvider = new WsProvider('wss://node.rmrk.app'); const fetchAndConsolidate = async () => { try...