Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you update latest maker_list.ts? #8

Open
mookim-eth opened this issue Feb 21, 2022 · 1 comment
Open

Could you update latest maker_list.ts? #8

mookim-eth opened this issue Feb 21, 2022 · 1 comment

Comments

@mookim-eth
Copy link

mookim-eth commented Feb 21, 2022

I'm developing a cross-chain comparing tool website Github, and I want to incoporate your bridge, providing more bridges choices for users to choice.

In current frontend version https://www.orbiter.finance/static/js/app.ce6f5863.js, there're more data than backend/src/util/maker/maker_list.ts provided now (commit c819ec1). For example, USDC is missing in this github repo, but the js file has:

{
            makerAddress: "0x41d3D33156aE7c62c094AAe2995003aE63f587B3",
            c1ID: 1,
            c2ID: 2,
            c1Name: "mainnet",
            c2Name: "arbitrum",
            t1Address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
            t2Address: "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
            tName: "USDC",
            c1MinPrice: .1,
            c1MaxPrice: 200,
            c2MinPrice: .1,
            c2MaxPrice: 200,
            precision: 6,
            c1AvalibleDeposit: 1e3,
            c2AvalibleDeposit: 1e3,
            c1TradingFee: 5.5,
            c2TradingFee: 35,
            c1GasFee: 3,
            c2GasFee: 3,
            c1AvalibleTimes: [{
                startTime: 1642393801,
                endTime: 99999999999999
            }],
            c2AvalibleTimes: [{
                startTime: 1642393801,
                endTime: 99999999999999
            }]
        },

Could you please update the latest config file, ideally better a JSON file for me to load easily. Thanks~

@Eric-ett
Copy link
Collaborator

Thanks for your attention. For the full list of makers, we will update the front-end code OrbiterFE-V2 in the near future. You can pass the project obtained.

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

No branches or pull requests

2 participants