We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current Metaport config structure doesn't allow us to add complex routes (e.g. Mainnet -> Europa -> Calypso)
Changes that should be made:
These changes will drastically simplify internal architecture, speed up Metaport usage and allow routed transfers in the Sandbox mode.
The text was updated successfully, but these errors were encountered:
Proposed config structure:
{ "skaleNetwork": "mainnet", "autoLookup": true, "openButton": true, "chains": [ "mainnet", "elated-tan-skat", "honorable-steel-rasalhague" ], "tokens": { "mainnet": { "eth": { "chains": [ "elated-tan-skat", "adorable-quaint-bellatrix" ] }, "erc20": { "_SKL_0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7": { "address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7", "cloneAddress": "0xE0595a049d02b7674572b0d59cd4880Db60EDC50", "decimals": "18", "name": "SKALE", "symbol": "SKL", "chains": { "elated-tan-skat": { "type": "direct" }, "honorable-steel-rasalhague": { "type": "routed", "hub": "elated-tan-skat", "tokenKeyname": "_SKL_0xD162bB5c75FE99144295b03510bAb2DF99617440", "tokenType": "erc20" } } } } }, "elated-tan-skat": { "erc20": { "_SKL_0xD162bB5c75FE99144295b03510bAb2DF99617440": { "address": "0xD162bB5c75FE99144295b03510bAb2DF99617440", "cloneAddress": "0x4048C4dd6eccF1Dc23b068211fDf20AD19602e50", "decimals": "18", "name": "SKALE", "symbol": "SKL", "wraps": "0xE0595a049d02b7674572b0d59cd4880Db60EDC50", "chains": { "mainnet": { "type": "direct" }, "honorable-steel-rasalhague": { "type": "direct" } } } } } }, "theme": { "mode": "dark" } }
Sorry, something went wrong.
No QA status
dmytrotkk
Successfully merging a pull request may close this issue.
The current Metaport config structure doesn't allow us to add complex routes (e.g. Mainnet -> Europa -> Calypso)
Changes that should be made:
These changes will drastically simplify internal architecture, speed up Metaport usage and allow routed transfers in the Sandbox mode.
The text was updated successfully, but these errors were encountered: