added
v2.2-v2.3 Changelog
11 months 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
chainName
has been updated toid
. - Additional data has been incorporated into the
coin
object, includingid
,chainId
,index
,name
,abiFile
,assetType
, andimageUrl
.
2. bridge/config/abi
bridge/config/abi
- The key name
abiFileName
has been replaced withabiFile
. - The key name
abiJson
has been changed toabi
. - The data type of
abi
object has transitioned from string to list.
3. bridge/action/encode
bridge/action/encode
- The key name
contractAddress
has been modified tocontractAddr
.
4. nft/{contractHash}/instances/{instanceId}
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.