Skip to content

Commit 6ebd40d

Browse files
authored
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
1 parent bbfbb95 commit 6ebd40d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

artifacts/33139/deployment.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"gasPrice": 25420690000,
3+
"gasLimit": 96621,
4+
"signerAddress": "0xE1CB04A0fA36DdD16a06ea828007E35e1a3cBC37",
5+
"transaction": "0xf8a8808505eb30f2508301796d8080b853604580600e600039806000f350fe7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf383010309a0fdc268c8fc4260b86f6c503c080fca77c93c4ed8035b064cb2bf81fa05a07d80a041563da59ed0c4af80f479931dbf82bf65ac7978014eeb70b06359005b93330a",
6+
"address": "0x914d7Fec6aaC8cd542e72Bca78B30650d45643d7"
7+
}

0 commit comments

Comments
 (0)