Skip to content

Commit

Permalink
feat: add electra converter address for direct swap
Browse files Browse the repository at this point in the history
  • Loading branch information
slavastartsev committed Mar 20, 2024
1 parent e869a5a commit 97f1665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/BlockchainService/schemas/infoSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const infoSchema = z.object({
chainName: z.string(),
exchangeContractAddress: z.string(),
oracleContractAddress: z.string(),
electraConverterAddress: z.string(),
matcherAddress: z.string(),
orderFeePercent: z.number(),
assetToAddress: z.record(z.string()).transform(makePartial),
Expand Down

0 comments on commit 97f1665

Please sign in to comment.