Skip to content

Commit

Permalink
Merge pull request #127 from Synthetixio/susde
Browse files Browse the repository at this point in the history
Add susde
  • Loading branch information
Tburm authored Oct 4, 2024
2 parents 225e77c + 3afd461 commit 5668b4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions extractors/configs/arbitrum_mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ eth_calls:
- [1, "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34"]
- [1, "0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe"]
- [1, "0x5979D7b546E38E414F7E9822514be443A4800529"]
- [1, "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2"]
min_block: "218M"
requests_per_second: 25
block_increment: 4000
Expand All @@ -32,6 +33,7 @@ eth_calls:
- [1, "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34"]
- [1, "0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe"]
- [1, "0x5979D7b546E38E414F7E9822514be443A4800529"]
- [1, "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2"]
min_block: "218M"
requests_per_second: 25
block_increment: 4000
Expand Down
3 changes: 2 additions & 1 deletion extractors/configs/arbitrum_sepolia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ blocks:
block_increment: 4000
chunk_size: 80


eth_calls:
- contract_name: "CoreProxy"
package_name: "system"
Expand All @@ -18,6 +17,7 @@ eth_calls:
- [1, "0xda7b438d762110083602AbC497b1Ec8Bc6605eC9"]
- [1, "0x54664815B709252dDC99dB3CB91e2d584717DbfC"]
- [1, "0x4159018C381e5AEB9A95AB27c26726fBc4671f08"]
- [1, "0x7FcAD85b378D9a13733dD5c715ef318F45cd7699"]
min_block: "41M"
requests_per_second: 25
block_increment: 4000
Expand All @@ -33,6 +33,7 @@ eth_calls:
- [1, "0xda7b438d762110083602AbC497b1Ec8Bc6605eC9"]
- [1, "0x54664815B709252dDC99dB3CB91e2d584717DbfC"]
- [1, "0x4159018C381e5AEB9A95AB27c26726fBc4671f08"]
- [1, "0x7FcAD85b378D9a13733dD5c715ef318F45cd7699"]
min_block: "41M"
requests_per_second: 25
block_increment: 4000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ token_address,token_symbol
0xaf88d065e77c8cC2239327C5EDb3A432268e5831,USDC
0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34,USDe
0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe,weETH
0x5979D7b546E38E414F7E9822514be443A4800529,wstETH
0x5979D7b546E38E414F7E9822514be443A4800529,wstETH
0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2,sUSDe
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ token_address,token_symbol
0xCf45784084Ca3fd91C215a87265014c3DC67182D,USDe
0xd45eACF062F6C7c780EF7953c23E112041f0bd1B,BTC
0x54664815B709252dDC99dB3CB91e2d584717DbfC,weETH
0x4159018C381e5AEB9A95AB27c26726fBc4671f08,wstETH
0x4159018C381e5AEB9A95AB27c26726fBc4671f08,wstETH
0x7FcAD85b378D9a13733dD5c715ef318F45cd7699,sUSDe

0 comments on commit 5668b4e

Please sign in to comment.