Patrick Collins
Patrick Collins
I can make a new PR if that's easier
Oh wow!! I just saw the new page!! I'm honored some of my videos are included! I'll make more :) https://wallet.page/wallet/summary
The hardest part of this site I think is finding someone to reproduce the builds similar to what we see with wallet scrutiny. https://walletscrutiny.com/ Gonna need a badass to do...
Nice, I'm going to make a big PR this week
Or, more basically, the contract on zksync era mainnet at address: `0x60074aD7A8e789d4fDeebB40Eb04B5000d6fE6eE` should verify. The code is here: ```python # pragma version 0.4.0 """ @license MIT @title snek_token @author You!...
@popzxc I think the issue is that the `PATH` that the `zkvyper` uses on the server is different from the users `PATH`. Let me see if it makes sense to...
@dimazhornyk no. Here is where we are. The (truncated) body of a request (for example, for this address live on ZKsync: `0x36266F07E40aeaFD5FBeaB736f85d2f1F1B4Bb06`) ```JSON { "contractAddress": "0x36266F07E40aeaFD5FBeaB736f85d2f1F1B4Bb06", "sourceCode": { "lib/pypi/snekmate/tokens/interfaces/IERC721Metadata.vyi": "#...
Because otherwise you'll get: ``` ValueError: Verification failed: zkvyper error: ./etc/vyper-bin/0.4.0/vyper error: vyper.exceptions.ModuleNotFound: snekmate.tokens.erc721 contract "/tmp/.tmp7HTS1k/birthday_coffee.vy:7", line 7:0 6 ---> 7 from snekmate.tokens import erc721 -------^ 8 from snekmate.auth import...
@hedgar2017 so this will be passed to the explorer server? This fixes verification? I’m a bit confused
Would also be helpful to be able to get the abi from an interface, ie: ``` vyper Interface.vyi --abi ```