Skip to content

Commit

Permalink
fix: Update etherscan.io regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Oct 20, 2023
1 parent 5344021 commit 8c22506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkEtherScan.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fetch = require("node-fetch")

const re = /<span id='rawinput'.*<\/span>/
const re = /<span id="rawinput".*<\/span>/

const witnessNetworkMap = {
'mainnet': 'https://etherscan.io/tx',
Expand Down

0 comments on commit 8c22506

Please sign in to comment.