Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
levalleux-ludo committed Jan 28, 2025
1 parent 59f1636 commit 454850d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/common/src/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ export const envConfigs: Record<EnvironmentType, ProtocolConfig[]> = {
forwarder: ""
},
metaTx: {
relayerUrl: "https://meta-tx-gateway-base-114403180314.europe-west2.run.app",
relayerUrl:
"https://meta-tx-gateway-base-114403180314.europe-west2.run.app",
forwarderAbi: abis.BiconomyForwarderABI
},
lens: undefined
Expand Down

0 comments on commit 454850d

Please sign in to comment.