Skip to content

Commit

Permalink
docs: ✏️ Alphabetical order of packages
Browse files Browse the repository at this point in the history
Rearranged alphabetical order of package names

BREAKING CHANGE: 🧨 n
  • Loading branch information
codingwithmanny authored and codingwithmanny committed Apr 30, 2022
1 parent cc52768 commit d20f4ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/constants/rpcs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ChainName } from './chains'
export const defaultAlchemyId = '_gg7wSSi0KMBsdKnGVfHDueq6xMB9EkC'
export const defaultInfuraId = '84842078b09946638c03157f83405213'

export type RpcProviderName = 'alchemy' | 'infura' | 'ankr'
export type RpcProviderName = 'alchemy' | 'ankr' | 'infura'

type AlchemyChains = Extract<
ChainName,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export type { ConnectorData, ConnectorEvents } from './connectors'
export {
alchemyRpcUrls,
allChains,
ankrRpcUrls,
chain,
chainId,
defaultChains,
Expand All @@ -106,7 +107,6 @@ export {
erc721ABI,
etherscanBlockExplorers,
infuraRpcUrls,
ankrRpcUrls,
units,
} from './constants'

Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export {
Connector,
WagmiClient,
alchemyRpcUrls,
ankrRpcUrls,
allChains,
ankrRpcUrls,
chain,
chainId,
createStorage,
Expand Down

0 comments on commit d20f4ee

Please sign in to comment.