Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Order Unfunded error on mesh:8 #31

Open
SvenMeyer opened this issue Jan 15, 2020 · 3 comments
Open

Order Unfunded error on mesh:8 #31

SvenMeyer opened this issue Jan 15, 2020 · 3 comments

Comments

@SvenMeyer
Copy link

Context

  • 0x-lauch-kit running on a external machine running ubuntu 19.04 using mesh:7-0xv3 on Kovan testnet (42)
  • modified another 0x-launch-kit-frontend only instance to support a new token, contract is deployed on (and only !) Kovan testnet.
    Contract address for all other networks was set to the kovan address , although they do not exist there - that was required because otherwise I got another error and it did not work at all.
    "tokens": [
        {
            "symbol": "feo1",
            "name": "Iron Ore Token Type1",
            "primaryColor": "#333333",
            "icon": "assets/icons/zrx.svg",
            "addresses": {
                "1": "0x1621aec5d5b2e6ec6d9b58399e9d5253af86df5f",
                "3": "0x1621aec5d5b2e6ec6d9b58399e9d5253af86df5f",
                "4": "0x1621aec5d5b2e6ec6d9b58399e9d5253af86df5f",
                "42": "0x1621aec5d5b2e6ec6d9b58399e9d5253af86df5f",
                "50": "0x1621aec5d5b2e6ec6d9b58399e9d5253af86df5f"
            },
            "decimals": 18,
            "displayDecimals": 4
        },

Everything was working fine

https://github.com/SvenMeyer/commx-frontend

On external machine running the 0x-lauch-kit with the backend :

  • changed within docker-compose.ymlto mesh:latest
  • restarted 0x-lauch-kit docker-compose up

Accessed 0x-launch-kit backend (on on a external machine running ubuntu 19.04) using the same modified 0x-frontend (with support for custom token).
Got error message when trying to create order for the custom token - all other existing standard token were working fine.

0x_OrderUnfunded

@albrow
Copy link

albrow commented Jan 15, 2020

Thanks @SvenMeyer we're looking into this.

@dekz dekz transferred this issue from 0xProject/0x-mesh Jan 15, 2020
@dekz
Copy link
Member

dekz commented Jan 15, 2020

@SvenMeyer are you still using 0x Mesh 8? This is not officially supported with Launch kit as it still is on Mesh 7.

@SvenMeyer
Copy link
Author

no, as described above, I had to revert to mesh:7-0xv3 (in docker-compose.yml) to get it back to work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants