Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
uiii committed Jan 22, 2024
1 parent 238ad4a commit b727184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ Edit `src/networks.json` and configure your network and its data source's endpoi
<details>
<summary>Network configuration structure</summary>

- **name**: network identificator used in url's etc (required, `"polkadot"`)
- **name**: network identificator used in url etc. (required, `"polkadot"`)
- **displayName**: name of the network to be displayed in the app (required, `"Polkadot"`)
- **icon**: path to icon asset (required, e.g. `"/assets/network-icons/polkadot.svg"`)
- **color**: color associated with the network (optional, e.g. `"#e6007a"`)
- **website**: website of the network (optional, e.g. `"https://polkadot.network/"`)
- **parachainId**: id of the parachaing (optional, e.g. `0`)
- **relayChain**: `name` of relay chain network (optional, e.g. `"polkadot"`)
- **prefix**: SS58 prefix (required, e.g. `0`)
- **decimals**: number of decimal for the network's symbol (required, e.g. `10`)
- **decimals**: number of decimals for the network's symbol (required, e.g. `10`)
- **symbol**: network's symbol (required, `"DOT"`)
- **squids**:
- **archive**: GraphQL API explorer of the Firesquid archive (required, e.g. `"https://polkadot.explorer.subsquid.io/graphql"`)
Expand Down
3 changes: 0 additions & 3 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"displayName": "Polkadot",
"icon": "/assets/network-icons/polkadot.svg",
"color": "#e6007a",
"website": "https://polkadot.network/",
"parachainId": 0,
"relayChain": "polkadot",
"prefix": 0,
"decimals": 10,
"symbol": "DOT",
Expand Down

0 comments on commit b727184

Please sign in to comment.