Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: Update testnet value in Ethereum Sepolia config
  • Loading branch information
jnsdls committed Oct 28, 2023
commit 50993dc9d6c5f6cf29262e631019bf5ee886eda2
2 changes: 1 addition & 1 deletion packages/chains/chains/11155111.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ export default {
],
"shortName": "sep",
"slug": "sepolia",
"testnet": false,
"testnet": true,
"title": "Ethereum Testnet Sepolia"
} as const satisfies Chain;