Skip to content

Commit 35d349c

Browse files
committed
Replace @bopen-io/templates with @1sat/templates
1 parent 8f986ef commit 35d349c

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

bun.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "dist/index.cjs",
1010
"module": "dist/index.module.js",
1111
"dependencies": {
12-
"@bopen-io/templates": "^1.1.2",
12+
"@1sat/templates": "^0.0.2",
1313
"image-meta": "^0.2.2",
1414
"satoshi-token": "^0.0.7",
1515
"sigma-protocol": "^0.1.6"

src/sendOrdinals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { SendOrdinalsConfig, Utxo, ChangeResult } from "./types";
1111
import { inputFromB64Utxo } from "./utils/utxo";
1212
import { signData } from "./signData";
1313
import stringifyMetaData from "./utils/subtypeData";
14-
import { MAP } from "@bopen-io/templates";
14+
import { MAP } from "@1sat/templates";
1515

1616
/**
1717
* Sends ordinals to the given destinations

0 commit comments

Comments
 (0)