mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex-taker-v2.git
synced 2026-09-21 16:52:01 -07:00
Sycning with upstream
This commit is contained in:
Generated
+9420
-5384
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -12,7 +12,7 @@
|
||||
"bch-message-lib": "2.2.1",
|
||||
"bootstrap": "5.2.0",
|
||||
"crypto-browserify": "3.12.1",
|
||||
"process": "^0.11.10",
|
||||
"process": "0.11.10",
|
||||
"qrcode.react": "4.2.0",
|
||||
"query-string": "7.1.1",
|
||||
"react": "19.0.0",
|
||||
@@ -20,7 +20,7 @@
|
||||
"react-dom": "19.0.0",
|
||||
"react-router-dom": "7.1.3",
|
||||
"react-scripts": "5.0.1",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"stream-browserify": "3.0.0",
|
||||
"use-local-storage-state": "19.5.0",
|
||||
"use-query-params": "1.2.3",
|
||||
"vm-browserify": "1.1.2"
|
||||
@@ -50,8 +50,8 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"minimal-slp-wallet": "5.8.5",
|
||||
"react-app-rewired": "^2.2.1",
|
||||
"minimal-slp-wallet": "5.13.0",
|
||||
"react-app-rewired": "2.2.1",
|
||||
"standard": "17.0.0",
|
||||
"web3.storage": "4.3.0"
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -72,11 +72,14 @@ function NftsForSale (props) {
|
||||
const tokenData = await wallet.getTokenData(thisOffer.tokenId)
|
||||
console.log('complete tokenData: ', tokenData)
|
||||
|
||||
const mutableCid = tokenData.mutableData.slice(7)
|
||||
const url1 = `https://free-bch.fullstack.cash/ipfs/file-info/${mutableCid}`
|
||||
console.log('url1: ', url1)
|
||||
const resp1 = await axios.get(url1)
|
||||
console.log('resp1.data: ', resp1.data)
|
||||
// const mutableCid = tokenData.mutableData.slice(7)
|
||||
// const url1 = `https://free-bch.fullstack.cash/ipfs/file-info/${mutableCid}`
|
||||
// console.log('url1: ', url1)
|
||||
// const resp1 = await axios.get(url1)
|
||||
// console.log('resp1.data: ', resp1.data)
|
||||
|
||||
const mutableData = await wallet.cid2json({ cid: tokenData.mutableData })
|
||||
console.log('mutableData: ', mutableData)
|
||||
}
|
||||
|
||||
return rawOffers
|
||||
|
||||
Reference in New Issue
Block a user