We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a8458 commit 2537e8fCopy full SHA for 2537e8f
core/base/src/constants/contracts/relayer.ts
@@ -38,7 +38,7 @@ export const relayerContracts = [[
38
["OptimismSepolia", "0x93BAD53DDfB6132b0aC8E37f6029163E63372cEE"]
39
]], [
40
"Devnet", [
41
- ["Ethereum", "0x53855d4b64E9A3CF59A84bc768adA716B5536BC5"],
42
- ["Bsc", "0x53855d4b64E9A3CF59A84bc768adA716B5536BC5"],
+ ["Ethereum", "0xcC680D088586c09c3E0E099a676FA4b6e42467b4"],
+ ["Bsc", "0xcC680D088586c09c3E0E099a676FA4b6e42467b4"],
43
]],
44
] as const satisfies MapLevels<[Network, Chain, string]>;
0 commit comments