mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor update
This commit is contained in:
parent
392ccbc7bc
commit
bdb8d48812
|
@ -64,5 +64,5 @@ abstract contract CompoundV3RewardsResolver is Events, Helpers {
|
||||||
}
|
}
|
||||||
|
|
||||||
contract ConnectV2CompoundV3ArbitrumRewards is CompoundV3RewardsResolver {
|
contract ConnectV2CompoundV3ArbitrumRewards is CompoundV3RewardsResolver {
|
||||||
string public name = "CompoundV3Rewards-v1.0";
|
string public constant name = "CompoundV3Rewards-v1.0";
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@ import { tokens, tokenMapping } from "../../../scripts/tests/arbitrum/tokens";
|
||||||
import { abis } from "../../../scripts/constant/abis";
|
import { abis } from "../../../scripts/constant/abis";
|
||||||
import { ConnectV2CompoundV3ArbitrumRewards__factory, ConnectV2CompoundV3Arbitrum__factory } from "../../../typechain";
|
import { ConnectV2CompoundV3ArbitrumRewards__factory, ConnectV2CompoundV3Arbitrum__factory } from "../../../typechain";
|
||||||
|
|
||||||
describe("Compound III Rewards", function () {
|
describe("Compound III Arbitrum Rewards", function () {
|
||||||
let connectorName = "COMPOUND-V3-REWARDS-TEST-A";
|
let connectorName = "COMPOUND-V3-REWARDS-TEST-A";
|
||||||
const market = "0xA5EDBDD9646f8dFF606d7448e414884C7d905dCA";
|
const market = "0xA5EDBDD9646f8dFF606d7448e414884C7d905dCA";
|
||||||
const rewards = "0x88730d254A2f7e6AC8388c3198aFd694bA9f7fae";
|
const rewards = "0x88730d254A2f7e6AC8388c3198aFd694bA9f7fae";
|
||||||
|
|
|
@ -15,7 +15,7 @@ import { tokens, tokenMapping } from "../../../scripts/tests/arbitrum/tokens";
|
||||||
import { abis } from "../../../scripts/constant/abis";
|
import { abis } from "../../../scripts/constant/abis";
|
||||||
import { ConnectV2CompoundV3Arbitrum__factory } from "../../../typechain";
|
import { ConnectV2CompoundV3Arbitrum__factory } from "../../../typechain";
|
||||||
|
|
||||||
describe("Compound III", function () {
|
describe("Compound III Arbitrum", function () {
|
||||||
const connectorName = "COMPOUND-V3-TEST-A";
|
const connectorName = "COMPOUND-V3-TEST-A";
|
||||||
const market = "0xA5EDBDD9646f8dFF606d7448e414884C7d905dCA";
|
const market = "0xA5EDBDD9646f8dFF606d7448e414884C7d905dCA";
|
||||||
const base = "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8";
|
const base = "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user