Skip to content

Commit

Permalink
Merge pull request #215 from Defi-Moses/master
Browse files Browse the repository at this point in the history
Adding scroll rfq to synapse
  • Loading branch information
vrtnd authored Jun 20, 2024
2 parents 1cc351d + 54c4354 commit b1f5550
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/adapters/synapse/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ const contractAddresses = {
},
blast: {
synapseBridge:"0x55769baf6ec39b3bf4aae948eb890ea33307ef3c",
}
},
scroll: {
synapseBridge: "0x5523D3c98809DdDB82C686E152F5C58B1B0fB59E",
},

} as {
[chain: string]: {
synapseBridge: string;
Expand Down Expand Up @@ -412,6 +416,7 @@ const adapter: BridgeAdapter = {
// // canto: constructParams("canto"),
// cronos: constructParams("cronos"),
// dogechain: constructParams("dogechain"),
scroll: constructParams("scroll"),
};


Expand Down
1 change: 1 addition & 0 deletions src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export default [
"Moonriver",
"Base",
"Blast",
"Scroll",
// "Harmony",
// "Dogechain",
// "DFK Chain",
Expand Down

0 comments on commit b1f5550

Please sign in to comment.