Skip to content

Commit 9125063

Browse files
authored
Add Fuse Mainnet configuration
Added Fuse Mainnet details including code, name, chain ID, description, logo, and example project.
1 parent ea796f2 commit 9125063

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

index.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,6 +1654,23 @@ export const networkFamilies: NetworkFamily[] = [
16541654
},
16551655
],
16561656
},
1657+
{
1658+
code: "122",
1659+
name: "Fuse Mainnet",
1660+
chain_id: "122",
1661+
description:
1662+
"Fuse is a fast, cost-effective, and high-throughput blockchain solution created for businesses and consumers",
1663+
logo: "https://static.subquery.network/network-logos/122.png",
1664+
examples: [
1665+
{
1666+
name: "fuse-starter",
1667+
description:
1668+
"This SubQuery project indexes all transfers and approval events for the WETH on Fuse mainnet",
1669+
remote: "https://github.com/subquery/ethereum-subql-starter",
1670+
path: "Fuse/fuse-starter",
1671+
},
1672+
],
1673+
},
16571674
{
16581675
code: "100",
16591676
name: "Gnosis",

0 commit comments

Comments
 (0)