Skip to content

Commit

Permalink
New logos (#9)
Browse files Browse the repository at this point in the history
* x-layer, unichain, eos
  • Loading branch information
YaroShkvorets authored Nov 14, 2024
1 parent aad41eb commit f682a09
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion registry/antelope/eos.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"bufUrl": "https://buf.build/pinax/firehose-antelope",
"bytesEncoding": "hex"
},
"icon": { "web3Icons": { "name": "eos", "variants": ["mono"] } }
"icon": { "web3Icons": { "name": "eos" } }
}
3 changes: 2 additions & 1 deletion registry/antelope/jungle4.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"blockType": "sf.antelope.type.v1.Block",
"bufUrl": "https://buf.build/pinax/firehose-antelope",
"bytesEncoding": "hex"
}
},
"icon": { "web3Icons": { "name": "eos" } }
}
2 changes: 1 addition & 1 deletion registry/antelope/kylin.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"bufUrl": "https://buf.build/pinax/firehose-antelope",
"bytesEncoding": "hex"
},
"icon": { "web3Icons": { "name": "eos", "variants": ["mono"] } }
"icon": { "web3Icons": { "name": "eos" } }
}
3 changes: 2 additions & 1 deletion registry/cosmos/mantra-testnet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"id": "mantra-testnet",
"shortName": "Mantra",
"fullName": "Mantra Testnet",
"secondName": "Dukong",
"fullName": "Mantra Dukong Testnet",
"aliases": ["mantra-dukong"],
"caip2Id": "cosmos:mantra-dukong",
"explorerUrls": ["https://explorer.mantrachain.io/MANTRA-Dukong"],
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/eos-evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
},
"icon": { "web3Icons": { "name": "eos", "variants": ["mono"] } }
"icon": { "web3Icons": { "name": "eos" } }
}
2 changes: 1 addition & 1 deletion registry/eip155/jungle4-evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
},
"icon": { "web3Icons": { "name": "eos", "variants": ["mono"] } }
"icon": { "web3Icons": { "name": "eos" } }
}
6 changes: 5 additions & 1 deletion registry/eip155/moonriver.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"apiUrls": [
{ "url": "https://api-moonriver.moonscan.io/api", "kind": "etherscan" }
],
"services": { "subgraphs": [{ "provider": "e&n" }] },
"services": {
"subgraphs": [{ "provider": "e&n" }],
"firehose": [{ "provider": "pinax", "url": "moonriver.firehose.pinax.network:443" }],
"substreams": [{ "provider": "pinax", "url": "moonriver.substreams.pinax.network:443" }]
},
"networkType": "mainnet",
"relations": [{ "kind": "other", "network": "moonbeam" }],
"issuanceRewards": false,
Expand Down
3 changes: 2 additions & 1 deletion registry/eip155/unichain-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
"evmExtendedModel": true,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
}
},
"icon": { "web3Icons": { "name": "unichain" } }
}
7 changes: 4 additions & 3 deletions registry/eip155/xlayer-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "xlayer-mainnet",
"shortName": "XLayer",
"fullName": "XLayer Mainnet",
"shortName": "X Layer",
"fullName": "X Layer Mainnet",
"aliases": ["evm-196", "xlayer"],
"caip2Id": "eip155:196",
"graphNode": { "protocol": "ethereum" },
Expand Down Expand Up @@ -34,5 +34,6 @@
"evmExtendedModel": false,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
}
},
"icon": { "web3Icons": { "name": "x-layer" } }
}
7 changes: 4 additions & 3 deletions registry/eip155/xlayer-sepolia.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "xlayer-sepolia",
"shortName": "XLayer",
"shortName": "X Layer",
"secondName": "Sepolia",
"fullName": "XLayer Testnet",
"fullName": "X Layer Sepolia Testnet",
"aliases": ["evm-195"],
"caip2Id": "eip155:195",
"graphNode": { "protocol": "ethereum" },
Expand All @@ -27,5 +27,6 @@
"evmExtendedModel": false,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
}
},
"icon": { "web3Icons": { "name": "x-layer" } }
}

0 comments on commit f682a09

Please sign in to comment.