From 7386ef6b21b405a135b7db05edb9309553918ede Mon Sep 17 00:00:00 2001 From: princedeepwater <145163742+princedeepwater@users.noreply.github.com> Date: Fri, 15 Sep 2023 18:27:52 -0300 Subject: [PATCH] Create SMOKEY Token imported from Pulse Chain: https://scan.pulsechain.com/address/0x6042d2f9E30b8d26c07Fdca9b7C8EEe54E83DeCB --- src/tokens/SMOKEY | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/tokens/SMOKEY diff --git a/src/tokens/SMOKEY b/src/tokens/SMOKEY new file mode 100644 index 000000000..2e67798a8 --- /dev/null +++ b/src/tokens/SMOKEY @@ -0,0 +1,11 @@ +{ + "tokens": [ + { + "chainId": 1, + "address": "0x6042d2f9E30b8d26c07Fdca9b7C8EEe54E83DeCB", + "name": "SMOKEY THE BEAR", + "symbol" : "SMOKEY", + "decimals": 18 + } + ] +}