Skip to content

Commit

Permalink
fix: temp hardcode linea spokepool address
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Mar 20, 2024
1 parent 4d5792e commit fe41d38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,8 @@ export const getSpokePoolAddress = (chainId: number): string => {
switch (chainId) {
case CHAIN_IDs.ARBITRUM_GOERLI:
return "0xD29C85F15DF544bA632C9E25829fd29d767d7978";
case CHAIN_IDs.LINEA: // FIXME: remove after updating sdk
return "0x7E63A5f1a8F0B4d0934B2f2327DAED3F6bb2ee75";
default:
return sdk.utils.getDeployedAddress("SpokePool", chainId);
}
Expand Down

0 comments on commit fe41d38

Please sign in to comment.