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

support all chainids #8

Open
noxonsu opened this issue Nov 29, 2021 · 3 comments
Open

support all chainids #8

noxonsu opened this issue Nov 29, 2021 · 3 comments
Labels

Comments

@noxonsu
Copy link
Owner

noxonsu commented Nov 29, 2021

хорошо бы давать возможность деплоить в любые чейны, вдруг это новый бч и туда надо залить обменник, это целый пласт клиетов

@Disti4ct
Copy link
Collaborator

Disti4ct commented Dec 2, 2021

при деплое свап контрактов, нужен адрес токена-обертки. Сейчас есть возможность деплоить с любой сети, если у нас в конфиге есть адрес такого токена или пользователь вставит его сам. Работает это только для браузерных кошельков (проверял только метамаск), так как есть автоматическая смена сети. С подлючением через WalletConnect все равно нужно будет указывать нужную сеть, поэтому тут только добавлять сети в конфиг.

@noxonsu noxonsu added the on hold label Dec 3, 2021
@noxonsu
Copy link
Owner Author

noxonsu commented Dec 3, 2021

ну wrapped контракт тоже можно задеплоить, в общем пока на холд

@Disti4ct
Copy link
Collaborator

Disti4ct commented Jan 26, 2022

Сейчас единственное место где нужно добавить параметры, чтобы новая сеть работала: networks config.
Не обязательные параметры помечены < optional:

{
  "<chainId>": {
    "name": "",
    "rpc": "",
    "chainId": ,
    "explorer": "", < optional
    "color": "", < optional
    "registry": "",
    "multicall": "",
    "ENSRegistry": "", < optional
    "baseCurrency": {
      "decimals": ,
      "name": "",
      "symbol": ""
    },
    "wrappedToken": {
      "address": "",
      "name": "",
      "symbol": ""
    }
  },

@Disti4ct Disti4ct mentioned this issue Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants