Skip to content

Commit

Permalink
Merge pull request #1715 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Mar 29, 2024
2 parents 30a7f2f + 5bb0eed commit 206a8ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
config.active_support.disallowed_deprecation_warnings = []

# Raise an error on page load if there are pending migrations.
config.active_record.migration_error = false
config.active_record.migration_error = :page_load

# Highlight code that triggered database queries in logs.
config.active_record.verbose_query_logs = true
Expand Down
2 changes: 1 addition & 1 deletion config/settings.testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ homepage_block_records_count: 15
proposal_window: 10

# rgbpp code hash
rgbpp_code_hash: "0xaddb21cf401d1a609e60198f850c4417ff03f98462ba4a3f101fa2741f481228"
rgbpp_code_hash: "0x61ca7a4796a4eb19ca4f0d065cb9b10ddcf002f10f7cbb810c706cb6bb5c3248"

0 comments on commit 206a8ee

Please sign in to comment.