Skip to content

Commit

Permalink
fix: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdossa committed Aug 28, 2024
1 parent 1700c28 commit c9f101d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit c9f101d

Please sign in to comment.