Skip to content

Commit

Permalink
Merge pull request #1448 from nervosnetwork/testnet
Browse files Browse the repository at this point in the history
Deploy to mainnet
  • Loading branch information
zmcNotafraid authored Sep 13, 2023
2 parents 36c9301 + 6dec9b6 commit 4613755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/cell_output.rb
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ def nrc_721_nft_info
amount: self.udt_amount,
decimal: "",
type_hash: self.type_hash,
published: factory_cell.verified,
display_name: factory_cell.name,
published: factory_cell&.verified,
display_name: factory_cell&.name,
nan: ""
}
when "nrc_721_token"
Expand Down

0 comments on commit 4613755

Please sign in to comment.