diff --git a/docs/build/isc/v1.1/docs/getting-started/contracts.mdx b/docs/build/isc/v1.1/docs/getting-started/contracts.mdx new file mode 100644 index 00000000000..20568fc3062 --- /dev/null +++ b/docs/build/isc/v1.1/docs/getting-started/contracts.mdx @@ -0,0 +1,71 @@ +--- +title: Contracts +description: Important EVM contracts in the IOTA ecosystem. +tags: + - mainnet + - shimmer + - reference + - contracts +--- + +import { Networks } from '@theme/constant'; +import Link from '@docusaurus/Link'; + +export const AddressExplorerLink = ({address, network='iota'}) => ( + + {address} + +); + +## wIOTA OFT Adapter on IOTA EVM + + + +## OFT Token Contract on Shimmer EVM + + + +## wIOTA OFT Token Contract to other chains + + + +:::info + +wIOTA OFT Token contract to the following chains: + +* ETH +* OP +* ARB +* Polygon +* BSC +* FTM +* AVAX +* Base + +::: + +## Stargate Token Contracts + +### IOTA USDC Proxy + + + +### IOTA USDT + + + +### IOTA wETH + + + +### MultiSid Owner OFT wIOTA + + + +:::info + +TEA MultiSid (4 out of 7) which controls the OFT Token contract and Adapter of wIOTA on IOTA EVM. + +::: \ No newline at end of file diff --git a/docs/build/isc/v1.1/sidebars.js b/docs/build/isc/v1.1/sidebars.js index e90b22142d2..8cdefa6cd3a 100644 --- a/docs/build/isc/v1.1/sidebars.js +++ b/docs/build/isc/v1.1/sidebars.js @@ -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', diff --git a/docs/build/isc/v1.3/docs/getting-started/contracts.mdx b/docs/build/isc/v1.3/docs/getting-started/contracts.mdx new file mode 100644 index 00000000000..20568fc3062 --- /dev/null +++ b/docs/build/isc/v1.3/docs/getting-started/contracts.mdx @@ -0,0 +1,71 @@ +--- +title: Contracts +description: Important EVM contracts in the IOTA ecosystem. +tags: + - mainnet + - shimmer + - reference + - contracts +--- + +import { Networks } from '@theme/constant'; +import Link from '@docusaurus/Link'; + +export const AddressExplorerLink = ({address, network='iota'}) => ( + + {address} + +); + +## wIOTA OFT Adapter on IOTA EVM + + + +## OFT Token Contract on Shimmer EVM + + + +## wIOTA OFT Token Contract to other chains + + + +:::info + +wIOTA OFT Token contract to the following chains: + +* ETH +* OP +* ARB +* Polygon +* BSC +* FTM +* AVAX +* Base + +::: + +## Stargate Token Contracts + +### IOTA USDC Proxy + + + +### IOTA USDT + + + +### IOTA wETH + + + +### MultiSid Owner OFT wIOTA + + + +:::info + +TEA MultiSid (4 out of 7) which controls the OFT Token contract and Adapter of wIOTA on IOTA EVM. + +::: \ No newline at end of file diff --git a/docs/build/isc/v1.3/sidebars.js b/docs/build/isc/v1.3/sidebars.js index e90b22142d2..8cdefa6cd3a 100644 --- a/docs/build/isc/v1.3/sidebars.js +++ b/docs/build/isc/v1.3/sidebars.js @@ -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',