Skip to content

Commit

Permalink
Merge pull request #67 from rhinofi/rhinofi-scroll-bridge
Browse files Browse the repository at this point in the history
rhinofi scroll bridge config
  • Loading branch information
0xngmi authored Oct 19, 2023
2 parents 4014240 + f8a5fe4 commit 6b831da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/adapters/rhinofi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const bridgesAddress = {
polygon_zkevm: "0x65a4b8a0927c7fd899aed24356bf83810f7b9a3f",
linea: "0xcf68a2721394dcf5dcf66f6265c1819720f24528",
manta: "0x2b4553122d960ca98075028d68735cc6b15deeb5",
scroll: "0x87627c7e586441eef9ee3c28b66662e897513f33"
} as const;

type SupportedChains = keyof typeof bridgesAddress;
Expand Down Expand Up @@ -79,6 +80,7 @@ const adapter: BridgeAdapter = {
"zksync era": constructParams("era"),
"polygon zkevm": constructParams("polygon_zkevm"),
linea: constructParams("linea"),
scroll: constructParams("scroll")
// 'manta pacific': constructParams('manta')
};

Expand Down
2 changes: 1 addition & 1 deletion src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ export default [
iconLink: "icons:rhino.fi",
largeTxThreshold: 10000,
url: "",
chains: ["Arbitrum", "Arbitrum Nova", "BSC", "Polygon", "Optimism", "Base", "zkSync Era", "Polygon zkEVM", "Linea"],
chains: ["Arbitrum", "Arbitrum Nova", "BSC", "Polygon", "Optimism", "Base", "zkSync Era", "Polygon zkEVM", "Linea", "Scroll"],
chainMapping: {
"arbitrum nova": "arbitrum_nova",
"zksync era": "era",
Expand Down

0 comments on commit 6b831da

Please sign in to comment.