Skip to content

Commit 2b9de5b

Browse files
authored
Merge pull request #83 from OpenZeppelin/plat-6109-add-peaq-network-to-dac
feat(network): Add Peaq network support
2 parents 4de4871 + 92daa67 commit 2b9de5b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

src/types/docs-schemas/definitions.schema.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@
6868
"japan-testnet",
6969
"unichain-sepolia",
7070
"geist-polter",
71-
"geist-mainnet"
71+
"geist-mainnet",
72+
"peaq",
73+
"peaq-agung"
7274
]
7375
},
7476
"custom-network": {

src/types/docs/definitions-definitions-publicnetwork.md

+2
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@
5555
| `"unichain-sepolia"` | |
5656
| `"geist-polter"` | |
5757
| `"geist-mainnet"` | |
58+
| `"peaq"` | |
59+
| `"peaq-agung"` | |

src/types/schemas/definitions.schema.json

+1-1
Large diffs are not rendered by default.

src/types/types/resources.schema.d.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ export type PublicNetwork =
5656
| 'japan-testnet'
5757
| 'unichain-sepolia'
5858
| 'geist-polter'
59-
| 'geist-mainnet';
59+
| 'geist-mainnet'
60+
| 'peaq'
61+
| 'peaq-agung';
6062
export type CustomNetwork = 'x-dfk-avax-chain' | 'x-dfk-avax-chain-test' | 'x-security-alliance';
6163
export type TenantNetwork = string;
6264
export type AddressFromRelayer = {} | string;

0 commit comments

Comments
 (0)