-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
base: master
Are you sure you want to change the base?
Conversation
. |
src/components/Account.js |
@@ -186,34 +186,66 @@ const Thresholds = ({lowThreshold, medThreshold, highThreshold}) => ( | |||
) | |||
|
There was a problem hiding this comment.
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 = { | |||
|
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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' | |||
|
There was a problem hiding this comment.
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' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package-lock.json
/> | ||
) | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package-lock.json
No description provided.