From 36594b0c50d8db8a38aadf3ce7fd60f2f9ed33af Mon Sep 17 00:00:00 2001 From: Rohit Solia Date: Mon, 9 Dec 2024 12:50:14 -0600 Subject: [PATCH] [New chain]: Hemi Mainnet (#821) Fixes #771 Singleton factory is deployed as part of predeploy and hence I am using values from OP chain artifact file. --- artifacts/43111/deployment.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 artifacts/43111/deployment.json diff --git a/artifacts/43111/deployment.json b/artifacts/43111/deployment.json new file mode 100644 index 00000000..3d9deaba --- /dev/null +++ b/artifacts/43111/deployment.json @@ -0,0 +1,7 @@ +{ + "gasPrice": 0, + "gasLimit": 0, + "signerAddress": "0x0000000000000000000000000000000000000000", + "transaction": "0x", + "address": "0x914d7Fec6aaC8cd542e72Bca78B30650d45643d7" +} \ No newline at end of file