Action required: IBC assets on Sei will become inaccessible If you hold USDC.n (USDC via Noble), USDT.kava (Kava USDT), Wormhole-bridged tokens, or any other IBC asset on Sei, you must swap, migrate, or bridge out before the governance proposal to disable inbound/outbound IBC transfers passes and is activated to avoid permanent loss of access. After this, Sei will no longer support IBC bridging of assets from Cosmos-based chains to and from Sei Network. Consult the SIP-03 Migration Guide for the full list of affected assets, required actions, and supported routes. For USDC.n specifically, see: Holders of USDC.n Need to Swap or Migrate.
To enable the Swagger docs endpoint, you need to update api.swagger value to true in the app.toml file:
[api]# Swagger defines if swagger documentation should automatically be registered.swagger = true
Once the node is restarted, the Swagger docs will be available at http://<node-ip>:<port>/swagger/ (e.g. http://localhost:1317/swagger/).The default API port is 1317. Ensure the API server is enabled in your app.toml under the [api] section by setting enable = true.