Skip to content

Commit

Permalink
IOTA Shimmer mainnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Sep 15, 2023
1 parent 975b4b7 commit 2566b77
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions configs/featured-networks/iota-mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[{
"title": "Shimmer EVM",
"url": "https://iota-shimmer.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shimmer-short.svg",
"isActive": true

Check failure on line 6 in configs/featured-networks/iota-mainnet.json

View workflow job for this annotation

GitHub Actions / Validate configs

Mixed spaces and tabs
},
{
"title": "Shimmer L1 Mainnet",
"url": "https://explorer.shimmer.network/shimmer",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shimmer-short.svg"
},
{
"title": "Shimmer EVM Testnet",
"url": "https://iota-shimmer-testnet.blockscout.com/",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shimmer-short.svg",
},
{
"title": "Shimmer L1 Testnet",
"url": "https://explorer.shimmer.network/testnet",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shimmer-short.svg"
}
]
2 changes: 1 addition & 1 deletion configs/featured-networks/iota-testnet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[{
"title": "Shimmer EVM",
"url": "https://shimmer.network/",
"url": "https://iota-shimmer.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shimmer-short.svg"
},
Expand Down

0 comments on commit 2566b77

Please sign in to comment.