Skip to content

Commit 86289d7

Browse files
authored
Merge pull request #349 from rhinestonewtf/changeset-release/release
Release
2 parents bae9f11 + b8ab7da commit 86289d7

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/gold-schools-start.md

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

src/CHANGELOG.md

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

3+
## 1.2.12
4+
5+
### Patch Changes
6+
7+
- e7255bc: add mock usd token
8+
39
## 1.2.11
410

511
### 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.11'
5+
const SDK_VERSION = '1.2.12'
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.11",
3+
"version": "1.2.12",
44
"description": "End-to-end chain abstraction and modularity toolkit",
55
"author": {
66
"name": "Rhinestone",

0 commit comments

Comments
 (0)