wyvern-js icon indicating copy to clipboard operation
wyvern-js copied to clipboard

Support other EVM chains - Polygon/matic

Open n00b21337 opened this issue 2 years ago • 0 comments

Wondering are there any plans to add other EVM networks to the JS library. So far there is only

    Network["Main"] = "main";
    Network["Rinkeby"] = "rinkeby";

Would like to have Polygon/Matic also added to list Network["Matic"] = "matic"; And supported through the library.

n00b21337 avatar Aug 27 '21 14:08 n00b21337