> For the complete documentation index, see [llms.txt](https://docs.favorlet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.favorlet.io/notice/notice/221230_fixed.md).

# \[22-12-30] 안드로이드 폴리곤/이더리움 토큰 전송 이슈 해결

## 이슈 해결

금일 오전, 안드로이드 1.5.0 버전에서 폴리곤/이더리움 토큰(ERC-20) 전송 시 오전송이 발생하는 버그를 발견하였습니다.&#x20;

(관련 안내문: <https://docs.favorlet.io/notice/notice/221230_issue>)

현재 12월 30일 오후 4시 30분 기준으로, **토큰 전송 이슈가 해결된 안드로이드 1.5.1 버전**이 배포 완료되었습니다.

기존 1.5.0 버전으로 업데이트하셨던 분들은 플레이스토어에서 1.5.1 버전으로 업데이트를 진행해주시기 바랍니다.

\*\*1.5.1 버전으로 업데이트를 진행했음에도 강제 업데이트 팝업이 뜨는 경우에는 어느 정도 시간이 지난 뒤에 다시 시도 부탁드립니다. (최대 12시간 소요)&#x20;

이용에 불편드려 죄송합니다. 감사합니다.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.favorlet.io/notice/notice/221230_fixed.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
