diff --git a/src/App.tsx b/src/App.tsx index 1a38a22..53ccfff 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,14 +6,6 @@ import { } from "@argent/get-starknet"; import { WalletDetails } from "./WalletDetails"; -/** - * Map a target URL to a network ID - * http://localhost:3005 -> goerli-alpha - * https://web.dev.argent47.net -> goerli-alpha-2 - * https://web.hydrogen.argent47.net -> goerli-alpha - * https://web.staging.argent47.net -> mainnet-alpha - * https://web.argent.xyz -> mainnet-alpha - */ const WW_URL = "https://web.argent.xyz"; function App() {