Skip to content

Commit cb10494

Browse files
authored
fix: testnet Fantom address for Standard Relayer (#803)
1 parent d299690 commit cb10494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const relayerContracts = [[
2828
["Bsc", "0x80aC94316391752A193C1c47E27D382b507c93F3"],
2929
["Polygon", "0x0591C25ebd0580E0d4F27A82Fc2e24E7489CB5e0"],
3030
["Avalanche", "0xA3cF45939bD6260bcFe3D66bc73d60f19e49a8BB"],
31-
["Fantom", "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b"],
31+
["Fantom", "0x7B1bD7a6b4E61c2a123AC6BC2cbfC614437D0470"],
3232
["Celo", "0x306B68267Deb7c5DfCDa3619E22E9Ca39C374f84"],
3333
["Seievm", "0x362fca37E45fe1096b42021b543f462D49a5C8df"],
3434
["Moonbeam", "0x0591C25ebd0580E0d4F27A82Fc2e24E7489CB5e0"],

0 commit comments

Comments
 (0)