axelarnetwork / axelarjs

Axelar Network foundations for Javascript/Typescript application development
Apache License 2.0
9 stars 7 forks source link

AxelarJS-SDK: EVM chain names are returned in lowercase #430

Open Olanetsoft opened 2 weeks ago

Olanetsoft commented 2 weeks ago

Describe the bug The recent release of the Axelar JS SDK returns chain names in lowercase, which was initially the first character in uppercase. Chain names are case-sensitive, causing break changes in our examples using the latest SDK version.