Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriari committed Jun 10, 2024
1 parent 1f89ec1 commit cb2ee47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/public/config.js.local
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config = {
lottery_api_ws_url: 'wss://cspr-lottery-demo-api.dev.make.services/deploys',
cspr_click_app_name: 'Lottery Demo',
cspr_click_app_id: 'cspr-lottery-demo',
cspr_live_url: 'https://testnet.cspr.live/',
cspr_live_url: 'https://testnet.cspr.live',
cspr_chain_name: 'casper-test',
lottery_ticket_price_in_cspr: '50',
gas_price_in_cspr: '10',
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/components/timestamp/timestamp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const DeployTimestamp = ({
deployHash,
timestamp,
}: DeployTimestampProps) => {
const deployPath = `${config.cspr_live_url}deploy/${
const deployPath = `${config.cspr_live_url}/deploy/${
deployHash || ''
}`;
return (
Expand Down

0 comments on commit cb2ee47

Please sign in to comment.