Skip to content

Commit

Permalink
Merge pull request #11 from hoprnet/este/prod
Browse files Browse the repository at this point in the history
point uHTTP to production
  • Loading branch information
esterlus authored May 27, 2024
2 parents b59bfcd + 2addde8 commit d574bee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/Portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ const notRealTokenRegEx = /visit|www|http|.com|.org|claim/gi;

const RPChToken = 'cd86943feac3b8ef534c792c0e2bbfdf73c05a26b0798d0d';

const uHTTP = new Routing.Routing(RPChToken, {
discoveryPlatformEndpoint: 'https://discovery-platform.staging.hoprnet.link',
forceZeroHop: true,
});
const uHTTP = new Routing.Routing(RPChToken, { forceZeroHop: true });

function Portfolio({ serverurl }) {
const [ethAddress, set_ethAddress] = useState('0xC61b9BB3A7a0767E3179713f3A5c7a9aeDCE193C');
Expand Down

0 comments on commit d574bee

Please sign in to comment.