From ea18ef50394f53afc6819d015f8cb626ec6b30df Mon Sep 17 00:00:00 2001 From: Steven Khong Date: Mon, 24 Jun 2024 14:19:56 +0800 Subject: [PATCH] Add pivotal chains (#5335) * Add Pivotal mainnet and testnet chains * Update Pivotal chains * Update Pivotal RPC URLs --- _data/chains/eip155-1648.json | 22 ++++++++++++++++++++++ _data/chains/eip155-16481.json | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 _data/chains/eip155-1648.json create mode 100644 _data/chains/eip155-16481.json diff --git a/_data/chains/eip155-1648.json b/_data/chains/eip155-1648.json new file mode 100644 index 000000000000..f06c1050554d --- /dev/null +++ b/_data/chains/eip155-1648.json @@ -0,0 +1,22 @@ +{ + "name": "Pivotal Mainnet", + "chainId": 1648, + "networkId": 1648, + "chain": "Pivotal", + "rpc": ["https://mainnet.pivotalprotocol.com"], + "faucets": [], + "shortName": "pivotal-mainnet", + "nativeCurrency": { + "name": "Pivotal Plus", + "symbol": "PLUS", + "decimals": 18 + }, + "infoURL": "http://thepivotal.xyz/", + "explorers": [ + { + "name": "Pivotal Scan", + "url": "https://pivotalscan.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-16481.json b/_data/chains/eip155-16481.json new file mode 100644 index 000000000000..bd3e398efe7d --- /dev/null +++ b/_data/chains/eip155-16481.json @@ -0,0 +1,22 @@ +{ + "name": "Pivotal Sepolia", + "chainId": 16481, + "networkId": 16481, + "chain": "Pivotal", + "rpc": ["https://sepolia.pivotalprotocol.com"], + "faucets": [], + "shortName": "pivotal-sepolia", + "nativeCurrency": { + "name": "Pivotal Plus", + "symbol": "PLUS", + "decimals": 18 + }, + "infoURL": "http://thepivotal.xyz/", + "explorers": [ + { + "name": "Pivotal Scan", + "url": "https://sepolia.pivotalscan.xyz", + "standard": "EIP3091" + } + ] +}