diff --git a/README.md b/README.md index e9b784ab..54450818 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ Besides the [API interface](https://github.com/polkadot-js/extension) of Polkado ```js enum NetworkName { - pmf = 'pmf', - alcyone = 'alcyone', - pme = 'pme', - local = 'local' - itn = 'itn' + mainnet = "mainnet", + testnet = "testnet", + staging = "staging", + local = "local", + custom = "custom" } type NetworkMeta = {