Added
v2.2-v2.3 Changelog
almost 2 years ago by Yejin Kelly Joo
v2.3 is released.
on 2023.11.15.
What's Changed
Modified Endpoints
1. bridge/config/chain
bridge/config/chain- The key name
chainNamehas been updated toid. - Additional data has been incorporated into the
coinobject, includingid,chainId,index,name,abiFile,assetType, andimageUrl.
2. bridge/config/abi
bridge/config/abi- The key name
abiFileNamehas been replaced withabiFile. - The key name
abiJsonhas been changed toabi. - The data type of
abiobject has transitioned from string to list.
3. bridge/action/encode
bridge/action/encode- The key name
contractAddresshas been modified tocontractAddr.
4. nft/{contractHash}/instances/{instanceId}
nft/{contractHash}/instances/{instanceId}- The key
holderAddressHashhas 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.
