We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e8492 commit 99aa5beCopy full SHA for 99aa5be
ui/src/app/provider.tsx
@@ -83,7 +83,10 @@ const controllerConnector = new ControllerConnector({
83
colorMode: "dark",
84
slot: "ls-tournament-tokens",
85
tokens: {
86
- erc20: [networkConfig["mainnet"].lordsAddress],
+ erc20: [
87
+ networkConfig["mainnet"].lordsAddress,
88
+ "0x0498EDFaF50CA5855666a700C25Dd629D577EB9aFcCDf3B5977aEC79AEE55ADA",
89
+ ],
90
},
91
}) as never as Connector;
92
0 commit comments