Skip to content

Commit

Permalink
Merge branch 'master' into add-zircuit-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
alexastro01 authored Jun 5, 2024
2 parents 3620315 + e9d6381 commit 7f8eb8a
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-9797.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "OptimusZ7 Mainnet",
"chain": "OptimusZ7",
"icon": "OZ7Icon",
"rpc": ["https://rpc.optimusz7.com"],
"faucets": [],
"nativeCurrency": {
"name": "OptimusZ7",
"symbol": "OZ7",
"decimals": 18
},
"infoURL": "http://optimusz7.com",
"shortName": "OZ7m",
"chainId": 9797,
"networkId": 9797,
"explorers": [
{
"name": "OptimusZ7 Mainnet Explorer",
"url": "https://explorer.optimusz7.com",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-97970.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "OptimusZ7 Testnet",
"chain": "OptimusZ7",
"icon": "OZ7Icon",
"rpc": ["https://testnet-rpc.optimusz7.com"],
"faucets": ["https://faucet.optimusz7.com"],
"nativeCurrency": {
"name": "OptimusZ7",
"symbol": "OZ7",
"decimals": 18
},
"infoURL": "http://optimusz7.com",
"shortName": "OZ7t",
"chainId": 97970,
"networkId": 97970,
"explorers": [
{
"name": "OptimusZ7 Testnet Explorer",
"url": "https://testnet.optimusz7.com",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/OZ7Icon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmerd9Q3otjDuQAFbdiQyUnZk7UfPvkCr21E5N4VCNvhbj",
"width": 493,
"height": 506,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 7f8eb8a

Please sign in to comment.