Skip to content

Commit 8b45637

Browse files
authored
Merge pull request #364 from rhinestonewtf/changeset-release/release
Release
2 parents 17c05b0 + 01d6877 commit 8b45637

6 files changed

Lines changed: 10 additions & 17 deletions

File tree

.changeset/cruel-years-attack.md

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

.changeset/great-loops-glow.md

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

.changeset/optional-custom-provider-urls.md

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

src/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rhinestone/sdk
22

3+
## 1.2.15
4+
5+
### Patch Changes
6+
7+
- 64b30eb: Update swapOrigin type
8+
- 08ab15d: Add 'USDT0' token symbol
9+
- a4a07fc: Allow partial custom provider URLs
10+
311
## 1.2.14
412

513
### Patch Changes

src/orchestrator/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ const PROD_ORCHESTRATOR_URL = 'https://v1.orchestrator.rhinestone.dev'
22
const RHINESTONE_SPOKE_POOL_ADDRESS =
33
'0x000000000060f6e853447881951574cdd0663530'
44

5-
const SDK_VERSION = '1.2.14'
5+
const SDK_VERSION = '1.2.15'
66

77
export { PROD_ORCHESTRATOR_URL, RHINESTONE_SPOKE_POOL_ADDRESS, SDK_VERSION }

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rhinestone/sdk",
3-
"version": "1.2.14",
3+
"version": "1.2.15",
44
"description": "End-to-end chain abstraction and modularity toolkit",
55
"author": {
66
"name": "Rhinestone",

0 commit comments

Comments
 (0)