Firewall Documentation
Home
  • Overview
  • Quick Start
    • Using Function Modifiers
    • Using Proxy Patterb
  • Concepts
  • Configuration
    • Governance
    • Firewall Configuration
    • Policy Administration
  • How It Works
  • Smart Contracts
    • Firewall.sol
    • FirewallConsumer.sol
    • FirewallProxyAdmin.sol
    • FirewallTransparentUpgradableProxy.sol
  • Policies
    • Admin Notary
    • Whitelist
    • Approved Calls
    • Approved Patterns
    • Balance Guard
    • EOA Only
    • Method Block
    • Custom Protector
    • Non Reentrant
    • Combined Policies
  • Addresses
  • Glossary
  • Support
  • FAQ
Powered by GitBook
On this page
  • Setting The Firewall Address
  • Changing The Firewall Admin
  1. Configuration

Governance

PreviousConfigurationNextFirewall Configuration

Last updated 1 year ago

Setting The Firewall Address

Once a is deployed, you need to tell it what Firewall to use - i.e. give it the address of a Firewall so that it can start consuming its security services. Initially, every has it's _firewall data set to the zero address 0x0.

  1. To set the Firewall address, call the method

Changing The Firewall Admin

The is the principal (person, people, or organization) that is allowed to perform administrative tasks on your .

  1. To set the Firewall Admin, call the method

setFirewall()
setFirewallAdmin()
Firewall Consumer
Firewall Consumer
Firewall Admin
Firewall Consumer