From cb1ab042b1707545a43c18962bb87ff3da5eb00d Mon Sep 17 00:00:00 2001 From: proestever <33836109+proestever@users.noreply.github.com> Date: Mon, 6 Oct 2025 00:33:02 -0400 Subject: [PATCH 1/3] Add WPLS (Wrapped Pulse) token on Ethereum mainnet --- ...2606494D86804B5514E07e6Bd2D6a6eE6d68A.json | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tokens/eth/0xA882606494D86804B5514E07e6Bd2D6a6eE6d68A.json diff --git a/tokens/eth/0xA882606494D86804B5514E07e6Bd2D6a6eE6d68A.json b/tokens/eth/0xA882606494D86804B5514E07e6Bd2D6a6eE6d68A.json new file mode 100644 index 000000000..a2a275ded --- /dev/null +++ b/tokens/eth/0xA882606494D86804B5514E07e6Bd2D6a6eE6d68A.json @@ -0,0 +1,34 @@ +{ + "symbol": "WPLS", + "name": "Wrapped Pulse", + "type": "ERC20", + "address": "0xA882606494D86804B5514E07e6Bd2D6a6eE6d68A", + "ens_address": "", + "decimals": 18, + "website": "https://pulsechain.com", + "logo": { + "src": "", + "width": "", + "height": "", + "ipfs_hash": "" + }, + "support": { + "email": "", + "url": "" + }, + "social": { + "blog": "", + "chat": "", + "facebook": "", + "forum": "", + "github": "", + "gitter": "", + "instagram": "", + "linkedin": "", + "reddit": "", + "slack": "", + "telegram": "", + "twitter": "", + "youtube": "" + } +} From 3bdbba0b64210135fb0c83aa3b3dc852e48c9f76 Mon Sep 17 00:00:00 2001 From: proestever <33836109+proestever@users.noreply.github.com> Date: Mon, 6 Oct 2025 00:43:05 -0400 Subject: [PATCH 2/3] Add WPLS token logo (1000x1000 PNG) --- .../eth/0xA882606494D86804B5514E07e6Bd2D6a6eE6d68A.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tokens/eth/0xA882606494D86804B5514E07e6Bd2D6a6eE6d68A.json b/tokens/eth/0xA882606494D86804B5514E07e6Bd2D6a6eE6d68A.json index a2a275ded..921b192fd 100644 --- a/tokens/eth/0xA882606494D86804B5514E07e6Bd2D6a6eE6d68A.json +++ b/tokens/eth/0xA882606494D86804B5514E07e6Bd2D6a6eE6d68A.json @@ -7,10 +7,10 @@ "decimals": 18, "website": "https://pulsechain.com", "logo": { - "src": "", - "width": "", - "height": "", - "ipfs_hash": "" + "src": "ipfs://bafkreig3qecj42iyarsinbumrtl77ik5iuwhats5dsu3yy6p2dqudeux4u", + "width": "1000", + "height": "1000", + "ipfs_hash": "bafkreig3qecj42iyarsinbumrtl77ik5iuwhats5dsu3yy6p2dqudeux4u" }, "support": { "email": "", From 5c22dbe9c6a308e98abeec445eabbec4d6a523f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=B8=20GIGA=20=E2=9C=B8?= <33836109+proestever@users.noreply.github.com> Date: Thu, 23 Oct 2025 10:57:32 -0400 Subject: [PATCH 3/3] Add native WPLS token on PulseChain network This PR now includes both: - Native WPLS token on PulseChain (0xA1077a294dDE1B09bB078844df40758a5D0f9a27) - Bridged WPLS token on Ethereum (0xA882606494D86804B5514E07e6Bd2D6a6eE6d68A) Creates new tokens/pulsechain/ directory for PulseChain network support. --- ...77a294dDE1B09bB078844df40758a5D0f9a27.json | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tokens/pulsechain/0xA1077a294dDE1B09bB078844df40758a5D0f9a27.json diff --git a/tokens/pulsechain/0xA1077a294dDE1B09bB078844df40758a5D0f9a27.json b/tokens/pulsechain/0xA1077a294dDE1B09bB078844df40758a5D0f9a27.json new file mode 100644 index 000000000..bf213ebf9 --- /dev/null +++ b/tokens/pulsechain/0xA1077a294dDE1B09bB078844df40758a5D0f9a27.json @@ -0,0 +1,34 @@ +{ + "symbol": "WPLS", + "name": "Wrapped Pulse", + "type": "ERC20", + "address": "0xA1077a294dDE1B09bB078844df40758a5D0f9a27", + "ens_address": "", + "decimals": 18, + "website": "https://pulsechain.com", + "logo": { + "src": "ipfs://bafkreig3qecj42iyarsinbumrtl77ik5iuwhats5dsu3yy6p2dqudeux4u", + "width": "1000", + "height": "1000", + "ipfs_hash": "bafkreig3qecj42iyarsinbumrtl77ik5iuwhats5dsu3yy6p2dqudeux4u" + }, + "support": { + "email": "", + "url": "" + }, + "social": { + "blog": "", + "chat": "", + "facebook": "", + "forum": "", + "github": "", + "gitter": "", + "instagram": "", + "linkedin": "", + "reddit": "", + "slack": "", + "telegram": "", + "twitter": "", + "youtube": "" + } +}