Skip to content

Commit

Permalink
fix:change ids for network (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCardinalError authored Nov 20, 2023
1 parent 40fb51d commit 080da13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helper-hardhat-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const networkConfig: networkConfigInfo = {
},
sepolia: {
blockConfirmations: 6,
swarmNetworkId: 666,
swarmNetworkId: 10,
multisig: '0xb1C7F17Ed88189Abf269Bf68A3B2Ed83C5276aAe',
},
testnet: {
Expand Down
4 changes: 2 additions & 2 deletions testnet_deployed.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chainId": 11155111,
"swarmNetworkId": 666,
"swarmNetworkId": 10,
"contracts": {
"bzzToken": {
"abi": [
Expand Down Expand Up @@ -4342,4 +4342,4 @@
"url": "https://sepolia.etherscan.io/address/0xc9bA7b8A29DECDB3a606a8f48E9359A5bD1D8F8F"
}
}
}
}

0 comments on commit 080da13

Please sign in to comment.