Skip to content

Commit

Permalink
fix: added testnet: true to rootstockTestnet.ts
Browse files Browse the repository at this point in the history
Re: wevm#2257
Resolves: wevm#2344
  • Loading branch information
ClockRide committed May 31, 2024
1 parent 4e55328 commit 5a80136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chains/definitions/rootstockTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ export const rootstockTestnet = /*#__PURE__*/ defineChain({
url: 'https://explorer.testnet.rootstock.io',
},
},
testnet: true,
})

0 comments on commit 5a80136

Please sign in to comment.