From 5fcd318d6adf8927d980ab6d209e4db718e0112d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Migone?= Date: Fri, 10 Nov 2023 16:38:32 -0300 Subject: [PATCH] chore: update testnet to sepolia MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Migone --- config/testnet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/testnet.json b/config/testnet.json index e49b826..e5e4cd8 100644 --- a/config/testnet.json +++ b/config/testnet.json @@ -1,5 +1,5 @@ { - "network": "arbitrum-goerli", - "blockNumber": 1149268, - "addressBilling": "0x2da5DF23869B05b6641C91297b7025029112abA7" + "network": "arbitrum-sepolia", + "blockNumber": 651144, + "addressBilling": "0xDb29A6dD3028e8cb8c7Db27E36701D533BE99EB6" }