Simon Emanuel Schmid

Results 36 comments of Simon Emanuel Schmid

Probably. We used to use dapp tools on this set of contracts for compiling. Because it was so complicated to setup a dev-env, I started to create this JS only...

@Tonio2 Thanks for the PR. Recently there was a feature introduced: "Bytes as IDs". So the ID does not need to be a string. That being said, are you running...

@azf20 Yes. Or maybe even better support it in TS. Sorry for not better speccing this out since I was focusing on something else but wanted to leave the note...

Yes, I observe that this is confusing especially folks not very familiar with the Ethereum ecosystem. Also, the protocol should probably be EVM?

We could add support for Hardhat (and others?) artifacts where the contract name and abi are in one file. Example of such a file is: ```json { "_format": "hh-sol-artifact-1", "contractName":...

I was just able to send a pre-EIP-1559 transaction with my Trezor One with https://frame.sh. It is a replacement for MetaMask and works quite well. Sorry for being off-topic but...

I really think that this is one of the features that would unlock a complete new class of use-cases. That being said, I also understand that this is tricky to...

Interestingly I have similar problems recently. I'll investigate.

Not exactly sure why, but it seems that this fixed it for me: ```bash rm -rf ~/.docker/ ``` From: https://stackoverflow.com/questions/46843711/docker-error-grabbing-logs-invalid-character-x00-looking-for-beginning-of-v Can you try and confirm @zapaz ?

```bash graph init ✔ Protocol · ethereum ✔ Product for which to initialize · subgraph-studio ✔ Subgraph slug · test-graph-arb ✔ Directory to create the subgraph in · test-graph-arb ✔...