From d4f71980c1fc71f48a0b95315445aeb1ab8a9919 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Tue, 28 Oct 2025 22:06:46 +0000 Subject: [PATCH] website: update tokens, switch dApp to Ethereum --- website/src/_includes/layouts/token.html | 9 ++++++--- website/src/token.md | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/website/src/_includes/layouts/token.html b/website/src/_includes/layouts/token.html index c71c9e943f..040b70b532 100644 --- a/website/src/_includes/layouts/token.html +++ b/website/src/_includes/layouts/token.html @@ -240,19 +240,22 @@ } } - const selectedNetwork = 'arbitrum'; // Options: 'ethereum', 'arbitrum', 'hoodi' + const selectedNetwork = 'ethereum'; // Options: 'ethereum', 'arbitrum', 'hoodi' const networks = { ethereum: { + name: 'Ethereum (mainnet)', chainId: '0x1', - minterAddress: '', + minterAddress: '0x048F9C5B0b74761d34e03cfa79D04f20445D7D22', explorerHost: 'etherscan.io' }, arbitrum: { + name: 'Arbitrum One network', chainId: '0xa4b1', minterAddress: '0x386E2B9f5d5c17049a1ADaf62928b3f3C834Ff28', explorerHost: 'arbiscan.io' }, hoodi: { + name: 'Ethereum Hoodi testnet', chainId: '0x88bb0', minterAddress: '0xdaF242166be93A7f9835C2792958F3b6c424F845', explorerHost: 'hoodi.etherscan.io' @@ -574,7 +577,7 @@ content.innerHTML += `

-

Arbitrum One network

+

${currentConfig.name}

`; setTimeout(() => document.getElementById('connect').onclick = connectWallet, 0); } else { diff --git a/website/src/token.md b/website/src/token.md index a76fb6eedb..8988f06a85 100644 --- a/website/src/token.md +++ b/website/src/token.md @@ -18,12 +18,12 @@ These vouchers are blockchain utility tokens — to focus purely on server c SMPX token is v1 of Community Vouchers. We are aiming to launch it in 2026. -Mint a free SimpleX NFT on Arbitrum One for testnet access and feedback. The NFT is limited to 1 per wallet, non-transferable. +Mint a free SimpleX NFT on Ethereum network (mainnet) for SMPX testnet access and feedback. The NFT is limited to 1 per wallet, non-transferable. **Preliminary token overview** - full name: **SimpleX Community Voucher**. - symbol: SMPX. -- network: Arbitrum One. +- network: TBC. There are several viable L2 candidates: Arbitrum One, Optimism, Polygon, etc. - standard: ERC20, with contract-enforced supply and other limits (TBD based on modeling and testing). **Potential utilities**