Skip to content

Commit

Permalink
fix: del feat/ (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rowen-S authored Jan 17, 2024
1 parent 691e853 commit 1aa6a65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions apps/bridge/src/bridges/third-party-bridges.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,49 +11,49 @@
{
"title": "Stargate",
"desc": "stargate.finance",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/feat/main/apps/bridge/public/thirdparty/stargate.png",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/main/apps/bridge/public/thirdparty/stargate.png",
"link": "https://stargate.finance/transfer",
"isVerified": true
},
{
"title": "Axelar",
"desc": "satellite.money",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/feat/main/apps/bridge/public/thirdparty/axelar.png",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/main/apps/bridge/public/thirdparty/axelar.png",
"link": "https://satellite.money/?source=ethereum&destination=mantle&asset_denom=eth&destination_address=",
"isVerified": true
},
{
"title": "Orbiter Finance",
"desc": "orbiter.finance",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/feat/main/apps/bridge/public/thirdparty/orbiter.png",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/main/apps/bridge/public/thirdparty/orbiter.png",
"link": "https://www.orbiter.finance/?source=Ethereum&dest=Mantle",
"isVerified": true
},
{
"title": "Symbiosis",
"desc": "app.symbiosis.finance",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/feat/main/apps/bridge/public/thirdparty/symbiosis.png",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/main/apps/bridge/public/thirdparty/symbiosis.png",
"link": "https://app.symbiosis.finance/swap?chainIn=Ethereum&chainOut=Mantle&tokenIn=ETH&tokenOut=MNT",
"isVerified": true
},
{
"title": "Owlto",
"desc": "owlto.finance",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/feat/main/apps/bridge/public/thirdparty/owlto.png",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/main/apps/bridge/public/thirdparty/owlto.png",
"link": "https://owlto.finance/",
"isVerified": true
},
{
"title": "XY Finance",
"desc": "app.xy.finance",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/feat/main/apps/bridge/public/thirdparty/xy.png",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/main/apps/bridge/public/thirdparty/xy.png",
"link": "https://app.xy.finance/",
"isVerified": true
},
{
"title": "Polyhedra",
"desc": "zkbridge.com",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/feat/main/apps/bridge/public/thirdparty/polyhedra.png",
"img": "https://raw.githubusercontent.com/windranger-io/mantle-xyz/main/apps/bridge/public/thirdparty/polyhedra.png",
"link": "https://zkbridge.com/token",
"isVerified": true
}
Expand Down
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/main/apps/bridge/src/bridges/third-party-bridges.json`;
export const BRIDGE_LIST = `${RAW_CODE_LINK}/main/apps/bridge/src/bridges/third-party-bridges.json`;

3 comments on commit 1aa6a65

@vercel
Copy link

@vercel vercel bot commented on 1aa6a65 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mantle-charity – ./apps/charity

mantle-charity.vercel.app
mantle-charity-git-main-mantle-xyz.vercel.app
mantle-charity-mantle-xyz.vercel.app
charity.mantle.xyz

@vercel
Copy link

@vercel vercel bot commented on 1aa6a65 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 1aa6a65 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mantle-bridge – ./apps/bridge

mantle-bridge-mantle-xyz.vercel.app
bridge.mantle.xyz
mantle-bridge-git-main-mantle-xyz.vercel.app
mantle-bridge.vercel.app

Please sign in to comment.