generated from thirdweb-example/next-typescript-starter
-
Notifications
You must be signed in to change notification settings - Fork 189
/
parameters.ts
26 lines (20 loc) · 1.27 KB
/
parameters.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/** Change these values to configure the application for your own use. **/
// Your smart contract address (available on the thirdweb dashboard)
// For existing collections: import your existing contracts on the dashboard: https://thirdweb.com/dashboard
export const contractConst = "0x436492DBc2E30E56FaC8F2297BD1964833c0687d";
// The name of the chain your contract is deployed to.
// Refer to README.md on how to specify the chain name.
export const chainConst = "mumbai";
// It is IMPORTANT to provide your own API key to use the thirdweb SDK and infrastructure.
// Please ensure that you define the correct domain for your API key from the API settings page.
// You can get one for free at https://thirdweb.com/create-api-key
// Learn more here: https://blog.thirdweb.com/changelog/api-keys-to-access-thirdweb-infra
export const clientIdConst = import.meta.env.VITE_TEMPLATE_CLIENT_ID || "";
// Configure the primary color for buttons and other UI elements
export const primaryColorConst = "blue";
// Choose between "light" and "dark" mode
export const themeConst = "dark";
// Gasless relayer configuration options
export const relayerUrlConst = ""; // OpenZeppelin relayer URL
export const biconomyApiKeyConst = ""; // Biconomy API key
export const biconomyApiIdConst = ""; // Biconomy API ID