website: update tokens, switch dApp to Ethereum

This commit is contained in:
Evgeny Poberezkin
2025-10-28 22:06:46 +00:00
parent d1f55aba5c
commit d4f71980c1
2 changed files with 8 additions and 5 deletions
+6 -3
View File
@@ -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 += `<div style="text-align: center; margin-top: 20px;">
<p class="mb-5"><img src="/img/design_3/simplex_nft_smpx.jpg" width="200" style="display: inline; border-radius: 10px;"></p>
<button class="btn btn-primary" id="connect">Connect Wallet</button>
<p>Arbitrum One network</p>
<p>${currentConfig.name}</p>
</div>`;
setTimeout(() => document.getElementById('connect').onclick = connectWallet, 0);
} else {
+2 -2
View File
@@ -18,12 +18,12 @@ These vouchers are blockchain utility tokens &mdash; to focus purely on server c
SMPX token is v1 of Community Vouchers. We are aiming to launch it in 2026.
<a href="javascript:void(0);" data-show-overlay="mint-simplex-nft" class="open-overlay-btn">Mint a free SimpleX NFT</a> on Arbitrum One for testnet access and feedback. The NFT is limited to 1 per wallet, non-transferable.
<a href="javascript:void(0);" data-show-overlay="mint-simplex-nft" class="open-overlay-btn">Mint a free SimpleX NFT</a> 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**