From bcdc0ee0209230b644b6fce94b1bd89716f7cefe Mon Sep 17 00:00:00 2001 From: nsjames Date: Wed, 15 Nov 2023 13:46:31 +0000 Subject: [PATCH] add new tokens to evm --- evm/10_quick-start/03_evm-tokens.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/evm/10_quick-start/03_evm-tokens.md b/evm/10_quick-start/03_evm-tokens.md index 3fea0486..dc3c3411 100644 --- a/evm/10_quick-start/03_evm-tokens.md +++ b/evm/10_quick-start/03_evm-tokens.md @@ -117,3 +117,23 @@ The `USDT` token is an ERC-20 that represents the stable-coin `Tether`. + +### Other tokens + +These are other third party tokens which are supported across chains. + + +| Symbol | Decimals | Address | +|--------|----------|------------------------------------------------------------------------| +| USN | 6 | 0x8d0258d6ccfb0ce394dc542c545566936b7974f9 | +| SEOS | 6 | 0xbfb10f85b889328e4a42507e31a07977ae00eec6 | +| BOX | 6 | 0x9b3754f036de42846e60c8d8c89b18764f168367 | + + + + + + + + +