From 724d0969783a1436c4a1e81b66f469653f15e7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Bl=C3=A4cker?= Date: Mon, 7 Oct 2024 09:36:11 +0700 Subject: [PATCH] test --- config/networks.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/networks.json b/config/networks.json index d018c9aa9..dd851c2cf 100644 --- a/config/networks.json +++ b/config/networks.json @@ -404,5 +404,19 @@ "explorerUrl": "", "explorerApuUrl": "", "multicallAddress": "" + }, + "bullshit": { + "name": "Local Anvil (temporary Foundry test network)", + "chainId": 31337, + "nativeAddress": "0x0000000000000000000000000000000000000000", + "nativeCurrency": "ETH", + "wrappedNativeAddress": "0x0000000000000000000000000000000000000000", + "status": "active", + "type": "testnet", + "rpcUrl": "http://localhost:8545", + "explorerType": "etherscan", + "explorerUrl": "", + "explorerApuUrl": "", + "multicallAddress": "" } }