Skip to content

Commit

Permalink
Merge pull request #3 from oraichain/feat/balance
Browse files Browse the repository at this point in the history
chore: update config manifest.json
  • Loading branch information
quangdz1704 authored Jul 16, 2024
2 parents 62e2771 + 5f2e3d7 commit 19f8fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const SEND_TON_TRANFERS_CONFIG: Partial<SendTransferInterface> = {
};

export const TON_SCAN = "https://tonviewer.com";
export const MANIFEST_URL = "http://localhost:3000/manifest.json";
export const MANIFEST_URL = "https://ton-bridge.web.app/manifest.json";

export const ARG_BRIDGE_TO_TON = {
CHANNEL: "channel-0",
Expand Down

0 comments on commit 19f8fb0

Please sign in to comment.