mirror of
https://github.com/status-im/discover-dapps.git
synced 2025-01-31 12:55:25 +00:00
todo
This commit is contained in:
parent
45c685cc03
commit
25772125cf
@ -17,7 +17,7 @@ const ON_ADD_NEW_DAPP = 'ON_ADD_NEW_DAPP'
|
||||
const RECENTLY_ADDED_SIZE = 50
|
||||
const HIGHEST_RANKED_SIZE = 50
|
||||
|
||||
//TODO: get here. You can completely delete the following function. It must be imported.
|
||||
// TODO: You can completely delete the following function. It must be imported.
|
||||
const getDApps = () => {
|
||||
return new Promise((resolve, reject) => {
|
||||
setTimeout(() => {
|
||||
|
@ -6,7 +6,7 @@ import {
|
||||
checkTransactionStatusAction,
|
||||
} from '../TransactionStatus/TransactionStatus.recuder'
|
||||
|
||||
// TODO: create here. You can completely delete the following function. It must be imported.
|
||||
// TODO: You can completely delete the following function. It must be imported.
|
||||
const createDapp = async (snt, dapp) => {
|
||||
return {
|
||||
tx: '0x3513rewrsdfsdf',
|
||||
|
@ -11,7 +11,7 @@ const ON_START_PROGRESS = 'ON_START_PROGRESS'
|
||||
const ON_RECEIVE_TRANSACTION_TX = 'ON_RECEIVE_TRANSACTION_TX'
|
||||
const ON_CHANGE_TRANSACTION_STATUS_DATA = 'ON_CHANGE_TRANSACTION_STATUS_DATA'
|
||||
|
||||
// TODO: create here. You can completely delete the following two wfunction. They must be imported.
|
||||
// TODO: You can completely delete the following two wfunction. They must be imported.
|
||||
const checkTransactionStatus = async tx => {
|
||||
return new Promise((resolve, reject) => {
|
||||
setTimeout(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user