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

#238 add operations and effects for claimable balances and sponsorship #264

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chatch
Copy link
Owner

@chatch chatch commented Apr 25, 2021

No description provided.

@kako2022
Copy link

.

@Capojazzy1
Copy link

#238

@Capojazzy1
Copy link

#264

@haticecan37
Copy link

src/components/Account.js

@@ -186,34 +186,66 @@ const Thresholds = ({lowThreshold, medThreshold, highThreshold}) => (
)

Choose a reason for hiding this comment

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

package.json

@@ -43,11 +44,21 @@ const opTypeComponentMap = {

Choose a reason for hiding this comment

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

src/components/operations/ClaimClaimableBalance.js

@@ -1,7 +1,7 @@
{
"name": "stellarexplorer",
"description": "Ledger explorer for the Stellar network",
"version": "1.3.0",
"version": "1.4.0",

Choose a reason for hiding this comment

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

"1.4.0",

@@ -0,0 +1,20 @@
import React from 'react'
import {FormattedMessage} from 'react-intl'

Choose a reason for hiding this comment

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

package-lock.json

import {FormattedMessage} from 'react-intl'

import AccountLink from '../shared/AccountLink'

Choose a reason for hiding this comment

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

package-lock.json

/>
)
}

Choose a reason for hiding this comment

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

package-lock.json

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.

None yet

5 participants