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

Commit

Permalink
add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzg committed Aug 21, 2023
1 parent f240c93 commit 7bc904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chains/src/meterTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export const meterTestnet = {
},
contracts: {
},
testnet:true
testnet:true,
} as const satisfies Chain

0 comments on commit 7bc904c

Please sign in to comment.