Skip to content

Commit

Permalink
Merge branch 'across_bridge' of https://github.com/rabbitholegg/quest…
Browse files Browse the repository at this point in the history
…dk-plugins into across_bridge
  • Loading branch information
Quazia committed Sep 13, 2023
2 parents 494f2b7 + ddce0dd commit bf4b251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/across/src/chain-to-contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
ZKSYNC_CHAIN_ID,
BASE_CHAIN_ID,
} from './chain-ids.js'
export const CHAIN_TO_CONTRACT: {[chainId: number]: string} = {
export const CHAIN_TO_CONTRACT: { [chainId: number]: string } = {
[ETH_CHAIN_ID]: ETHEREUM_SPOKE,
[POLYGON_CHAIN_ID]: POLYGON_SPOKE,
[OPTIMISM_CHAIN_ID]: OPTIMISM_SPOKE,
Expand Down

0 comments on commit bf4b251

Please sign in to comment.