From 5ff6f42b73686e31a3aa86cbd000fed91d8e8521 Mon Sep 17 00:00:00 2001 From: penpad-dev <168410560+penpad-dev@users.noreply.github.com> Date: Sun, 9 Feb 2025 02:13:19 +0800 Subject: [PATCH 1/2] Create eip155-33999.json --- _data/chains/eip155-33999.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _data/chains/eip155-33999.json diff --git a/_data/chains/eip155-33999.json b/_data/chains/eip155-33999.json new file mode 100644 index 000000000000..1d350299d92e --- /dev/null +++ b/_data/chains/eip155-33999.json @@ -0,0 +1,16 @@ +{ + "name": "Pencils Protocol Sepolia Testnet", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Pencils Protocol Sepolia Testnet Token", + "symbol": "DAPPST", + "decimals": 18 + }, + "infoURL": "https://pencilsprotocol.io/", + "shortName": "dapp-sepolia", + "chainId": 33999, + "networkId": 33999, + "status": "incubating" +} From a8922929d1bd922668553ba8bda57161f2007bf9 Mon Sep 17 00:00:00 2001 From: penpad-dev <168410560+penpad-dev@users.noreply.github.com> Date: Sun, 9 Feb 2025 02:13:46 +0800 Subject: [PATCH 2/2] Create eip155-339.json --- _data/chains/eip155-339.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _data/chains/eip155-339.json diff --git a/_data/chains/eip155-339.json b/_data/chains/eip155-339.json new file mode 100644 index 000000000000..1d0e40d72354 --- /dev/null +++ b/_data/chains/eip155-339.json @@ -0,0 +1,16 @@ +{ + "name": "Pencils Protocol", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Pencils Protocol Token", + "symbol": "DAPP", + "decimals": 18 + }, + "infoURL": "https://pencilsprotocol.io/", + "shortName": "dapp", + "chainId": 339, + "networkId": 339, + "status": "incubating" +}