minor update

This commit is contained in:
Shriya Tyagi 2023-05-25 02:45:18 +04:00
parent 392ccbc7bc
commit bdb8d48812
3 changed files with 3 additions and 3 deletions

View File

@ -64,5 +64,5 @@ abstract contract CompoundV3RewardsResolver is Events, Helpers {
}
contract ConnectV2CompoundV3ArbitrumRewards is CompoundV3RewardsResolver {
string public name = "CompoundV3Rewards-v1.0";
string public constant name = "CompoundV3Rewards-v1.0";
}

View File

@ -15,7 +15,7 @@ import { tokens, tokenMapping } from "../../../scripts/tests/arbitrum/tokens";
import { abis } from "../../../scripts/constant/abis";
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";
const market = "0xA5EDBDD9646f8dFF606d7448e414884C7d905dCA";
const rewards = "0x88730d254A2f7e6AC8388c3198aFd694bA9f7fae";

View File

@ -15,7 +15,7 @@ import { tokens, tokenMapping } from "../../../scripts/tests/arbitrum/tokens";
import { abis } from "../../../scripts/constant/abis";
import { ConnectV2CompoundV3Arbitrum__factory } from "../../../typechain";
describe("Compound III", function () {
describe("Compound III Arbitrum", function () {
const connectorName = "COMPOUND-V3-TEST-A";
const market = "0xA5EDBDD9646f8dFF606d7448e414884C7d905dCA";
const base = "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8";