TalaoDAO / AltMe

Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI wallet implementation, DIIP and more.
https://talao.io
Apache License 2.0
48 stars 14 forks source link

Add network "Etherlink" #2820

Closed jdsika closed 3 months ago

jdsika commented 4 months ago

Is it possible to add https://www.etherlink.com/ to Altme?

Best regards Carlo

ThierryThevenet commented 4 months ago

@bibash28 Add new EVM

see @HugoNDO for UX but I believe it is just another account to add to the current list

the parameter for mainnet and testenet are just below

https://docs.etherlink.com/get-started/network-information

ThierryThevenet commented 4 months ago

new attribute from config file etherlinkSupport


 "blockchainOptions": {
        "tezosSupport": true,
        "ethereumSupport": true,
        "hederaSupport": true,
        "bnbSupport": true,
        "fantomSupport": true,
        "polygonSupport": true,
        "etherlinkSupport": true,