Skip to content

Commit

Permalink
🔀 Merge branch 'release/0.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Jan 23, 2024
2 parents a43de1f + e407ef2 commit 55986a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/download-contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ download joyid_dep3 0x95ecf9b41701b45d431657a67bbfa3f07ef7ceb53bf87097f3674e1a4a
# download joyid_dep4 0x8f8c79eb6671709633fe6a46de93c0fedc9c1b8a6527a18d3983879542635c9f 3
download joyid_dep5 0x8b3255491f3c4dcc1cfca33d5c6bcaec5409efe4bbda243900f9580c47e0242e 1

download omnilock 0xb50ef6f2e9138f4dbca7d5280e10d29c1a65e60e8a574c009a2fa4e4107e0750 0
download omnilock 0x3d4296df1bd2cc2bd3f483f61ab7ebeac462a2f336f2b944168fe6ba5d81c014 0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ckb-dao-cobuild-poc",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const CKB_CHAINS_CONFIGS = {
"0xf329effd1c475a2978453c8600e1eaf0bc2087ee093c3ee64cc96ec6847752cb",
HASH_TYPE: "type",
TX_HASH:
"0xb50ef6f2e9138f4dbca7d5280e10d29c1a65e60e8a574c009a2fa4e4107e0750",
"0x3d4296df1bd2cc2bd3f483f61ab7ebeac462a2f336f2b944168fe6ba5d81c014",
INDEX: "0x0",
DEP_TYPE: "code",
},
Expand Down
2 changes: 1 addition & 1 deletion src/lib/wallet/btc-wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function btcAddressToCkbAddress(btcAddress, scriptInfo, ckbChainConfig) {
});
}

export const BTC_MESSAGE_PREFIX = "CKB (Bitcoin Layer-2) transaction: ";
export const BTC_MESSAGE_PREFIX = "CKB (Bitcoin Layer) transaction: ";

export function prepareMessage(message) {
return BTC_MESSAGE_PREFIX + message;
Expand Down

0 comments on commit 55986a0

Please sign in to comment.