Skip to content

Fix/feat - ContractOnGnosisChain should have CHAIN_ID = 100 #845

@gabrielfior

Description

@gabrielfior

Currently,

class ContractOnGnosisChain(ContractBaseClass):
    """
    Contract base class with Gnosis Chain configuration.
    """

    # This is defined like so because other chains (like Ethereum) rely on contracts that inherit
    # from ContractOnGnosisChain. To be re-evaluated on
    CHAIN_ID = RPCConfig().chain_id

@gabrielfior suggests that, on the above, CHAIN_ID=100 (for Gnosis).
@kongzii says OK, but this has implications, mostly on the SafeWatch Agent.

To be discussed how to best structure the contract classes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions