Skip to content

Commit

Permalink
Merge pull request #1725 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
Deploy to testnet
  • Loading branch information
zmcNotafraid authored Apr 2, 2024
2 parents 5598f68 + 318b065 commit a1a4e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/udt_account.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class UdtAccount < ApplicationRecord
enum udt_type: { sudt: 0, m_nft_token: 1, nrc_721_token: 2, spore_cell: 3,
omiga_inscription: 4 }
omiga_inscription: 4, xudt: 5 }

belongs_to :address
belongs_to :udt
Expand Down

0 comments on commit a1a4e23

Please sign in to comment.