Skip to content

Commit

Permalink
docs(across): add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Apr 25, 2024
1 parent 1152fc7 commit 2f9a8a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/across/src/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const CHAIN_TO_SPOKEPOOL: { [chainId: number]: Address } = {
[Chains.BASE]: '0x09aea4b2242abc8bb4bb78d537a67a245a7bec64',
}

// Entry-point for Native tokens (ETH/MATIC)
export const CHAIN_TO_SPOKE_VERIFIER: { [chainId: number]: Address } = {
[Chains.ETHEREUM]: '0xb4a8d45647445ea9fc3e1058096142390683dbc2',
[Chains.POLYGON_POS]: '0xb4a8d45647445ea9fc3e1058096142390683dbc2',
Expand Down

0 comments on commit 2f9a8a5

Please sign in to comment.