Skip to content

Commit

Permalink
Merge pull request #15 from OpenZeppelin/plat-1876-add-support-for-ba…
Browse files Browse the repository at this point in the history
…se-mainnet

add support for base mainnet
  • Loading branch information
mok0230 authored Jul 27, 2023
2 parents 6e34f36 + c654703 commit 07740af
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/types/docs-schemas/definitions.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"x-dfk-avax-chain-test",
"zksync",
"zksync-goerli",
"base",
"base-goerli",
"linea-goerli"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
| `"x-dfk-avax-chain-test"` | |
| `"zksync"` | |
| `"zksync-goerli"` | |
| `"base"` | |
| `"base-goerli"` | |
| `"linea-goerli"` | |

Expand Down
1 change: 1 addition & 0 deletions src/types/docs/definitions-definitions-blockmonitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
| `"x-dfk-avax-chain-test"` | |
| `"zksync"` | |
| `"zksync-goerli"` | |
| `"base"` | |
| `"base-goerli"` | |
| `"linea-goerli"` | |

Expand Down
1 change: 1 addition & 0 deletions src/types/docs/definitions-definitions-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
| `"x-dfk-avax-chain-test"` | |
| `"zksync"` | |
| `"zksync-goerli"` | |
| `"base"` | |
| `"base-goerli"` | |
| `"linea-goerli"` | |

Expand Down
1 change: 1 addition & 0 deletions src/types/docs/definitions-definitions-fortamonitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
| `"x-dfk-avax-chain-test"` | |
| `"zksync"` | |
| `"zksync-goerli"` | |
| `"base"` | |
| `"base-goerli"` | |
| `"linea-goerli"` | |

Expand Down
1 change: 1 addition & 0 deletions src/types/docs/definitions-definitions-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
| `"x-dfk-avax-chain-test"` | |
| `"zksync"` | |
| `"zksync-goerli"` | |
| `"base"` | |
| `"base-goerli"` | |
| `"linea-goerli"` | |

Expand Down
1 change: 1 addition & 0 deletions src/types/docs/definitions-definitions-relayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
| `"x-dfk-avax-chain-test"` | |
| `"zksync"` | |
| `"zksync-goerli"` | |
| `"base"` | |
| `"base-goerli"` | |
| `"linea-goerli"` | |

Expand Down
5 changes: 5 additions & 0 deletions src/types/docs/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ Reference this group by using
| `"x-dfk-avax-chain-test"` | |
| `"zksync"` | |
| `"zksync-goerli"` | |
| `"base"` | |
| `"base-goerli"` | |
| `"linea-goerli"` | |

Expand Down Expand Up @@ -420,6 +421,7 @@ Reference this group by using
| `"x-dfk-avax-chain-test"` | |
| `"zksync"` | |
| `"zksync-goerli"` | |
| `"base"` | |
| `"base-goerli"` | |
| `"linea-goerli"` | |

Expand Down Expand Up @@ -1638,6 +1640,7 @@ Reference this group by using
| `"x-dfk-avax-chain-test"` | |
| `"zksync"` | |
| `"zksync-goerli"` | |
| `"base"` | |
| `"base-goerli"` | |
| `"linea-goerli"` | |

Expand Down Expand Up @@ -1984,6 +1987,7 @@ Reference this group by using
| `"x-dfk-avax-chain-test"` | |
| `"zksync"` | |
| `"zksync-goerli"` | |
| `"base"` | |
| `"base-goerli"` | |
| `"linea-goerli"` | |

Expand Down Expand Up @@ -2442,6 +2446,7 @@ Reference this group by using
| `"x-dfk-avax-chain-test"` | |
| `"zksync"` | |
| `"zksync-goerli"` | |
| `"base"` | |
| `"base-goerli"` | |
| `"linea-goerli"` | |

Expand Down
2 changes: 1 addition & 1 deletion src/types/schemas/definitions.schema.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/types/types/resources.schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export type Network =
| 'x-dfk-avax-chain-test'
| 'zksync'
| 'zksync-goerli'
| 'base'
| 'base-goerli'
| 'linea-goerli';
export type WhitelistReceivers = string[];
Expand Down Expand Up @@ -133,6 +134,7 @@ export type Network1 =
| 'x-dfk-avax-chain-test'
| 'zksync'
| 'zksync-goerli'
| 'base'
| 'base-goerli'
| 'linea-goerli';
export type AbiType = StringABI | ArrayABI;
Expand Down Expand Up @@ -174,6 +176,7 @@ export type Network2 =
| 'x-dfk-avax-chain-test'
| 'zksync'
| 'zksync-goerli'
| 'base'
| 'base-goerli'
| 'linea-goerli';
export type Address1 = string;
Expand Down Expand Up @@ -217,6 +220,7 @@ export type Network3 =
| 'x-dfk-avax-chain-test'
| 'zksync'
| 'zksync-goerli'
| 'base'
| 'base-goerli'
| 'linea-goerli';
export type Address2 = string;
Expand Down Expand Up @@ -259,6 +263,7 @@ export type Network4 =
| 'x-dfk-avax-chain-test'
| 'zksync'
| 'zksync-goerli'
| 'base'
| 'base-goerli'
| 'linea-goerli';

Expand Down

0 comments on commit 07740af

Please sign in to comment.