-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathparameters.ts
More file actions
39 lines (33 loc) · 1.52 KB
/
parameters.ts
File metadata and controls
39 lines (33 loc) · 1.52 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
/** 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 = {
chainId: 80002,
rpc: ["https://80002.rpc.thirdweb.com"],
nativeCurrency: {
name: "MATIC",
symbol: "MATIC",
decimals: 18,
},
shortName: "amoy",
slug: "polygon-amoy",
testnet: true,
chain: "Polygon",
name: "Polygon Amoy Testnet",
};
// 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