SYMBOL INDEX (41 symbols across 8 files) FILE: helpers/constants.ts constant PERCENTAGE_FACTOR (line 8) | const PERCENTAGE_FACTOR = '10000'; constant HALF_PERCENTAGE (line 9) | const HALF_PERCENTAGE = BigNumber.from(PERCENTAGE_FACTOR).div(2).toStrin... constant WAD (line 10) | const WAD = BigNumber.from(10).pow(18).toString(); constant HALF_WAD (line 11) | const HALF_WAD = BigNumber.from(WAD).div(2).toString(); constant RAY (line 12) | const RAY = BigNumber.from(10).pow(27).toString(); constant HALF_RAY (line 13) | const HALF_RAY = BigNumber.from(RAY).div(2).toString(); constant WAD_RAY_RATIO (line 14) | const WAD_RAY_RATIO = parseUnits('1', 9).toString(); constant MAX_UINT_AMOUNT (line 17) | const MAX_UINT_AMOUNT = constant MAX_BORROW_CAP (line 19) | const MAX_BORROW_CAP = '68719476735'; constant MAX_SUPPLY_CAP (line 20) | const MAX_SUPPLY_CAP = '68719476735'; constant MAX_UNBACKED_MINT_CAP (line 21) | const MAX_UNBACKED_MINT_CAP = '68719476735'; constant ONE_YEAR (line 22) | const ONE_YEAR = '31536000'; constant YEAR (line 23) | const YEAR = 31536000; constant ZERO_ADDRESS (line 24) | const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000'; constant ONE_ADDRESS (line 25) | const ONE_ADDRESS = '0x0000000000000000000000000000000000000001'; constant MOCK_USD_PRICE_IN_WEI (line 29) | const MOCK_USD_PRICE_IN_WEI = '5848466240000000'; constant USD_ADDRESS (line 30) | const USD_ADDRESS = '0x10F7Fc1F91Ba351f9C629c5947AD69bD03C05b96'; constant AAVE_REFERRAL (line 31) | const AAVE_REFERRAL = '0'; constant TEST_SNAPSHOT_ID (line 33) | const TEST_SNAPSHOT_ID = '0x1'; constant HARDHAT_CHAINID (line 34) | const HARDHAT_CHAINID = 31337; constant COVERAGE_CHAINID (line 35) | const COVERAGE_CHAINID = 1337; constant MAX_UINT (line 37) | const MAX_UINT = BigNumber.from(MAX_UINT_AMOUNT); FILE: helpers/hardhat-config.ts constant MNEMONIC (line 12) | const MNEMONIC = process.env.MNEMONIC || ''; constant MNEMONIC_PATH (line 13) | const MNEMONIC_PATH = "m/44'/60'/0'/0"; constant NETWORKS_RPC_URL (line 15) | const NETWORKS_RPC_URL: Record = { constant GAS_PRICE_PER_NET (line 26) | const GAS_PRICE_PER_NET: Record = {}; constant LIVE_NETWORKS (line 28) | const LIVE_NETWORKS: Record = { function getRemappings (line 83) | function getRemappings() { FILE: helpers/misc-utils.ts constant FULL_DEPLOY (line 81) | const FULL_DEPLOY = process.env.FULL_DEPLOY === 'true'; FILE: helpers/types.ts type tEthereumAddress (line 1) | type tEthereumAddress = string; type tStringTokenSmallUnits (line 2) | type tStringTokenSmallUnits = string; FILE: test/helpers/constants.ts constant INITIALIZED (line 1) | const INITIALIZED = 'Contract instance has already been initialized'; constant ZERO_ADDRESS_NOT_VALID (line 2) | const ZERO_ADDRESS_NOT_VALID = 'ZERO_ADDRESS_NOT_VALID'; constant CALLER_NOT_DISCOUNT_TOKEN (line 3) | const CALLER_NOT_DISCOUNT_TOKEN = 'CALLER_NOT_DISCOUNT_TOKEN'; constant CALLER_NOT_A_TOKEN (line 4) | const CALLER_NOT_A_TOKEN = 'CALLER_NOT_A_TOKEN'; FILE: test/helpers/make-suite.ts type SignerWithAddress (line 51) | interface SignerWithAddress { type TestEnv (line 56) | interface TestEnv { function initializeMakeSuite (line 125) | async function initializeMakeSuite() { function makeSuite (line 220) | function makeSuite(name: string, tests: (testEnv: TestEnv) => void) { FILE: test/helpers/math/wadraymath.ts type BigNumber (line 14) | interface BigNumber { FILE: test/helpers/tokenization-events.ts constant GHO_VARIABLE_DEBT_TOKEN_EVENTS (line 5) | const GHO_VARIABLE_DEBT_TOKEN_EVENTS = [