Skip to content

Commit 2537e8f

Browse files
authored
update relayer addresses for devnet (#577)
1 parent 52a8458 commit 2537e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/base/src/constants/contracts/relayer.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const relayerContracts = [[
3838
["OptimismSepolia", "0x93BAD53DDfB6132b0aC8E37f6029163E63372cEE"]
3939
]], [
4040
"Devnet", [
41-
["Ethereum", "0x53855d4b64E9A3CF59A84bc768adA716B5536BC5"],
42-
["Bsc", "0x53855d4b64E9A3CF59A84bc768adA716B5536BC5"],
41+
["Ethereum", "0xcC680D088586c09c3E0E099a676FA4b6e42467b4"],
42+
["Bsc", "0xcC680D088586c09c3E0E099a676FA4b6e42467b4"],
4343
]],
4444
] as const satisfies MapLevels<[Network, Chain, string]>;

0 commit comments

Comments
 (0)