Skip to content

Commit 5e83e22

Browse files
authored
feat: enable farming on arb (#2863)
1 parent 06836ab commit 5e83e22

File tree

1 file changed

+1
-1
lines changed
  • apps/kyberswap-interface/src/pages/Earns/constants/chains

1 file changed

+1
-1
lines changed

apps/kyberswap-interface/src/pages/Earns/constants/chains/arbitrum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ETHER_ADDRESS } from 'constants/index'
33

44
export default {
55
nativeAddress: ETHER_ADDRESS.toLowerCase(),
6-
farmingSupported: false,
6+
farmingSupported: true,
77
univ4StateViewContract: '0x76fd297e2d437cd7f76d50f01afe6160f86e9990',
88
logo: arbitrumLogo,
99
}

0 commit comments

Comments
 (0)