File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/integration/chains/bchn Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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:qzeqcrpe5fcnslv8rfqjq4gh4gzdwytmdc4qmh0ztv '
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 = 'simpleledger:qq7vp2kvejsql898a2760kuq6xz00h0a5vuwu9lywu '
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)}`)
You can’t perform that action at this time.
0 commit comments