Skip to content

Commit

Permalink
Update satoshivmTestnet.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 3, 2024
1 parent eb0e5cc commit b6b99b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chains/definitions/satoshivmTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ export const satoshiVMTestnet = /*#__PURE__*/ defineChain({
blockExplorers: {
default: {
name: 'blockscout',
url: 'https://testnet.svmscan.io/',
url: 'https://testnet.svmscan.io',
apiUrl: 'https://testnet.svmscan.io/api',
},
},
testnet: true,
})

0 comments on commit b6b99b4

Please sign in to comment.