Skip to content

Commit

Permalink
chore: update rgbpp code hash (#1714)
Browse files Browse the repository at this point in the history
* chore: update rgbpp code hash

* chore: reset development migration_error config
  • Loading branch information
rabbitz authored Mar 29, 2024
1 parent 0a18a9f commit 5bb0eed
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 5bb0eed

Please sign in to comment.