Kostyan

Results 5 comments of Kostyan

You are trying to serialize a type which is not supported. What is your schema?

As a temporary measure you can do `git checkout 79009d61de776ac6f096634dd545be5730818c16` and then `cargo run --release --bin aptos-node --features "indexer" -- --config` meanwhile I will try to figure out what was...

https://www.topaz.so/profile https://bluemove.net/my-items

I figured out how to do it, and turned out it is pretty cumbersome. You need to provide all of the files at once, so that the folder hash is...

@0xV4L3NT1N3 success! So, steps are: 1) `forge verify-contract ADDRESS CONTRACT ETHERSCANKEY --optimizer-runs=100 --constructor-args "" --show-standard-json-input > etherscan.json` 2) patch manually etherscan.json : `"optimizer":{"enabled":true,"runs":100}` -> `"optimizer":{"enabled":true,"runs":100},"viaIR":true` (or something of that sort)...