Skip to content

Commit

Permalink
fix api
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Nov 1, 2024
1 parent 026ae7b commit 4c0ea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/platform_user/BOPClient.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "../libraries/Identities.sol";

library BOPClient {
function talentAsset(string memory account) internal returns (bool, bool) {
string memory url = "https://bop.burve.workers.dev/?address=";
string memory url = "https://bop.burve.workers.dev/api?address=";

url = string(abi.encodePacked(url, account));

Expand Down

0 comments on commit 4c0ea4f

Please sign in to comment.