File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1072,7 +1072,7 @@ export default {
1072
1072
nc_pubkey : '033f5d238afaa9e2218d05dd7fa50eb6f9e55431e6359e04b861cd991ae24dc655'
1073
1073
} ]
1074
1074
} ,
1075
- '/nano_contract/blueprint' : {
1075
+ '/nano_contract/blueprint/info ' : {
1076
1076
id : '3cb032600bdf7db784800e4ea911b10676fa2f67591f82bb62628c234e771595' ,
1077
1077
name : 'Test' ,
1078
1078
public_methods : {
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ class TestUtils {
220
220
httpMock . onGet ( 'http://fake.txmining:8084/health' ) . reply ( 200 , httpFixtures [ 'http://fake.txmining:8084/health' ] ) ;
221
221
httpMock . onGet ( '/nano_contract/state' ) . reply ( 200 , httpFixtures [ '/nano_contract/state' ] ) ;
222
222
httpMock . onGet ( '/nano_contract/history' ) . reply ( 200 , httpFixtures [ '/nano_contract/history' ] ) ;
223
- httpMock . onGet ( '/nano_contract/blueprint' ) . reply ( 200 , httpFixtures [ '/nano_contract/blueprint' ] ) ;
223
+ httpMock . onGet ( '/nano_contract/blueprint/info ' ) . reply ( 200 , httpFixtures [ '/nano_contract/blueprint/info ' ] ) ;
224
224
225
225
// Fireblocks mock
226
226
httpMock . onGet ( / h t t p : \/ \/ f a k e - f i r e b l o c k s - u r l \/ v 1 \/ t r a n s a c t i o n s \/ e x t e r n a l _ t x _ i d \/ * / ) . reply ( fireblocksFixtures . transaction_status ) ;
You can’t perform that action at this time.
0 commit comments