HathorNetwork / hathor-explorer-service

MIT License
1 stars 3 forks source link

fix: reduce endpoint name #168

Closed lucas3003 closed 2 years ago

lucas3003 commented 2 years ago

Acceptance Criteria

Testnet deployment failed because the definition of the get_token_balances_handler endpoint on serverless.yml is too long.

It seems that an _ takes 11 characters (The string Underscore), so I prioritized removing this character.

This PR should reduce get_token_balances_handler from 74 to 57 characters. 64 is the maximum allowed.