Skip to content

Commit

Permalink
nit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmrodri committed May 30, 2024
1 parent d92cb64 commit 5353748
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
16 changes: 2 additions & 14 deletions .openzeppelin/arbitrum-one.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"manifestVersion": "3.2",
"proxies": [
{
"address": "0x2C0004F83E988511b6640636DDFC2F7d22AFDDb0",
"txHash": "0xed26c09b757bc77ee475134403218100eacb436aab2490eec6bb49b6441d1ecf",
"kind": "uups"
},
{
"address": "0xCbBa7E1F29F31d6C83C3814b0E5d0687EC7Df177",
"txHash": "0x7af602fbc5adaf2e4f1876cdec22f79ceb34b39c0bce4cb0863da3d9407f860c",
Expand Down Expand Up @@ -885,10 +880,7 @@
},
"t_enum(TradeKind)31898": {
"label": "enum TradeKind",
"members": [
"DUTCH_AUCTION",
"BATCH_AUCTION"
],
"members": ["DUTCH_AUCTION", "BATCH_AUCTION"],
"numberOfBytes": "1"
},
"t_mapping(t_contract(IERC20)16806,t_contract(ITrade)34075)": {
Expand Down Expand Up @@ -1201,11 +1193,7 @@
},
"t_enum(CollateralStatus)31279": {
"label": "enum CollateralStatus",
"members": [
"SOUND",
"IFFY",
"DISABLED"
],
"members": ["SOUND", "IFFY", "DISABLED"],
"numberOfBytes": "1"
},
"t_mapping(t_bytes32,t_bytes32)": {
Expand Down
6 changes: 3 additions & 3 deletions docs/deployed-addresses/42161-FacadeMonitor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FacadeMonitor (Base)
# FacadeMonitor (Arbitrum)

## Facade Monitor Proxy

| Contract | Address |
| --------------------- | --------------------------------------------------------------------------------------------------------------------- |
| Contract | Address |
| --------------------- | -------------------------------------------------------------------------------------------------------------------- |
| FacadeMonitor (Proxy) | [0xCbBa7E1F29F31d6C83C3814b0E5d0687EC7Df177](https://arbiscan.io/address/0xCbBa7E1F29F31d6C83C3814b0E5d0687EC7Df177) |

0 comments on commit 5353748

Please sign in to comment.