Skip to content

Commit

Permalink
docs: remove optional value
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed May 31, 2022
1 parent a6d7b56 commit b592392
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/pages/docs/providers/configuring-chains.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ const avalancheChain: Chain = {
},
blockExplorers: {
default: { name: 'SnowTrace', url: 'https://snowtrace.io' },
etherscan: { name: 'SnowTrace', url: 'https://snowtrace.io' },
},
testnet: false,
}
Expand Down
1 change: 0 additions & 1 deletion examples/_dev/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const avalanche: Chain = {
},
blockExplorers: {
default: { name: 'SnowTrace', url: 'https://snowtrace.io' },
etherscan: { name: 'SnowTrace', url: 'https://snowtrace.io' },
},
testnet: false,
}
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/utils/configureChains.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const infuraId = defaultInfuraId
const avalancheChain: Chain = {
blockExplorers: {
default: { name: 'SnowTrace', url: 'https://snowtrace.io' },
etherscan: { name: 'SnowTrace', url: 'https://snowtrace.io' },
},
id: 43_114,
name: 'Avalanche',
Expand Down

0 comments on commit b592392

Please sign in to comment.