mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
Updating feeToken addresss in fixed rate exchange tests to use USDC
This commit is contained in:
parent
4eeefbf707
commit
dbd4ca3330
@ -94,7 +94,7 @@ describe('Fixed Rate Exchange tests', async () => {
|
|||||||
cap,
|
cap,
|
||||||
feeAmount,
|
feeAmount,
|
||||||
paymentCollector: ZERO_ADDRESS,
|
paymentCollector: ZERO_ADDRESS,
|
||||||
feeToken: ZERO_ADDRESS,
|
feeToken: addresses.MockUSDC.toLowerCase(),
|
||||||
minter: publisher,
|
minter: publisher,
|
||||||
mpFeeAddress: marketPlaceFeeAddress
|
mpFeeAddress: marketPlaceFeeAddress
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user