Skip to content

Commit

Permalink
Add Corn testnet (#6276)
Browse files Browse the repository at this point in the history
* add corn testnet

* fix shortname
  • Loading branch information
YaroShkvorets authored Nov 27, 2024
1 parent fa1f56d commit 8058f14
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _data/chains/eip155-21000000.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
"url": "https://maizenet-explorer.usecorn.com",
"standard": "EIP3091"
}
]
],
"parent": {
"type": "L2",
"chain": "eip155-1"
}
}
26 changes: 26 additions & 0 deletions _data/chains/eip155-21000001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Corn Testnet",
"chain": "BTCN",
"rpc": ["https://testnet-rpc.usecorn.com"],
"faucets": [],
"nativeCurrency": {
"name": "Bitcorn",
"symbol": "BTCN",
"decimals": 18
},
"infoURL": "https://usecorn.com",
"shortName": "btcn-testnet",
"chainId": 21000001,
"networkId": 21000001,
"explorers": [
{
"name": "Corn Testnet Explorer",
"url": "https://testnet-explorer.usecorn.com",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111"
}
}

0 comments on commit 8058f14

Please sign in to comment.