Skip to content

Commit

Permalink
rmv neuron
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Aug 10, 2023
1 parent c266e0b commit 7726871
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,13 +462,13 @@ export default [
chains: ["Ethereum", "Mantle"],
destinationChain: "Mantle",
},
{
id: 31,
displayName: "neuron🧠",
bridgeDbName: "neuron",
iconLink: "protocols:neuron",
largeTxThreshold: 10000,
url: "",
chains: ["Arbitrum", "Linea", "Optimism", "Base"],
},
// {
// id: 31,
// displayName: "neuron🧠",
// bridgeDbName: "neuron",
// iconLink: "protocols:neuron",
// largeTxThreshold: 10000,
// url: "",
// chains: ["Arbitrum", "Linea", "Optimism", "Base"],
// },
] as BridgeNetwork[];

0 comments on commit 7726871

Please sign in to comment.