Skip to content

Commit 2cdd25d

Browse files
Update config, remove test code
1 parent 8c633d9 commit 2cdd25d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ type Network = "sepolia" | "polygon" | "amoy";
99

1010
let config: any;
1111
// TODO test only, remove the next line for production
12-
const windowEnv: WindowEnv = { network: "polygon", platformFee: "0.0013" };
13-
window.env = windowEnv;
12+
// const windowEnv: WindowEnv = { network: "polygon", platformFee: "3.0" };
13+
// window.env = windowEnv;
1414
// set default values
1515
let platformFee = "0.001";
1616
let network: Network = "sepolia";
@@ -52,7 +52,7 @@ if (network === "sepolia") {
5252
chainNameDisplay: chainName,
5353
contractArtifact: contractArtifactSepolia,
5454
platformFee,
55-
contractAddress: "0xXXX",
55+
contractAddress: "0x03a9423E9Aac42E9F991D292F8e074808D9ABE7f",
5656
chainIDBigInt: 137n,
5757
chainIDHex: "0x89",
5858
ethRequestParams: [

0 commit comments

Comments
 (0)