Skip to content

Commit 86ce920

Browse files
committed
remove europa config option
1 parent 07e7fd7 commit 86ce920

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

packages/core/src/networks.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ export const NETWORKS: Record<string, Network> = {
1818
nativeCurrency: { name: "CREDITS", symbol: "CREDITS", decimals: 18 },
1919
registryAddress: "0x18B62f70ddaA2666FA5933a7b6Ff3943e69ca690",
2020
},
21-
mainnet: {
22-
name: "Europa Mainnet",
23-
chainId: 2046399126,
24-
rpcUrl: "https://mainnet.skalenodes.com/v1/europa",
25-
chainName: "elated-tan-skat",
26-
explorerUrl: "https://elated-tan-skat.explorer.mainnet.skalenodes.com",
27-
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
28-
registryAddress: "",
29-
},
3021
};
3122

3223
export const DEFAULT_NETWORK = "testnet";

0 commit comments

Comments
 (0)