@psf/bch-js 6.3.1 → 6.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -130,7 +130,7 @@ describe('#psf-slp-indexer', () => {
|
|
|
130
130
|
const tokenId =
|
|
131
131
|
'f055256b938f1ecfa270459d6f12c7c8c82b66d3263c03d5074445a2b1a498a3'
|
|
132
132
|
|
|
133
|
-
bchjs.PsfSlpIndexer.restURL = 'http://localhost:3000/v5/'
|
|
133
|
+
// bchjs.PsfSlpIndexer.restURL = 'http://localhost:3000/v5/'
|
|
134
134
|
const result = await bchjs.PsfSlpIndexer.getTokenData(tokenId)
|
|
135
135
|
// console.log('result: ', result)
|
|
136
136
|
|
|
@@ -84,7 +84,7 @@ describe('#UTXO', () => {
|
|
|
84
84
|
})
|
|
85
85
|
|
|
86
86
|
it('should handle Type1 minting batons', async () => {
|
|
87
|
-
const addr = 'simpleledger:
|
|
87
|
+
const addr = 'simpleledger:qrp4mlmsrtwlvjn4seuchvtmus06tuqmpv4awvv7m7'
|
|
88
88
|
|
|
89
89
|
const result = await bchjs.Utxo.get(addr)
|
|
90
90
|
// console.log(`result: ${JSON.stringify(result, null, 2)}`)
|
|
@@ -104,7 +104,7 @@ describe('#UTXO', () => {
|
|
|
104
104
|
})
|
|
105
105
|
|
|
106
106
|
it('should filter Group tokens and mint batons', async () => {
|
|
107
|
-
const addr = 'bitcoincash:
|
|
107
|
+
const addr = 'bitcoincash:qrp4mlmsrtwlvjn4seuchvtmus06tuqmpvex9he79q'
|
|
108
108
|
|
|
109
109
|
const result = await bchjs.Utxo.get(addr)
|
|
110
110
|
// console.log(`result: ${JSON.stringify(result, null, 2)}`)
|
|
@@ -114,7 +114,7 @@ describe('#UTXO', () => {
|
|
|
114
114
|
})
|
|
115
115
|
|
|
116
116
|
it('should filter NFTs', async () => {
|
|
117
|
-
const addr = '
|
|
117
|
+
const addr = 'bitcoincash:qrp4mlmsrtwlvjn4seuchvtmus06tuqmpvex9he79q'
|
|
118
118
|
|
|
119
119
|
const result = await bchjs.Utxo.get(addr)
|
|
120
120
|
// console.log(`result: ${JSON.stringify(result, null, 2)}`)
|