From 080da134f5f2e08d8db12e54fa3d3c36231e7925 Mon Sep 17 00:00:00 2001 From: Mark Bliss Date: Mon, 20 Nov 2023 14:55:02 +0300 Subject: [PATCH] fix:change ids for network (#234) --- helper-hardhat-config.ts | 2 +- testnet_deployed.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helper-hardhat-config.ts b/helper-hardhat-config.ts index 949a69ab..2f86eaed 100644 --- a/helper-hardhat-config.ts +++ b/helper-hardhat-config.ts @@ -17,7 +17,7 @@ export const networkConfig: networkConfigInfo = { }, sepolia: { blockConfirmations: 6, - swarmNetworkId: 666, + swarmNetworkId: 10, multisig: '0xb1C7F17Ed88189Abf269Bf68A3B2Ed83C5276aAe', }, testnet: { diff --git a/testnet_deployed.json b/testnet_deployed.json index d870647c..7b9f29cd 100644 --- a/testnet_deployed.json +++ b/testnet_deployed.json @@ -1,6 +1,6 @@ { "chainId": 11155111, - "swarmNetworkId": 666, + "swarmNetworkId": 10, "contracts": { "bzzToken": { "abi": [ @@ -4342,4 +4342,4 @@ "url": "https://sepolia.etherscan.io/address/0xc9bA7b8A29DECDB3a606a8f48E9359A5bD1D8F8F" } } -} +} \ No newline at end of file