From a94a186b1f92f0e301c24a45a1a90af6691cabd7 Mon Sep 17 00:00:00 2001 From: m-lord-renkse <160488334+m-lord-renkse@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:44:53 +0100 Subject: [PATCH] Base deployment (#11) Contract deployed and verified. --- networks.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/networks.json b/networks.json index 0d582f3..998ad7d 100644 --- a/networks.json +++ b/networks.json @@ -19,6 +19,10 @@ "42161": { "address": "0x01DcB88678aedD0C4cC9552B20F4718550250574", "transactionHash": "0x95a7980bba1c66ed6cd86ea498593ea7103755488894aa5fcb822dc9330e98bc" + }, + "8453": { + "address": "0x01DcB88678aedD0C4cC9552B20F4718550250574", + "transactionHash": "0x3adf47de32b654dfecf25cadd29e0e5b054e47f454e043569338182098e5c9b3" } } }