File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ describe('contract-request', () => {
280
280
281
281
const transactionData : ContractInvokeTransactionData = {
282
282
contract_address : '0x134b1be34911e39a8397ec6289782989729807a4' ,
283
- method_id : '123 ' ,
283
+ method_id : 'b68967e2 ' ,
284
284
chain_id : 80001
285
285
} ;
286
286
@@ -643,10 +643,11 @@ describe('contract-request', () => {
643
643
} ) ;
644
644
645
645
// cross chain integration test
646
- it . skip ( 'cross chain contract request flow - integration test' , async ( ) => {
647
- const privadoTestRpcUrl = '<> ' ; // issuer RPC URL - privato test
646
+ it . only ( 'cross chain contract request flow - integration test' , async ( ) => {
647
+ const privadoTestRpcUrl = 'https://rpc-testnet.privado.id ' ; // issuer RPC URL - privato test
648
648
const privadoTestStateContract = '0x975556428F077dB5877Ea2474D783D6C69233742' ;
649
- const amoyVerifierRpcUrl = '<> ' ; // verifier RPC URL - amoy
649
+ const amoyVerifierRpcUrl =
650
+ 'https://polygon-amoy.g.alchemy.com/v2/DHvucvBBzrBhaHzmjrMp24PGbl7vwee6' ; // verifier RPC URL - amoy
650
651
const erc20Verifier = '0xf8a8d8389938261a7827eac9b4b6b2b68189bef2' ;
651
652
652
653
const issuerStateEthConfig = defaultEthConnectionConfig ;
You can’t perform that action at this time.
0 commit comments