Skip to content

Commit

Permalink
MATIC to POL
Browse files Browse the repository at this point in the history
  • Loading branch information
HighRiskShop committed Sep 7, 2024
1 parent 0a97876 commit fac32a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1>Crypto Payment Address Generator</h1>
<script>
const fiatCurrencies = ['USD', 'EUR', 'GBP', 'CAD', 'JPY', 'AED', 'MYR', 'IDR', 'THB', 'CHF', 'SGD', 'RUB', 'ZAR', 'TRY', 'LKR', 'RON', 'BGN', 'HUF', 'CZK', 'PHP', 'PLN', 'UGX', 'MXN', 'INR', 'HKD', 'CNY', 'BRL', 'DKK', 'TWD', 'AUD', 'NGN', 'SEK', 'NOK', 'UAH'];

const cryptoTickers = ['btc', 'bch', 'ltc', 'doge', 'bep20/1inch', 'bep20/ada', 'bep20/bnb', 'bep20/btcb', 'bep20/cake', 'bep20/dai', 'bep20/doge', 'bep20/eth', 'bep20/inj', 'bep20/ltc', 'bep20/matic', 'bep20/phpt', 'bep20/shib', 'bep20/thc', 'bep20/usdc', 'bep20/usdt', 'bep20/virtu', 'bep20/xrp', 'erc20/1inch', 'erc20/arb', 'erc20/bnb', 'erc20/dai', 'erc20/eurc', 'erc20/eurt', 'erc20/link', 'erc20/mkr', 'erc20/nexo', 'erc20/pepe', 'erc20/shib', 'erc20/tusd', 'erc20/usdc', 'erc20/usdp', 'erc20/usdt', 'erc20/verse', 'arbitrum/arb', 'arbitrum/dai', 'arbitrum/eth', 'arbitrum/link', 'arbitrum/pepe', 'arbitrum/usdc', 'arbitrum/usdc.e', 'arbitrum/usdt', 'arbitrum/wbtc', 'polygon/avax', 'polygon/mana', 'polygon/matic', 'polygon/smt', 'polygon/usdc', 'polygon/usdc.e', 'polygon/usdt', 'polygon/virtu', 'polygon/wbtc', 'polygon/weth', 'avax-c/avax', 'avax-c/btc.b', 'avax-c/eurc', 'avax-c/usdc', 'avax-c/usdc.e', 'avax-c/usdt', 'avax-c/wavax', 'avax-c/wbtc.e', 'avax-c/weth.e', 'base/dai', 'base/eth', 'base/eurc', 'base/usdc', 'optimism/dai', 'optimism/eth', 'optimism/link', 'optimism/op', 'optimism/usdc', 'optimism/usdc.e', 'optimism/usdt', 'optimism/wbtc', 'eth', 'trc20/aedt', 'trc20/btc', 'trc20/inrt', 'trc20/tusd', 'trc20/usdt', 'trx'];
const cryptoTickers = ['btc', 'bch', 'ltc', 'doge', 'bep20/1inch', 'bep20/ada', 'bep20/bnb', 'bep20/btcb', 'bep20/cake', 'bep20/dai', 'bep20/doge', 'bep20/eth', 'bep20/inj', 'bep20/ltc', 'bep20/phpt', 'bep20/shib', 'bep20/thc', 'bep20/usdc', 'bep20/usdt', 'bep20/virtu', 'bep20/xrp', 'erc20/1inch', 'erc20/arb', 'erc20/bnb', 'erc20/dai', 'erc20/eurc', 'erc20/eurt', 'erc20/link', 'erc20/mkr', 'erc20/nexo', 'erc20/pepe', 'erc20/shib', 'erc20/tusd', 'erc20/usdc', 'erc20/usdp', 'erc20/usdt', 'erc20/verse', 'arbitrum/arb', 'arbitrum/dai', 'arbitrum/eth', 'arbitrum/link', 'arbitrum/pepe', 'arbitrum/usdc', 'arbitrum/usdc.e', 'arbitrum/usdt', 'arbitrum/wbtc', 'polygon/avax', 'polygon/mana', 'polygon/pol', 'polygon/smt', 'polygon/usdc', 'polygon/usdc.e', 'polygon/usdt', 'polygon/virtu', 'polygon/wbtc', 'polygon/weth', 'avax-c/avax', 'avax-c/btc.b', 'avax-c/eurc', 'avax-c/usdc', 'avax-c/usdc.e', 'avax-c/usdt', 'avax-c/wavax', 'avax-c/wbtc.e', 'avax-c/weth.e', 'base/dai', 'base/eth', 'base/eurc', 'base/usdc', 'optimism/dai', 'optimism/eth', 'optimism/link', 'optimism/op', 'optimism/usdc', 'optimism/usdc.e', 'optimism/usdt', 'optimism/wbtc', 'eth', 'trc20/aedt', 'trc20/btc', 'trc20/inrt', 'trc20/tusd', 'trc20/usdt', 'trx'];

const fiatSelect = document.getElementById('fiatCurrency');
const cryptoSelect = document.getElementById('cryptoTicker');
Expand Down

0 comments on commit fac32a0

Please sign in to comment.