Skip to content

[config] testnet.toml missing inline comment on Venus Chapel Comptroller address verification date and source #260

@obchain

Description

@obchain

PR: #51 (feat/23-testnet-config)
File: config/testnet.toml (new)
Refs #51

Problem

The Venus Chapel Comptroller address 0x94d1820b2D1c7c7452A163983Dc888CEC546b77D is correct as of VenusProtocol/venus-protocol official deployments (deployments/bsctestnet/Unitroller.json, verified 2026-03-02 per PR description). Chapel contracts are redeployed during Venus protocol upgrades more frequently than BSC mainnet. Without a verification date in the TOML file, future operators cannot determine when the address was last checked.

Impact

Future deployment: address is stale, bot connects to wrong contract, all RPC calls return empty/revert, scanner produces zero positions, no error. Indistinguishable from "no liquidatable borrowers."

Fix

Add inline comment to testnet.toml:

[protocol.venus_testnet]
chain = "bnb_testnet"
# Venus Unitroller proxy on BSC testnet (Chapel)
# Source: VenusProtocol/venus-protocol deployments/bsctestnet/Unitroller.json
# Verified: 2026-03-02. Chapel contracts redeploy frequently — recheck after Venus upgrades.
comptroller = "0x94d1820b2D1c7c7452A163983Dc888CEC546b77D"

Metadata

Metadata

Assignees

No one assigned

    Labels

    layer:rustRust crates (core / scanner / protocols / executor / cli)priority:p2-polishNice-to-have / polishstatus:readyScoped and ready to pick uptype:docsDocumentation change

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions