Skip to content

Commit

Permalink
Merge pull request #1726 from nervosnetwork/testnet
Browse files Browse the repository at this point in the history
Deploy to mainnet
  • Loading branch information
zmcNotafraid authored Apr 2, 2024
2 parents 3e46206 + a1a4e23 commit 8910be7
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 8910be7

Please sign in to comment.