Skip to content

Commit

Permalink
temp remove
Browse files Browse the repository at this point in the history
  • Loading branch information
brightiron committed Jul 29, 2024
1 parent 276d7a4 commit fbd3624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/environment/Environment/Environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class Environment {
switch (networkId) {
case NetworkId.MAINNET:
return this._get({
key: `VITE_ETHEREUM_NODE_URL`,
key: `AAA`,
fallback: "https://virtual.mainnet.rpc.tenderly.co/31652316-ab0d-4eea-bbd1-0c6bb5cf4702",
});
case NetworkId.TESTNET_GOERLI:
Expand Down

0 comments on commit fbd3624

Please sign in to comment.