Skip to content

Commit

Permalink
Merge pull request #265 from orionprotocol/feat/lumia-l2
Browse files Browse the repository at this point in the history
OP-5830 Add spv contract field to info
  • Loading branch information
OlyaKanishcheva authored Sep 30, 2024
2 parents 0fa1c25 + 41af329 commit ef194d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.22.14",
"version": "0.22.14-rc1000",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/services/BlockchainService/schemas/infoSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const infoSchema = z.object({
swapExecutorContractAddress: z.string(),
libValidatorContractAddress: z.string().optional(),
exchangeContractAddress: z.string(),
spvContractAddress: z.string(),
oracleContractAddress: z.string(),
matcherAddress: z.string(),
orderFeePercent: z.number(),
Expand Down

0 comments on commit ef194d1

Please sign in to comment.