Skip to content

Commit

Permalink
feat: update corn maizenet and testnet (#6282)
Browse files Browse the repository at this point in the history
Co-authored-by: ligi <[email protected]>
  • Loading branch information
sajanrajdev and ligi authored Nov 28, 2024
1 parent c025a75 commit 7fd40ec
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
12 changes: 10 additions & 2 deletions _data/chains/eip155-21000000.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "Corn Maizenet",
"chain": "BTCN",
"rpc": ["https://maizenet-rpc.usecorn.com"],
"rpc": [
"https://rpc.ankr.com/corn_maizenet",
"https://maizenet-rpc.usecorn.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Bitcorn",
Expand All @@ -14,7 +17,12 @@
"networkId": 21000000,
"explorers": [
{
"name": "Corn Maizenet Explorer",
"name": "Corn Explorer",
"url": "https://cornscan.io",
"standard": "EIP3091"
},
{
"name": "Corn Blockscout",
"url": "https://maizenet-explorer.usecorn.com",
"standard": "EIP3091"
}
Expand Down
10 changes: 9 additions & 1 deletion _data/chains/eip155-21000001.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "Corn Testnet",
"chain": "BTCN",
"rpc": ["https://testnet-rpc.usecorn.com"],
"rpc": [
"https://rpc.ankr.com/corn_testnet",
"https://testnet-rpc.usecorn.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Bitcorn",
Expand All @@ -15,6 +18,11 @@
"explorers": [
{
"name": "Corn Testnet Explorer",
"url": "https://testnet.cornscan.io",
"standard": "EIP3091"
},
{
"name": "Corn Testnet Blockscout",
"url": "https://testnet-explorer.usecorn.com",
"standard": "EIP3091"
}
Expand Down

0 comments on commit 7fd40ec

Please sign in to comment.