Skip to content

Commit

Permalink
Rename script add a comment as it sends native tokens on whatever cha…
Browse files Browse the repository at this point in the history
…in is in HARDHAT_NETWORK
  • Loading branch information
edmundedgar committed Apr 23, 2024
1 parent 33172e0 commit 2146089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/sendL2Tokens.js → src/scripts/sendTokens.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Script to send tokens on whichever chain is set as HARDHAT_NETWORK

/* eslint-disable no-await-in-loop, no-use-before-define, no-lonely-if, import/no-dynamic-require, global-require */
/* eslint-disable no-console, no-inner-declarations, no-undef, import/no-unresolved, no-restricted-syntax */
const path = require('path');
Expand Down

0 comments on commit 2146089

Please sign in to comment.