generated from thirdweb-example/erc721
-
Notifications
You must be signed in to change notification settings - Fork 0
/
parameters.ts
21 lines (16 loc) · 1012 Bytes
/
parameters.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/** 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.
// Provide a string for standard chains, or import one from @thirdweb-dev/chains package.
// Learn more: https://portal.thirdweb.com/react/react.thirdwebprovider#activechain-recommended
export const chainConst = "mumbai";
// 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