Skip to content

Commit

Permalink
Merge pull request #83 from OpenZeppelin/plat-6109-add-peaq-network-t…
Browse files Browse the repository at this point in the history
…o-dac

feat(network): Add Peaq network support
  • Loading branch information
NicoMolinaOZ authored Feb 3, 2025
2 parents 4de4871 + 92daa67 commit 2b9de5b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/types/docs-schemas/definitions.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@
"japan-testnet",
"unichain-sepolia",
"geist-polter",
"geist-mainnet"
"geist-mainnet",
"peaq",
"peaq-agung"
]
},
"custom-network": {
Expand Down
2 changes: 2 additions & 0 deletions src/types/docs/definitions-definitions-publicnetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@
| `"unichain-sepolia"` | |
| `"geist-polter"` | |
| `"geist-mainnet"` | |
| `"peaq"` | |
| `"peaq-agung"` | |
2 changes: 1 addition & 1 deletion src/types/schemas/definitions.schema.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/types/types/resources.schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ export type PublicNetwork =
| 'japan-testnet'
| 'unichain-sepolia'
| 'geist-polter'
| 'geist-mainnet';
| 'geist-mainnet'
| 'peaq'
| 'peaq-agung';
export type CustomNetwork = 'x-dfk-avax-chain' | 'x-dfk-avax-chain-test' | 'x-security-alliance';
export type TenantNetwork = string;
export type AddressFromRelayer = {} | string;
Expand Down

0 comments on commit 2b9de5b

Please sign in to comment.