Skip to content

Commit b77c3cb

Browse files
Version Packages (#29)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1bd2051 commit b77c3cb

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.changeset/curvy-peaches-cry.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/sdk/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @across-protocol/integrator-sdk
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- 7bbd827: Initial feature set that include methods for:
8+
9+
- retrieving chain, token, and route information
10+
- retrieving limits, fees, and quote
11+
- simulating and executing transactions
12+
- building cross-chain messages

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/integrator-sdk",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"main": "./dist/index.mjs",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.mts",

0 commit comments

Comments
 (0)