Skip to content

Commit

Permalink
add eywa
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Sep 19, 2023
1 parent 1da3234 commit 4e7f72c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/adapters/eywa/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ const adapter: BridgeAdapter = {
[Chains.arbitrum]: constructParams(Chains.arbitrum),
[Chains.bsc]: constructParams(Chains.bsc),
[Chains.polygon]: constructParams(Chains.polygon),
[Chains.avax]: constructParams(Chains.avax),
[Chains.fantom]: constructParams(Chains.fantom),
[Chains.ethereum]: constructParams(Chains.ethereum),
[Chains.optimism]: constructParams(Chains.optimism),
avalanche: constructParams(Chains.avax),
};

export default adapter;
5 changes: 4 additions & 1 deletion src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,12 +518,15 @@ export default [
},
},
{
id: 33,
id: 35,
displayName: "Eywa",
bridgeDbName: "eywa",
iconLink: "icons:eywa",
largeTxThreshold: 10000,
url: "",
chains: ["Ethereum", "Polygon", "Fantom", "Avalanche", "Arbitrum", "Optimism", "BSC"],
chainMapping: {
avalanche: "avax",
},
},
] as BridgeNetwork[];

0 comments on commit 4e7f72c

Please sign in to comment.