Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy ApeChain Singleton Factory (#743)
I had this deployment sitting around locally, and it was unfortunately not merged, so creating a PR to do so now. You can verify the deployment with: ``` curl -s -X POST https://rpc.apechain.com/http -H 'content-type: application/json' --data '{"jsonrpc":"2.0","id":0,"method":"eth_getCode","params":["'"$(jq -r .address artifacts/33139/deployment.json)"'","latest"]}' | j q -r .result ``` Noting that the chain exists on Chainlist, and that the RPC URL used is from there: https://chainlist.org/?search=33139
- Loading branch information