Skip to content

Commit

Permalink
IOTA EVM Links
Browse files Browse the repository at this point in the history
  • Loading branch information
nzenchik committed Apr 24, 2024
1 parent 44f2b3a commit e4a944e
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 0 deletions.
26 changes: 26 additions & 0 deletions configs/featured-networks/iota-evm-mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[{
"title": "IOTA EVM Mainnet",
"url": "https://explorer.evm.iota.org",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shimmer-short.svg",
"isActive": true
},
{
"title": "IOTA L1 Mainnet",
"url": "https://explorer.iota.org",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shimmer-short.svg"
},
{
"title": "IOTA EVM Testnet",
"url": "https://explorer.evm.testnet.iotaledger.net",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shimmer-short.svg"
},
{
"title": "IOTA L1 testnet",
"url": "https://explorer.iota.org/iota-testnet",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shimmer-short.svg"
}
]
26 changes: 26 additions & 0 deletions configs/featured-networks/iota-evm-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[{
"title": "IOTA EVM Mainnet",
"url": "https://explorer.evm.iota.org",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shimmer-short.svg"
},
{
"title": "IOTA L1 Mainnet",
"url": "https://explorer.iota.org",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shimmer-short.svg"
},
{
"title": "IOTA EVM Testnet",
"url": "https://explorer.evm.testnet.iotaledger.net",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shimmer-short.svg",
"isActive": true
},
{
"title": "IOTA L1 testnet",
"url": "https://explorer.iota.org/iota-testnet",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shimmer-short.svg"
}
]
90 changes: 90 additions & 0 deletions configs/footer-links/iota-evm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
[{
"title": "Shimmer Network",
"links": [{
"text": "Homepage",
"url": "https://www.iota.org/"
},
{
"text": "Technology",
"url": "https://www.iota.org/solutions/technologies"
},
{
"text": "Ecosystem",
"url": "https://www.iota.org/develop/ecosystem"
},
{
"text": "Blog",
"url": "https://blog.iota.org/"
}
]
},
{
"title": "Resources",
"links": [{
"text": "Developer",
"url": "https://www.iota.org/get-started/for-developers"
},
{
"text": "Wiki",
"url": "https://wiki.iota.org/"
},
{
"text": "Touchpoint",
"url": "https://wiki.iota.org/get-started/programs/touchpoint/"
},
{
"text": "Firefly Shimmer Wallet",
"url": "https://firefly.iota.org/"
}
]
},
{
"title": "Connect",
"links": [{
"text": "Twitter",
"url": "https://twitter.com/iota"
},
{
"text": "Discord",
"url": "https://discord.iota.org/"
},
{
"text": "Linkedin",
"url": "https://www.linkedin.com/company/iotafoundation/"
},
{
"text": "Coinmarketcap",
"url": "https://coinmarketcap.com/community/profile/IOTA/"
},
{
"text": "Reddit",
"url": "https://www.reddit.com/r/Iota/"
},
{
"text": "Github",
"url": "https://github.com/iotaledger/"
}
]
},
{
"title": "Partners",
"links": [
{
"text": "MetaSuites",
"url": "https://blocksec.com/metasuites"
},
{
"text": "Sourcify",
"url": "https://sourcify.dev/"
},
{
"text": "DRPC",
"url": "https://drpc.org?ref=559183"
},
{
"text": "BlockSec",
"url": "https://blocksec.com/"
}
]
}
]

0 comments on commit e4a944e

Please sign in to comment.