added

v2.2-v2.3 Changelog

v2.3 is released.

on 2023.11.15.

What's Changed

Modified Endpoints

1. bridge/config/chain

  • The key name chainName has been updated to id.
  • Additional data has been incorporated into the coin object, including id, chainId, index, name, abiFile, assetType, and imageUrl.

2. bridge/config/abi

  • The key name abiFileName has been replaced with abiFile.
  • The key name abiJson has been changed to abi.
  • The data type of abi object has transitioned from string to list.

3. bridge/action/encode

  • The key name contractAddress has been modified to contractAddr.

4. nft/{contractHash}/instances/{instanceId}

  • The key holderAddressHash has been removed.
  • The data type of `metadata has been updated from string to any object.

Note to Users

Please update your integration to accommodate these changes for a seamless interaction with the API. Ensure that your codebase reflects the modified key names and data types as outlined above.

For any inquiries or assistance, feel free to reach out to our support team.