Skip to content

Commit

Permalink
Merge pull request #12 from make-software/fixed-path
Browse files Browse the repository at this point in the history
Fixed path
  • Loading branch information
victoriari authored Jun 10, 2024
2 parents 1f89ec1 + cb2ee47 commit 8b8d2dc
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 8b8d2dc

Please sign in to comment.