BIP 46: Balanced crosschain launch step 1

Description:

Add all new contracts names needed by our cross chain efforts. The xCall contract which is already live. We also add two new contracts which for now are placeholders to simplify deployment process. These contracts will be deployed later and then given to governance. This also allows the team to test some simple xCall interactions with the frontend before proceeding with the rest of the launch.

This vote does not have any other implications on any of our live contracts.

Actions:

[
    {
        "address": "cx44250a12074799e26fdeee75648ae47e2cc84219",
        "method": "addExternalContract",
        "parameters": [
            {
                "type": "String",
                "value": "Native XCall"
            },
            {
                "type": "Address",
                "value": "cxa07f426062a1384bdd762afa6a87d123fbc81c75"
            }
        ]
    },
    {
        "address": "cx44250a12074799e26fdeee75648ae47e2cc84219",
        "method": "addExternalContract",
        "parameters": [
            {
                "type": "String",
                "value": "Balanced Asset Manager"
            },
            {
                "type": "Address",
                "value": "cxabea09a8c5f3efa54d0a0370b14715e6f2270591"
            }
        ]
    },
    {
        "address": "cx44250a12074799e26fdeee75648ae47e2cc84219",
        "method": "addExternalContract",
        "parameters": [
            {
                "type": "String",
                "value": "Balanced XCall Manager"
            },
            {
                "type": "Address",
                "value": "cx227f747ab644a1f453a0708a55fe6155b9e0abbb"
            }
        ]
    }
]

This topic was automatically closed after 1 minute. New replies are no longer allowed.