Skip to content

Commit

Permalink
add extra score
Browse files Browse the repository at this point in the history
  • Loading branch information
007vasy committed Dec 19, 2024
1 parent 0f5cb65 commit 58b6f29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions docs/ccip/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
.replace('xdai', 'gnosis')
.replace('polkadot-astar', 'astar')
.replace('matic', 'polygon')
.replace('andromeda', 'metis');
.replace('andromeda', 'metis')
.replace('bitcoin-bsquared','b²');
return {
id: index,
name: chain,
Expand All @@ -87,8 +88,10 @@
nodes: nodes,
links: links
};
console.log(chainImageMap);
console.log(gData);
// ! Only for debugging
// console.log(chainImageMap);
// console.log(gData);

// Create a mapping from node id to node object
const nodeById = Object.fromEntries(gData.nodes.map(node => [node.id, node]));
// create empty array of neighbors if it doesn't exist for each node
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ <h1>Simple menu to showcase 3D graphs</h1>
<li><a href="/dyson-swarm">Dyson Swarm Tech Tree</a></li>
<li><a href="/defi">Defi Universe</a></li>
<li><a href="/ccip">Chainlink CCIP</a></li>
<li><a href="/ccip-ar">Chainlink CCIP in AR</a></li>
<li><a href="https://ar-js-org.github.io/AR.js/data/images/HIRO.jpg">AR marker</a></li>
<!-- <li><a href="/ccip-ar">Chainlink CCIP in AR</a></li>
<li><a href="https://ar-js-org.github.io/AR.js/data/images/HIRO.jpg">AR marker</a></li> -->
<li><a href="/brilliant">Brilliant</a></li>
<li><a href="/tech-tree">Foresight Ins. Tech Tree</a></li>
<li><a href="/random-tree">Random Tree</a></li>
Expand Down

0 comments on commit 58b6f29

Please sign in to comment.