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

Commit

Permalink
fix: remove trailing backslash (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeblau committed Jun 20, 2023
1 parent a7cbd04 commit 20d5084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chains/src/evmos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export const evmos = {
public: { http: ['https://eth.bd.evmos.org:8545'] },
},
blockExplorers: {
default: { name: 'Evmos Block Explorer', url: 'https://escan.live/' },
default: { name: 'Evmos Block Explorer', url: 'https://escan.live' },
},
} as const satisfies Chain

0 comments on commit 20d5084

Please sign in to comment.