Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
fix(dogechainTestnet): use testnet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitrybaranau committed Aug 31, 2023
1 parent 7b03c1c commit 91663ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/chains/src/dogechainTestnet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Chain } from './types'
import {Chain} from './types'

export const dogechainTestnet = {
id: 568,
Expand All @@ -23,4 +23,5 @@ export const dogechainTestnet = {
url: 'https://explorer-testnet.dogechain.dog',
},
},
testnet: true,
} as const satisfies Chain

0 comments on commit 91663ae

Please sign in to comment.