Skip to content

Commit

Permalink
Disable Butter network
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Jan 29, 2024
1 parent 9ca8035 commit a05c331
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,17 +738,17 @@ export default [
avalanche: "avax",
},
},
{
id: 47,
displayName: "Butter Network",
bridgeDbName: "butternetwork",
iconLink: "icons:butter-network",
largeTxThreshold: 10000,
url: "",
chains: ["Ethereum", "Polygon", "BSC", "MAP Relay Chain"],
chainMapping: {
"map relay chain": "map",
},
destinationChain: "MAP Relay Chain",
},
// {
// id: 47,
// displayName: "Butter Network",
// bridgeDbName: "butternetwork",
// iconLink: "icons:butter-network",
// largeTxThreshold: 10000,
// url: "",
// chains: ["Ethereum", "Polygon", "BSC", "MAP Relay Chain"],
// chainMapping: {
// "map relay chain": "map",
// },
// destinationChain: "MAP Relay Chain",
// },
] as BridgeNetwork[];

0 comments on commit a05c331

Please sign in to comment.