We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06836ab commit 5e83e22Copy full SHA for 5e83e22
apps/kyberswap-interface/src/pages/Earns/constants/chains/arbitrum.ts
@@ -3,7 +3,7 @@ import { ETHER_ADDRESS } from 'constants/index'
3
4
export default {
5
nativeAddress: ETHER_ADDRESS.toLowerCase(),
6
- farmingSupported: false,
+ farmingSupported: true,
7
univ4StateViewContract: '0x76fd297e2d437cd7f76d50f01afe6160f86e9990',
8
logo: arbitrumLogo,
9
}
0 commit comments