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
97
97
BTC_FAUCET_PK = 29c028009a8331358adcc61bb6397377c995d327ac0343ed8e8f1d4d3ef85c27
98
98
99
99
# 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
101
101
MAINNET_SEND_MANY_CONTRACT_ID = SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.send-many-memo
102
102
103
103
# Enable debug logging
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ describe('/block tests', () => {
376
376
} ) ;
377
377
378
378
test ( 'block/transaction - send-many-memo includes memo metadata' , async ( ) => {
379
- const sendManyAddr = 'STR8P3RD1EHA8AA37ERSSSZSWKS9T2GYQFGXNA4C .send-many-memo' ;
379
+ const sendManyAddr = 'ST3F1X4QGV2SM8XD96X45M6RTQXKA1PZJZZCQAB4B .send-many-memo' ;
380
380
const sendManyAbi = {
381
381
"maps" : [ ] ,
382
382
"functions" : [
You can’t perform that action at this time.
0 commit comments