Skip to content

Commit

Permalink
fix(idea/frontend): gtm init (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov authored Jun 19, 2024
1 parent 453745d commit 7f96d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idea/frontend/src/shared/config/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const API_URL = import.meta.env.VITE_API_URL as string;
const NODES_API_URL = import.meta.env.VITE_NODES_API_URL as string;
const NODE_ADDRESS = import.meta.env.VITE_NODE_ADDRESS as string;
const HCAPTCHA_SITE_KEY = import.meta.env.VITE_HCAPTCHA_SITE_KEY as string;
const GTM_ID = import.meta.env.GTM_ID as string | undefined;
const GTM_ID = import.meta.env.VITE_GTM_ID as string | undefined;

const GENESIS = {
MAINNET: '0xfe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763',
Expand Down

0 comments on commit 7f96d92

Please sign in to comment.