enkryptcom / enKrypt

Enkrypt: Ethereum, Polkadot and Web3 Wallet
https://www.enkrypt.com/
MIT License
324 stars 163 forks source link

Add SKALE chains support #232

Closed payvint closed 1 year ago

payvint commented 1 year ago

Hey enKrypt!

Added 10 SKALE chains for now (9 mainnet, 1 testnet) As we are constantly growing and new chains creating almost each week, we have a demand to quickly update it in a future. So I have added a skale folder with /ethereum/networks/ path. Where created:

  1. skale-base.ts which contains main logic of combining data
  2. index.ts which export all chains.
  3. simple config file for each network

Added functionality of supporting preconfigured tokens in SKALE chains - so users do not need to import main tokens which are exist on the chains

kvhnuke commented 1 year ago

will be part of 1.13.0

payvint commented 1 year ago

Will push a commit to fix conflicts