Skip to content

Commit 99aa5be

Browse files
committed
add cash to controller
1 parent f3e8492 commit 99aa5be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ui/src/app/provider.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ const controllerConnector = new ControllerConnector({
8383
colorMode: "dark",
8484
slot: "ls-tournament-tokens",
8585
tokens: {
86-
erc20: [networkConfig["mainnet"].lordsAddress],
86+
erc20: [
87+
networkConfig["mainnet"].lordsAddress,
88+
"0x0498EDFaF50CA5855666a700C25Dd629D577EB9aFcCDf3B5977aEC79AEE55ADA",
89+
],
8790
},
8891
}) as never as Connector;
8992

0 commit comments

Comments
 (0)