Skip to content

Commit 45ea24d

Browse files
authored
fix: update testnet send-many-memo contract id ENV (#1420)
* chore: update testnet send-many-memo contract id * test: rosetta test fix
1 parent a811fec commit 45ea24d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ BTC_RPC_PW=btc
9797
BTC_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
101101
MAINNET_SEND_MANY_CONTRACT_ID=SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.send-many-memo
102102

103103
# Enable debug logging

src/tests-rosetta/block-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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": [

0 commit comments

Comments
 (0)