Skip to content

Commit c97ddd4

Browse files
chore(abstract-eth): cleanup token approval scripts
TICKET: COIN-4135
1 parent 422c241 commit c97ddd4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/ts/enable-token-send-many.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ async function main() {
3030
const walletInstance = await bitgo.coin(coin).wallets().get({ id: walletId });
3131

3232
console.log('Wallet ID:', walletInstance.id());
33-
console.log('Current Receive Address:', walletInstance.receiveAddress());
3433

3534
console.log(`Approving token ${tokenName} for use with batcher contract...`);
3635

examples/ts/eth/approve-erc20token.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ async function main() {
3030
const walletInstance = await bitgo.coin(coin).wallets().get({ id: walletId });
3131

3232
console.log('Wallet ID:', walletInstance.id());
33-
console.log('Current Receive Address:', walletInstance.receiveAddress());
3433

3534
console.log(`Approving token ${tokenName} for use with batcher contract...`);
3635

0 commit comments

Comments
 (0)