Skip to content

Commit

Permalink
Update avalanche.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed May 29, 2024
1 parent 54e5a0b commit 0bb87b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chains/definitions/avalanche.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const avalanche = /*#__PURE__*/ defineChain({
blockExplorers: {
default: {
name: 'SnowTrace',
url: 'https://snowtrace.io/',
apiUrl: 'https://api.snowtrace.io/',
url: 'https://snowtrace.io',
apiUrl: 'https://api.snowtrace.io',
},
},
contracts: {
Expand Down

0 comments on commit 0bb87b2

Please sign in to comment.