From 1596d4a24cbc2ab0183205aa65af9a08ab5e2ae8 Mon Sep 17 00:00:00 2001 From: stealthgerbil <34917613+stealthgerbil@users.noreply.github.com> Date: Sat, 16 Jan 2021 18:29:08 -0500 Subject: [PATCH] Create eip155-42069 (#147) * Create eip155-42069 * Update eip155-42069 * Update eip155-42069 changed the shortname to 'pc' * Update eip155-42069 updated shortname * Rename eip155-42069 to eip155-42069.json added file extension --- _data/chains/eip155-42069.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 _data/chains/eip155-42069.json diff --git a/_data/chains/eip155-42069.json b/_data/chains/eip155-42069.json new file mode 100644 index 00000000..c0de048a --- /dev/null +++ b/_data/chains/eip155-42069.json @@ -0,0 +1,17 @@ + +{ + "name": "pegglecoin", + "chain": "42069", + "network": "mainnet", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "pegglecoin", + "symbol": "peggle", + "decimals": 18 + }, + "infoURL": "https://teampeggle.com", + "shortName": "PC", + "chainId": 42069, + "networkId": 42069 +}