Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PayableProxy를 이용한 수수료 추가 및 인출 테스트 코드 #63

Merged
merged 3 commits into from
Feb 3, 2023

Conversation

linked0
Copy link
Contributor

@linked0 linked0 commented Feb 2, 2023

다음의 기능에 대한 코드 작성 및 테스트 완료

  • WBOA의 PayableProxy 계좌로 들어간 수수료를 인출하는 기능 (수수료는 일단 deposit을 통해서 들어갔다고 가정)
  • 수수료가 추가된 오더를 생성하고 Seaport의 fulfillOrder를 통해서 거래한후 PayableProxy 계좌로 수수료가 쌓이는지 확인
  • Seaport를 통해서 쌓인 수수료를 권한을 가진 계정이 인출되는 코드 작성

PayableProxy.sol의 경우 네이티브 토큰이 쌓이기는 하나 인출하는 기능이 없으므로 인출 기능 추가에 대해서 결정. 추가 이슈로 진행.

@linked0 linked0 force-pushed the withdraw-collector branch 2 times, most recently from 0602a9c to 52c3912 Compare February 3, 2023 00:01
@linked0 linked0 marked this pull request as ready for review February 3, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant