Skip to content

Commit

Permalink
rmv old axelar
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Aug 22, 2023
1 parent af4f4a8 commit d434a26
Showing 1 changed file with 27 additions and 14 deletions.
41 changes: 27 additions & 14 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,18 +265,18 @@ export default [
gnosis: "xdai", // this is needed temporarily, need to fix and remove
},
},
{
id: 17,
displayName: "Axelar",
bridgeDbName: "axelar",
iconLink: "icons:axelar",
largeTxThreshold: 10000,
url: "",
chains: ["Ethereum", "Polygon", "Avalanche", "BSC", "Fantom", "Arbitrum"],
chainMapping: {
avalanche: "avax", // this is needed temporarily, need to fix and remove
},
},
// {
// id: 17,
// displayName: "Axelar",
// bridgeDbName: "axelar",
// iconLink: "icons:axelar",
// largeTxThreshold: 10000,
// url: "",
// chains: ["Ethereum", "Polygon", "Avalanche", "BSC", "Fantom", "Arbitrum"],
// chainMapping: {
// avalanche: "avax", // this is needed temporarily, need to fix and remove
// },
// },
{
id: 18,
displayName: "Rainbow Bridge",
Expand Down Expand Up @@ -478,9 +478,22 @@ export default [
iconLink: "icons:axelar",
largeTxThreshold: 10000,
url: "",
chains: ["Ethereum", "Polygon", "Avalanche", "BSC", "Fantom", "Arbitrum", "Base", "Linea", "Celo", "Moonbeam", "Kava", "Filecoin"],
chains: [
"Ethereum",
"Polygon",
"Avalanche",
"BSC",
"Fantom",
"Arbitrum",
"Base",
"Linea",
"Celo",
"Moonbeam",
"Kava",
"Filecoin",
],
chainMapping: {
avalanche: "avax", // this is needed temporarily, need to fix and remove
},
},
},
] as BridgeNetwork[];

0 comments on commit d434a26

Please sign in to comment.