Skip to content

Commit

Permalink
fix: added testnet: true to rootstockTestnet.ts (#2345)
Browse files Browse the repository at this point in the history
Re: #2257
Resolves: #2344
  • Loading branch information
ClockRide committed May 31, 2024
1 parent 4e55328 commit cc105f8
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 cc105f8

Please sign in to comment.