Skip to content

Commit

Permalink
Add Pivotal mainnet and testnet chains
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkhong committed Jun 11, 2024
1 parent 0352cef commit 3dfa41c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _data/chains/eip155-1648.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Pivotal Mainnet",
"chainId": 1648,
"networkId": 1648,
"chain": "Pivotal",
"rpc": ["https://mainnet.thepivotal.xyz/"],
"faucets": [],
"nativeCurrency": {
"name": "Pivotal Plus",
"symbol": "PLUS",
"decimals": 18
},
"infoURL": "http://thepivotal.xyz/",
"explorers": [
{
"name": "Pivotal Scan",
"url": "https://pivotalscan.xyz",
"standard": "EIP3091"
}
]
}
21 changes: 21 additions & 0 deletions _data/chains/eip155-16481.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Pivotal Sepolia",
"chainId": 16481,
"networkId": 16481,
"chain": "Pivotal",
"rpc": ["https://sepolia.thepivotal.xyz/"],
"faucets": [],
"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 3dfa41c

Please sign in to comment.