ProjectOpenSea / operator-filter-registry

MIT License
312 stars 93 forks source link

refactor: constant name in capitalized SNAKE_CASE #28

Closed neutiyoo closed 1 year ago

neutiyoo commented 1 year ago

For consistency, this PR renames operatorFilterRegistry -> OPERATOR_FILTER_REGISTRY.

Just like the DEFAULT_SUBSCRIPTION in DefaultOperatorFilterer.sol, the constant name should be in capitalized SNAKE_CASE.

operatorfilterer commented 1 year ago

Thanks!