Skip to content

TMP: Update Diamond #10

@Evert0x

Description

@Evert0x

TMP-10: Update Diamond


tmp: 10
title: Update Diamond
author: Evert Kors (@Evert0x)
discussions-to: #10
status: Draft
type: Module
created: 2021/02/11
requires (*optional):
replaces (*optional):


Simple Summary

Update certain functionality in the pool.

Abstract

This module can be used to update functions in the pool.

Motivation

...

Specification

Interface

interface IUpdateDiamond {
    function updateAssetPool(bytes4[] memory _selectors, address _newAddress)
        external
        returns (uint256, bytes32);
}

Storage

 

Rationale

Backwards Compatibility

Reference Implementation

Security Considerations

Copyright

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions