Skip to content

Commit 45ac713

Browse files
committed
feat(sdk-coin-oas): add oas sdk skeleton
Ticket: WIN-3696
1 parent 4a489f9 commit 45ac713

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

modules/sdk-coin-oas/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/abstract-eth": "^22.2.4",
44-
"@bitgo/sdk-core": "^28.12.0",
45-
"@bitgo/statics": "^50.5.0"
43+
"@bitgo/abstract-eth": "^22.3.1",
44+
"@bitgo/sdk-coin-eth": "^24.2.34",
45+
"@bitgo/sdk-core": "^28.13.1",
46+
"@bitgo/statics": "^50.6.0",
47+
"@ethereumjs/common": "^2.6.5"
4648
},
4749
"devDependencies": {
48-
"@bitgo/sdk-api": "^1.56.1",
49-
"@bitgo/sdk-test": "^8.0.48"
50+
"@bitgo/sdk-api": "^1.56.3",
51+
"@bitgo/sdk-test": "^8.0.50"
5052
}
5153
}

0 commit comments

Comments
 (0)