Skip to content

Commit

Permalink
chore: update rgb cell type
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitz committed Mar 4, 2024
1 parent 6fbfcfd commit 855c3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/cell_input.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CellInput < ApplicationRecord
normal: 0, nervos_dao_deposit: 1, nervos_dao_withdrawing: 2, udt: 3, m_nft_issuer: 4,
m_nft_class: 5, m_nft_token: 6, nrc_721_token: 7, nrc_721_factory: 8, cota_registry: 9,
cota_regular: 10, spore_cluster: 11, spore_cell: 12, omiga_inscription_info: 13, omiga_inscription: 14,
xudt: 15, rgb: 16, rgb_time: 17
xudt: 15, rgb: 16, btc_time: 17
}

def output
Expand Down
2 changes: 1 addition & 1 deletion app/models/cell_output.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CellOutput < ApplicationRecord
omiga_inscription: 14,
xudt: 15,
rgb: 16,
rgb_time: 17,
btc_time: 17,
}

belongs_to :ckb_transaction
Expand Down

0 comments on commit 855c3d8

Please sign in to comment.