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

Feat/initia account detail #550

Merged
merged 18 commits into from
Oct 16, 2023
Merged

Conversation

jennieramida
Copy link
Collaborator

Describe your changes

Demo Link

@jennieramida jennieramida changed the base branch from develop to feat/initia September 28, 2023 10:46
@vercel
Copy link

vercel bot commented Sep 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
celatone-frontend-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 16, 2023 3:21am
initia-celatone-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 16, 2023 3:21am
osmosis-celatone-frontend-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 16, 2023 3:21am
sei-celatone-frontend-testing ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 16, 2023 3:21am
terra-celatone-frontend 🔄 Building (Inspect) Visit Preview 💬 Add feedback Oct 16, 2023 3:21am
4 Ignored Deployments
Name Status Preview Comments Updated (UTC)
neutron-celatone-frontend ⬜️ Ignored (Inspect) Visit Preview Oct 16, 2023 3:21am
osmosis-celatone-frontend ⬜️ Ignored (Inspect) Visit Preview Oct 16, 2023 3:21am
sei-celatone-frontend ⬜️ Ignored (Inspect) Visit Preview Oct 16, 2023 3:21am
stargaze-celatone-frontend-staging ⬜️ Ignored (Inspect) Visit Preview Oct 16, 2023 3:21am

Comment on lines +18 to +22
const { data } = await axios.get<ResponseResources>(
`${baseEndpoint}/initia/move/v1/accounts/${address}/resources${
paginationKey ? `?pagination.key=${paginationKey}` : ""
}`
);

Check failure

Code scanning / CodeQL

Server-side request forgery

The [URL](1) of this request depends on a [user-provided value](2).
Copy link
Collaborator

@evilpeach evilpeach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to discuss about when we use HexAddr, MoveAccountAddr, HumanAddr or Addr.

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.

4 participants