Skip to content

Commit

Permalink
Deploy ApeChain Singleton Factory (#743)
Browse files Browse the repository at this point in the history
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
nlordell authored Oct 25, 2024
1 parent bbfbb95 commit 6ebd40d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions artifacts/33139/deployment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"gasPrice": 25420690000,
"gasLimit": 96621,
"signerAddress": "0xE1CB04A0fA36DdD16a06ea828007E35e1a3cBC37",
"transaction": "0xf8a8808505eb30f2508301796d8080b853604580600e600039806000f350fe7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf383010309a0fdc268c8fc4260b86f6c503c080fca77c93c4ed8035b064cb2bf81fa05a07d80a041563da59ed0c4af80f479931dbf82bf65ac7978014eeb70b06359005b93330a",
"address": "0x914d7Fec6aaC8cd542e72Bca78B30650d45643d7"
}

0 comments on commit 6ebd40d

Please sign in to comment.