File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ BTC_RPC_PW=btc
9797BTC_FAUCET_PK = 29c028009a8331358adcc61bb6397377c995d327ac0343ed8e8f1d4d3ef85c27
9898
9999# The contracts used to query for inbound transactions
100- TESTNET_SEND_MANY_CONTRACT_ID = STR8P3RD1EHA8AA37ERSSSZSWKS9T2GYQFGXNA4C .send-many-memo
100+ TESTNET_SEND_MANY_CONTRACT_ID = ST3F1X4QGV2SM8XD96X45M6RTQXKA1PZJZZCQAB4B .send-many-memo
101101MAINNET_SEND_MANY_CONTRACT_ID = SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.send-many-memo
102102
103103# Enable debug logging
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ describe('/block tests', () => {
376376 } ) ;
377377
378378 test ( 'block/transaction - send-many-memo includes memo metadata' , async ( ) => {
379- const sendManyAddr = 'STR8P3RD1EHA8AA37ERSSSZSWKS9T2GYQFGXNA4C .send-many-memo' ;
379+ const sendManyAddr = 'ST3F1X4QGV2SM8XD96X45M6RTQXKA1PZJZZCQAB4B .send-many-memo' ;
380380 const sendManyAbi = {
381381 "maps" : [ ] ,
382382 "functions" : [
You can’t perform that action at this time.
0 commit comments