Skip to content

Commit

Permalink
eth link
Browse files Browse the repository at this point in the history
  • Loading branch information
gjnguyen18 committed May 29, 2024
1 parent 7383fba commit 178c1d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<style>
body { margin: 0; }
</style>
<script type="module" crossorigin src="./assets/index-2Jz8bIBG.js"></script>
<script type="module" crossorigin src="./assets/index-DXAmR2xR.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DRtYWPIR.css">
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions js/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ export function startScene() {
// default file
// let file = "https://raw.githubusercontent.com/gjnguyen18/utxo-lenses/master/transformed_data2.json"
// let resDBLink = "http://localhost:3080/getData_RESDB"
let ethLink = "http://localhost:3080/getData_ETH"
// let ethLink = "http://localhost:3080/getData_ETH"

let resDBLink = "https://res-lenses-backend.resilientdb.com/getData_RESDB"
// let ethLink = "https://res-lenses-backend.resilientdb.com/getData_ETH"
let ethLink = "https://res-lenses-backend.resilientdb.com/getData_ETH"

// console.log(encodeURIComponent("http://127.0.0.1:5501/api/v1/?startTime=2022-11-01T00:00:00Z&endTime=2023-11-30T23:59:59Z"))

Expand Down

0 comments on commit 178c1d7

Please sign in to comment.