Closed patcito closed 3 years ago
web3
in files app/components/VaultControls/index.js (+ const [web3Account, setWeb3Account] = useState(account);
), app/components/VaultControls/index.js (+ if (account !== web3Account && account) {
), app/components/VaultControls/index.js (+ web3Account &&
), app/components/VaultControls/index.js (+
${vaultContract.address.toLowerCase()}&ownerAddress=${web3Account},
), app/components/VaultControls/index.js (+ web3Account &&
), app/components/VaultControls/index.js (+
${vaultContract.address.toLowerCase()}&ownerAddress=${web3Account},
) ZAPPER_APIKEY
in files app/components/VaultControls/index.js (+const { ZAPPER_APIKEY } = process.env;
), app/components/VaultControls/index.js (+
api_key=${ZAPPER_APIKEY}+
), app/components/VaultControls/index.js (+
api_key=${ZAPPER_APIKEY}+
) web3
in files app/components/VaultControls/index.js (+ const [web3Account, setWeb3Account] = useState(account);
), app/components/VaultControls/index.js (+ if (account !== web3Account && account) {
), app/components/VaultControls/index.js (+ web3Account &&
), app/components/VaultControls/index.js (+
${vaultContract.address.toLowerCase()}&ownerAddress=${web3Account},
), app/components/VaultControls/index.js (+ web3Account &&
), app/components/VaultControls/index.js (+
${vaultContract.address.toLowerCase()}&ownerAddress=${web3Account},
) @patcito not working for me. Trying with an approved vault to zap out, but the button label still is 'Approve', even though when I click it, it does popup the wallet transaction for the zap out.
ZAPPER_APIKEY
in files app/components/VaultControls/index.js (+const { ZAPPER_APIKEY } = process.env;
), app/components/VaultControls/index.js (+
api_key=${ZAPPER_APIKEY}&sellTokenAddress=+
), app/components/VaultControls/index.js (+
api_key=${ZAPPER_APIKEY}&sellTokenAddress=+
) web3
in files app/components/VaultControls/index.js (+ const [web3Account, setWeb3Account] = useState(account);
), app/components/VaultControls/index.js (+ if (account !== web3Account && account) {
), app/components/VaultControls/index.js (+ web3Account &&
), app/components/VaultControls/index.js (+
${vaultContract.address.toLowerCase()}&ownerAddress=${web3Account},
), app/components/VaultControls/index.js (+ web3Account &&
), app/components/VaultControls/index.js (+
${vaultContract.address.toLowerCase()}&ownerAddress=${web3Account},
) @patcito not working for me. Trying with an approved vault to zap out, but the button label still is 'Approve', even though when I click it, it does popup the wallet transaction for the zap out.
my bad, deleted a param in url fetching approval state on zapper. Should work now.
@patcito is attempting to deploy a commit to the Yearn Finance Team on Vercel.
A member of the Team first needs to authorize it.