Skip to content

Commit

Permalink
fix library ref
Browse files Browse the repository at this point in the history
  • Loading branch information
esterlus committed Jul 18, 2024
1 parent fe6c5d2 commit 9a3f4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Portfolio.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useState } from "react";
import { formatEther } from 'viem'
import Icon from "./Icon";
import { Routing } from '@hoprnet/phttp-lib';
import { Routing } from '@hoprnet/uhttp-lib';
import millify from "millify";

const notRealTokenRegEx = /visit|www|http|.com|.org|claim/gi;
Expand Down

0 comments on commit 9a3f4da

Please sign in to comment.