forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pivotal chains (ethereum-lists#5335)
* Add Pivotal mainnet and testnet chains * Update Pivotal chains * Update Pivotal RPC URLs
- Loading branch information
1 parent
58f983e
commit ea18ef5
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |