Skip to content

Commit

Permalink
Fix contract name (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Feb 29, 2024
1 parent 29dd318 commit 873d35b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/core-contracts/05-flow-fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Source: [FlowFees.cdc](https://github.com/onflow/flow-core-contracts/blob/master

The `FlowStorageFees` contract defines the parameters and utility methods for storage fees.

Source: [FlowFees.cdc](https://github.com/onflow/flow-core-contracts/blob/master/contracts/FlowStorageFees.cdc)
Source: [FlowStorageFees.cdc](https://github.com/onflow/flow-core-contracts/blob/master/contracts/FlowStorageFees.cdc)

| Network | Contract Address |
| --------------- | -------------------- |
| Emulator | `0xf8d6e0586b0a20c7` |
| Testnet | `0x8c5303eaa26202d6` |
| Mainnet | `0xe467b9dd11fa00df` |
| Mainnet | `0xe467b9dd11fa00df` |

0 comments on commit 873d35b

Please sign in to comment.