Skip to content

Commit

Permalink
Merge pull request #2 from subsquid/octo-gone-patch-1
Browse files Browse the repository at this point in the history
Add arbitrum-goerli, sepolia and moonriver
  • Loading branch information
octo-gone authored Jun 30, 2023
2 parents c617726 + 30485dc commit 6863522
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/archives/evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"provider": "subsquid",
"dataSourceUrl": "https://arbitrum-goerli.archive.subsquid.io",
"release": "FireSquid"
},
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/arbitrum-goerli",
"release": "ArrowSquid"
}
]
},
Expand Down Expand Up @@ -192,6 +197,11 @@
"provider": "subsquid",
"dataSourceUrl": "https://moonriver-evm.archive.subsquid.io",
"release": "FireSquid"
},
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/moonriver-mainnet",
"release": "ArrowSquid"
}
]
},
Expand Down Expand Up @@ -242,6 +252,11 @@
"provider": "subsquid",
"dataSourceUrl": "https://sepolia.archive.subsquid.io",
"release": "FireSquid"
},
{
"provider": "subsquid",
"dataSourceUrl": "https://v2.archive.subsquid.io/network/ethereum-sepolia",
"release": "ArrowSquid"
}
]
},
Expand Down Expand Up @@ -306,4 +321,4 @@
]
}
]
}
}

0 comments on commit 6863522

Please sign in to comment.