mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
fix benqi net
This commit is contained in:
parent
626dd80903
commit
8a2dbeccb5
|
|
@ -69,7 +69,7 @@ export function useBenqiPosition(
|
|||
const { activeAccount } = useDSA();
|
||||
const { getTokenByKey } = useToken();
|
||||
const { byMaxSupplyOrBorrowDesc } = useSorting()
|
||||
const resolver = computed(() => addresses.mainnet.resolver.benqi);
|
||||
const resolver = computed(() => addresses.avalanche.resolver.benqi);
|
||||
|
||||
const fetchPosition = async () => {
|
||||
if (!library.value) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user