We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b03e1 commit 7a4bc44Copy full SHA for 7a4bc44
bridges/snowbridge/primitives/core/src/outbound.rs
@@ -472,7 +472,7 @@ impl GasMeter for ConstantGasMeter {
472
Command::SetPricingParameters { .. } => 60_000,
473
Command::TransferNativeToken { .. } => 200_000,
474
Command::RegisterForeignToken { .. } => 1_200_000,
475
- Command::MintForeignToken { .. } => 200_000,
+ Command::MintForeignToken { .. } => 100_000,
476
}
477
478
0 commit comments