Skip to content

Commit

Permalink
Fix msgport api url
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Apr 30, 2024
1 parent c491995 commit 3fb5e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xtoken-ui/src/utils/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function fetchMsglineFeeAndParams(
sender: Address,
payload: Hex,
) {
const endpoint = "https://api.msgport.xyz";
const endpoint = "https://api.msgport.xyz/ormp/fee";
// const endpoint = 'https://msgport-api.darwinia.network/ormp/fee'
// const endpoint = "http://g2.generic.darwinia.network:3378/ormp/fee";
const feeData = await fetch(
Expand Down

0 comments on commit 3fb5e8a

Please sign in to comment.