Deprecation of `chainId` parameters from `/challenge/request/aptos`

Products affected

  • [] SDK
  • [x] API
  • [] Admin UI

Is this a breaking change?

  • [x] yes
  • [] no

Description of the change

No more support on chainId parameter for Aptos Challenge Request

Aptos will be using network parameter instead of chainId parameter moving forward.

What exactly can break?

If your application is using Aptos Auth, you will encounter Bad Request Error after the new release.

How to ensure my app won’t break?

You need to remove chainId parameter from Aptos Auth Challenge Request endpoint.
In the meantime, network parameter is mandatory to be added.

When will this change go live and be mandatory?

2023-03-01

3 Likes