Skip to content

Commit

Permalink
add XProtocol mainnet and another testnet (ethereum-lists#6590)
Browse files Browse the repository at this point in the history
* add XProtocol mainnet and another testnet

* avoid duplicating chain name
  • Loading branch information
xprotocol-bot authored Jan 14, 2025
1 parent 58bb9df commit 986aa24
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _data/chains/eip155-8386.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "XProtocol",
"chain": "XPROTOCOL",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Kick",
"symbol": "KICK",
"decimals": 18
},
"shortName": "xprotocol",
"chainId": 8386,
"networkId": 8386,
"status": "incubating",
"parent": {
"type": "L2",
"chain": "eip155-8453"
},
"infoURL": "https://xprotocol.org/"
}
21 changes: 21 additions & 0 deletions _data/chains/eip155-83868.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Xprotocol Sepolia",
"chainId": 83868,
"shortName": "xprotocolsepolia",
"chain": "Xprotocol Sepolia",
"networkId": 83868,
"nativeCurrency": {
"name": "KICK Testnet Token",
"symbol": "KICK",
"decimals": 18
},
"rpc": [],
"faucets": [],
"explorers": [],
"status": "incubating",
"parent": {
"type": "L2",
"chain": "eip155-84532"
},
"infoURL": "https://xprotocol.org/"
}

0 comments on commit 986aa24

Please sign in to comment.