Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add icon and configs for Taiko mainnet and two planned testnests. #1611

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions _data/chains/eip155-167.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Taiko",
"title": "Taiko Mainnet",
"chainId": 167,
"icon": "taiko",
"shortName": "taiko-mainnet",
"chain": "ETH",
"networkId": 167,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://rpc.taiko.xyz"],
"faucets": [],
"infoURL": "https://taiko.xyz",
"explorers": [
{
"name": "Taiko Mainnet",
"url": "https://explorer.taiko.xyz",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "https://bridge.taiko.xyz" }]
}
}
29 changes: 29 additions & 0 deletions _data/chains/eip155-167001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Taiko",
"title": "Taiko (Thrasher) on Goerli",
"chainId": 167001,
"icon": "taiko",
"shortName": "taiko-thrasher",
"chain": "ETH",
"networkId": 167001,
"nativeCurrency": {
"name": "Test Ether on Taiko (Thrasher)",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://thrasher.rpc.taiko.xyz"],
"faucets": [],
"infoURL": "https://taiko.xyz",
"explorers": [
{
"name": "Taiko (Thrasher) on Goerli",
"url": "https://thrasher.explorer.taiko.xyz",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-5",
"bridges": [{ "url": "https://thrasher.bridge.taiko.xyz" }]
}
}
29 changes: 29 additions & 0 deletions _data/chains/eip155-167002.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Taiko",
"title": "Taiko (Algos) on Goerli",
"chainId": 167002,
"icon": "taiko",
"shortName": "taiko-algos",
"chain": "ETH",
"networkId": 167002,
"nativeCurrency": {
"name": "Test Ether on Taiko (Algos)",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://algos.rpc.taiko.xyz"],
"faucets": [],
"infoURL": "https://taiko.xyz",
"explorers": [
{
"name": "Taiko (Algos) on Goerli",
"url": "https://algos.explorer.taiko.xyz",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-5",
"bridges": [{ "url": "https://algos.bridge.taiko.xyz" }]
}
}
8 changes: 8 additions & 0 deletions _data/icons/taiko.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQUHTxD3goU9h9mpuyjC6JotMRByanvJEFDX1ueNPysbG",
"width": 726,
"height": 726,
"format": "png"
}
]