Skip to content

Commit

Permalink
Add pivotal chains (ethereum-lists#5335)
Browse files Browse the repository at this point in the history
* Add Pivotal mainnet and testnet chains

* Update Pivotal chains

* Update Pivotal RPC URLs
  • Loading branch information
stevenkhong authored Jun 24, 2024
1 parent 58f983e commit ea18ef5
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _data/chains/eip155-1648.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
22 changes: 22 additions & 0 deletions _data/chains/eip155-16481.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit ea18ef5

Please sign in to comment.