File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ type Network = "sepolia" | "polygon" | "amoy";
99
1010let 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
1515let platformFee = "0.001" ;
1616let 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 : [
You can’t perform that action at this time.
0 commit comments