Skip to content

Commit

Permalink
Update bobaSepolia.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jul 23, 2024
1 parent 8f3e1b3 commit 82f1ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chains/definitions/bobaSepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ export const bobaSepolia = /*#__PURE__*/ defineChain({
decimals: 18,
},
rpcUrls: {
default: { http: ['https://sepolia.boba.network/'] },
default: { http: ['https://sepolia.boba.network'] },
},
blockExplorers: {
default: {
name: 'BOBAScan',
url: 'https://testnet.bobascan.com/',
url: 'https://testnet.bobascan.com',
},
},
})

0 comments on commit 82f1ee8

Please sign in to comment.