Skip to content

Commit

Permalink
Merge branch 'release/v3.x' into humanalgorithm/fix-lowercase-conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
humanalgorithm committed Mar 19, 2024
2 parents 033e9b5 + 1e93841 commit 37f5b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/collections/sg721-updatable/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const COMPATIBLE_CONTRACT_NAMES_FOR_MIGRATION: [&str; 4] = [
"sg721-updatable",
"crates.io:sg721-updatable",
];
const ENABLE_UPDATABLE_FEE: u128 = 2_000_000_000;
const ENABLE_UPDATABLE_FEE: u128 = 1_500_000_000;

pub fn _instantiate(
deps: DepsMut,
Expand Down

0 comments on commit 37f5b01

Please sign in to comment.