Skip to content

Commit

Permalink
Add safe page
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed May 6, 2024
1 parent 023f1f0 commit c03c208
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 23 deletions.
6 changes: 3 additions & 3 deletions docs/build/getting-started/multicall.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
description: 'Learn about Multicall3 support in our EVMs'
image: /img/logo/WASP_logo_dark.png
tags:
- IotaEVM
- IOTA EVM
- ShimmerEVM
---

[Multicall3](https://www.multicall3.com) is [supported](https://www.multicall3.com/deployments) on both IotaEVM and ShimmerEVM.
[Multicall3](https://www.multicall3.com) is [supported](https://www.multicall3.com/deployments) on both IOTA EVM and ShimmerEVM.

You can find the Multicall3 contracts at the following addresses:
- IotaEVM: [0xcA11bde05977b3631167028862bE2a173976CA11](https://explorer.evm.iota.org/address/0xcA11bde05977b3631167028862bE2a173976CA11)
- IOTA EVM: [0xcA11bde05977b3631167028862bE2a173976CA11](https://explorer.evm.iota.org/address/0xcA11bde05977b3631167028862bE2a173976CA11)
- ShimmerEVM: [0xcA11bde05977b3631167028862bE2a173976CA11](https://explorer.evm.shimmer.network/address/0xcA11bde05977b3631167028862bE2a173976CA11)

You can find more information and documents about multicall in their [repo](https://github.com/mds1/multicall).
11 changes: 11 additions & 0 deletions docs/build/getting-started/safe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
description: 'Learn about Safe support in our EVMs'
image: /img/logo/WASP_logo_dark.png
tags:
- IOTA EVM
- ShimmerEVM
- Safe
- Multisig
---

Both [IOTA EVM](https://safe.iotaledger.net/welcome?chain=iota) and [ShimmerEVM](https://safe.iotaledger.net/welcome?chain=smr) support a custom Safe integration.
23 changes: 3 additions & 20 deletions docs/build/getting-started/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,26 +46,9 @@ module.exports = {
id: 'oracles',
},
{
type: 'category',
label: 'Safe Wallets',
collapsed: false,
link: {
type: 'generated-index',
title: 'Safe Wallets',
slug: '/tools/evm/safe',
},
items: [
{
type: 'link',
label: 'IOTA Safe Wallet',
href: 'https://safe.iotaledger.net/',
},
{
type: 'link',
label: 'Shimmer Safe Wallet',
href: 'https://safe.smr.network/',
},
],
type: 'doc',
label: 'IOTA Safe Wallet',
id: 'safe',
},
{
label: 'Multicall',
Expand Down

0 comments on commit c03c208

Please sign in to comment.