Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add important contracts #1645

Merged
merged 3 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions docs/build/isc/v1.1/docs/getting-started/contracts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
description: Important EVM contracts in the IOTA ecosystem.
tags:
- mainnet
- shimmer
- reference
- contracts
---

# Contracts

## 0xAf5b83063247603d1D042FA2a47c404322255bD4

Contract address for wIOTA OFT Adapter on IOTA EVM and OFT Token Contract on Shimmer EVM.

## 0x009BcE26c6812c559aFf5EB5769C8758701673d2

wIOTA OFT Token contract to the following chains:

* ETH
* OP
* ARB
* Polygon
* BSC
* FTM
* AVAX
* Base

## Stargate Token Contracts

### 0xFbDa5F676cB37624f28265A144A48B0d6e87d3b6

IOTA USDC Proxy.

### 0xC1B8045A6ef2934Cf0f78B0dbD489969Fa9Be7E4

IOTA USDT.

### 0x160345fC359604fC6e70E3c5fAcbdE5F7A9342d8

IOTA wETH

## 0x88529CF758b7042e357384e0Fa0b71C7a915951F
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved

TEA MultiSid (4 out of 7) which controls the OFT Token contract and Adapter of wIOTA on IOTA EVM.
5 changes: 5 additions & 0 deletions docs/build/isc/v1.1/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ module.exports = {
label: 'Networks & Chains',
id: 'getting-started/networks-and-chains',
},
{
type: 'doc',
label: 'Contracts',
id: 'getting-started/contracts',
},
{
type: 'doc',
label: 'Tools',
Expand Down
45 changes: 45 additions & 0 deletions docs/build/isc/v1.3/docs/getting-started/contracts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
description: Important EVM contracts in the IOTA ecosystem.
tags:
- mainnet
- shimmer
- reference
- contracts
---

# Contracts

## 0xAf5b83063247603d1D042FA2a47c404322255bD4

Contract address for wIOTA OFT Adapter on IOTA EVM and OFT Token Contract on Shimmer EVM

## 0x009BcE26c6812c559aFf5EB5769C8758701673d2

wIOTA OFT Token contract to the following chains:

* ETH
* OP
* ARB
* Polygon
* BSC
* FTM
* AVAX
* Base

## Stargate Token Contracts

### 0xFbDa5F676cB37624f28265A144A48B0d6e87d3b6

IOTA USDC Proxy

### 0xC1B8045A6ef2934Cf0f78B0dbD489969Fa9Be7E4

IOTA USDT

### 0x160345fC359604fC6e70E3c5fAcbdE5F7A9342d8

IOTA wETH

## 0x88529CF758b7042e357384e0Fa0b71C7a915951F

TEA MultiSid (4 out of 7) which controls the OFT Token contract and Adapter of wIOTA on IOTA EVM
5 changes: 5 additions & 0 deletions docs/build/isc/v1.3/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ module.exports = {
label: 'Networks & Chains',
id: 'getting-started/networks-and-chains',
},
{
type: 'doc',
label: 'Contracts',
id: 'getting-started/contracts',
},
{
type: 'doc',
label: 'Tools',
Expand Down
Loading