Commit e256a66 1 parent 0a5d8a4 commit e256a66 Copy full SHA for e256a66
File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -530,7 +530,7 @@ async function main() {
530
530
}
531
531
532
532
const gql = `{
533
- tokens(where: {balances_: {amount_lt : 0}}) {
533
+ tokens(where: {balances_: {rawAmount_lt : 0}}) {
534
534
id
535
535
}
536
536
}`
@@ -544,7 +544,7 @@ async function main() {
544
544
} )
545
545
546
546
if ( ! result . ok ) {
547
- console . error ( `Failed to fetch data from subgraph: ${ result . statusText } ` )
547
+ console . error ( `Failed to fetch data from subgraph ${ chain } : ${ result . statusText } ` )
548
548
console . error ( await result . text ( ) )
549
549
continue
550
550
}
Original file line number Diff line number Diff line change 3
3
"indexerHintPrune" : 20000000 ,
4
4
"shareTokenMintAddress" : " 0x0000000000000000000000000000000000000000" ,
5
5
"burnAddress" : " 0x000000000000000000000000000000000000dead" ,
6
- "firstBlock" : 100410105 ,
6
+ "firstBlock" : 1365253 ,
7
7
8
8
"clmManagerFactoryAddress" : " 0xD41Ce2c0a0596635FC09BDe2C35946a984b8cB7A" ,
9
9
"clmManagerFactoryStartBlock" : 219696027 ,
Original file line number Diff line number Diff line change 26
26
" 0x9b40e357937bce323b1eb3832173b3d028520708" ,
27
27
" 0x9dbbbaecacedf53d5caa295b8293c1def2055adc" ,
28
28
" 0x9e75f8298e458b76382870982788988a0799195b" ,
29
- " 0xaf570c4bcc42fe7f62e969bb147a639d74d2dad4" ,
30
29
" 0xb1bfc21bee2b2dda4728481dbf52edc3b9f5fb79" ,
31
30
" 0xb8ff233d024277b0e188a478c18e9263330a1b51" ,
32
31
" 0xba5041b1c06e8c9cfb5ddb4b82bdc52e41ea5fc5" ,
You can’t perform that action at this time.
0 commit comments