Skip to content
Open
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
2 changes: 2 additions & 0 deletions networks/etherlink-report/report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Etherlink Testnet & Mainnet Blocks Subgraph Logs:
Complete and running smoothly
5 changes: 5 additions & 0 deletions networks/mode-mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"network": "mode-mainnet",
"contract_address": "0x0ddff327ddf7fe838e3e63d02001ef23ad1ede8e"
}

5 changes: 5 additions & 0 deletions networks/mode-sepolia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"network": "mode-sepolia",
"contract_address": "0x0ddff327ddf7fe838e3e63d02001ef23ad1ede8e"
}

4 changes: 4 additions & 0 deletions networks/sei-atlantic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"network": "sei-atlantic",
"contract_address": "0x0ddff327ddf7fe838e3e63d02001ef23ad1ede8e"
}
2 changes: 1 addition & 1 deletion networks/sei-testnet.json → networks/sei-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"network": "sei-testnet",
"network": "sei-mainnet",
"contract_address": "0x0ddff327ddf7fe838e3e63d02001ef23ad1ede8e"
}
10 changes: 10 additions & 0 deletions networks/sei-report/atlantic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### Sei Atlantic Logs:

Trying again after load block 0xf9d3…ab9e failed (attempt #5) with result Err(RPC error: Error { code: ServerError(-32000), message: "could not find block for hash F9D3845DF25B43B1C6926F3CEDA6845C17F5624E12212FD8847D0BA01DA1AB9E", data: None } Caused by: Server error: could not find block for hash F9D3845DF25B43B1C6926F3CEDA6845C17F5624E12212FD8847D0BA01DA1AB9E), component: BlockStream
debug
2025-01-16 01:30:01 a.m.
Trying again after load block 0xf9d3…ab9e failed (attempt #4) with result Err(RPC error: Error { code: ServerError(-32000), message: "could not find block for hash F9D3845DF25B43B1C6926F3CEDA6845C17F5624E12212FD8847D0BA01DA1AB9E", data: None } Caused by: Server error: could not find block for hash F9D3845DF25B43B1C6926F3CEDA6845C17F5624E12212FD8847D0BA01DA1AB9E



Cannot find the block hash and our hypothesis is that this chain is not having an indexer or enough indexing compute
5 changes: 5 additions & 0 deletions networks/sei-report/mainnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Sei Mainnet Logs:

Requesting logs for blocks [3049611, 3050110], event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0 contracts, topic1: [None], topic2: [None], topic3: [None], component: BlockStream

We are noticing lack of events early on in the block but data is graph is indexing
5 changes: 5 additions & 0 deletions networks/vana-moksha.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"network": "vana-moksha",
"contract_address": "0x0ddff327ddf7fe838e3e63d02001ef23ad1ede8e"
}

5 changes: 5 additions & 0 deletions networks/vana.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"network": "vana",
"contract_address": "0x0ddff327ddf7fe838e3e63d02001ef23ad1ede8e"
}

5 changes: 5 additions & 0 deletions networks/zetachain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"network": "zetachain",
"contract_address": "0x0ddff327ddf7fe838e3e63d02001ef23ad1ede8e"
}

Loading