Skip to content

Commit

Permalink
fix: sepolia network name
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt authored and fracek committed Jan 23, 2024
1 parent b90fa9e commit 3b97265
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/chains/src/starknet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const goerli = {

export const sepolia = {
id: BigInt("0x534e5f5345504f4c4941"),
network: "goerli",
network: "sepolia",
name: "Starknet Sepolia Testnet",
nativeCurrency: {
address:
Expand Down Expand Up @@ -151,5 +151,6 @@ export const sepolia = {
},
explorers: {
starkscan: ["https://sepolia.starkscan.co"],
voyager: ["https://sepolia.voyager.online"],
},
} as const satisfies Chain;

0 comments on commit 3b97265

Please sign in to comment.