Skip to content

Commit

Permalink
feat: change the third-party-bridges.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rowen-S committed Jan 17, 2024
1 parent 67fd253 commit f69c450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bridge/src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,4 @@ export interface BridgeList {
export const RAW_CODE_LINK =
"https://raw.githubusercontent.com/windranger-io/mantle-xyz";

export const BRIDGE_LIST = `${RAW_CODE_LINK}/feat/3rd-party-bridge/apps/bridge/src/bridges/third-party-bridges.json`;
export const BRIDGE_LIST = `${RAW_CODE_LINK}/feat/main/apps/bridge/src/bridges/third-party-bridges.json`;

0 comments on commit f69c450

Please sign in to comment.