Skip to content

Commit

Permalink
chore: deploy contract to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Dec 21, 2023
1 parent dcf97ed commit 7b18996
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deployment.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name = "joyid-cobuild-poc"
enable_type_id = true
location = { file = "build/release/joyid-cobuild-poc" }

# # Replace with your own lock if you want to unlock deployed cells.
# # For example the secp256k1 lock
# [lock]
# code_hash = "0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8"
# args = "0x0000000000000000000000000000000000000000"
# hash_type = "type"
# Replace with your own lock if you want to unlock deployed cells.
# For example the secp256k1 lock
[lock]
code_hash = "0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8"
args = "0xe463d7c4cb28457b3a2f735d1d92a971b0f5a751"
hash_type = "type"
13 changes: 13 additions & 0 deletions migrations/testnet/2023-12-21-060954.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"cell_recipes": [
{
"name": "joyid-cobuild-poc",
"tx_hash": "0x53ba0900742334d2283f321ae17324efb3846fa38ba4bd47542f6d508db13b0b",
"index": 0,
"occupied_capacity": 10059000000000,
"data_hash": "0x1d1dfd01af30e184b4b770efaa6662cf07f65fb36b931c9cc75fbba11d939169",
"type_id": "0x04dd652246af5f32ae10c04821ae32bff3dce37da52b6c60354c8ba867959e1e"
}
],
"dep_group_recipes": []
}

0 comments on commit 7b18996

Please sign in to comment.