Skip to content

Commit

Permalink
feat: addition of CampV2 (#6028)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlenenicer authored Oct 18, 2024
1 parent 3c078d3 commit 46614c4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions _data/chains/eip155-325000.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "Camp Network Testnet V2",
"chain": "ETH",
"icon": "camp",
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"rpc": ["https://rpc-campnetwork.xyz"],
"faucets": ["https://www.campnetwork.xyz/faucet"],
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://docs.campnetwork.xyz/",
"shortName": "CampV2",
"chainId": 325000,
"networkId": 325000,
"slip44": 1,
"explorers": [
{
"name": "blockscout",
"url": "https://camp-network-testnet.blockscout.com",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [
{ "url": "https://bridge.gelato.network/bridge/camp-network-testnet" }
]
}
}

0 comments on commit 46614c4

Please sign in to comment.