File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ const check = async () => {
103103 isAvailable .value = false ;
104104 try {
105105 const holder = addressEth .value ;
106- const fetch_result = await fetch (' / xrt_merkle_proofs.json' );
106+ const fetch_result = await fetch (' xrt_merkle_proofs.json' );
107107 if (! fetch_result .ok ) {
108108 throw new Error (` Merkle: ${ fetch_result .statusText } ` );
109109 }
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const send = async (action = 'agree') => {
5353 result .error = null ;
5454 try {
5555 const holder = $web3 .state .account ;
56- const fetch_result = await fetch (' / xrt_merkle_proofs.json' );
56+ const fetch_result = await fetch (' xrt_merkle_proofs.json' );
5757 if (! fetch_result .ok ) {
5858 throw new Error (` Merkle: ${ fetch_result .statusText } ` );
5959 }
You can’t perform that action at this time.
0 commit comments