Skip to content

Commit

Permalink
disable precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Oct 28, 2024
1 parent 4c8c926 commit 06a0fae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions precompiles/precompiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import (
// This is useful for listing and reading from other packages, such as BlockedAddrs() function.
// Setting to false a contract here will disable it, not being included in the blockchain.
var EnabledStatefulContracts = map[common.Address]bool{
prototype.ContractAddress: true,
staking.ContractAddress: true,
bank.ContractAddress: true,
prototype.ContractAddress: false,
staking.ContractAddress: false,
bank.ContractAddress: false,
}

// StatefulContracts returns all the registered precompiled contracts.
Expand Down

0 comments on commit 06a0fae

Please sign in to comment.