Skip to content

Commit

Permalink
Merge pull request #286 from btspoony/patch-2
Browse files Browse the repository at this point in the history
Add Flow  to Celer Bridge in bridgeNetworkData.ts
  • Loading branch information
vrtnd authored Oct 17, 2024
2 parents 3dc5570 + 2c5dd40 commit 622e8de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/adapters/celer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ const contractAddresses = {
moonbeam: {
poolV2: ["0x841ce48F9446C8E281D3F1444cB859b4A6D0738C"],
},
flow: {
peggedV2: ["0xBB7684Cc5408F4DD0921E5c2Cadd547b8f1AD573"],
}
} as {
[chain: string]: {
poolV1?: string[];
Expand Down Expand Up @@ -523,6 +526,7 @@ const adapter: BridgeAdapter = {
base: constructParams("base"),
manta: constructParams("manta"),
moonbeam: constructParams("moonbeam"),
flow: constructParams("flow"),
};

export default adapter;
1 change: 1 addition & 0 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export default [
"Linea",
"Scroll",
"Moonbeam",
"Flow",
],
chainMapping: {
avalanche: "avax",
Expand Down

0 comments on commit 622e8de

Please sign in to comment.