Skip to content

Commit

Permalink
Add Mantle
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Jul 16, 2024
1 parent 7f4582f commit 20f3384
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "optimism"
- "polygon"
- "zksync"
- "mantle"
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This Subgraph sources events from the Beefy CLM contracts in different networks.
- [Optimism](https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-clm-optimism/latest/gn)
- [Polygon](https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-clm-polygon/latest/gn)
- [zkSync](https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-clm-zksync/latest/gn)
- [mantle](https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-clm-mantle/latest/gn)

### Historical endpoints

Expand Down
31 changes: 31 additions & 0 deletions config/mantle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"network": "mantle",

"multicall3Address": "0xcA11bde05977b3631167028862bE2a173976CA11",
"shareTokenMintAddress": "0x0000000000000000000000000000000000000000",
"burnAddress": "0x000000000000000000000000000000000000dead",

"clmManagerFactoryAddress": "0xfBf758dbe280bD988ba0E13713b40ff8cea8565E",
"clmManagerFactoryStartBlock": 66470980,
"clmStrategyFactoryAddress": "0xEDFBeC807304951785b581dB401fDf76b4bAd1b0",
"clmStrategyFactoryStartBlock": 66470995,
"rewardPoolFactoryAddress": "0x0d4d90b8D7E1AA1AAE5B80EEdCD5b431Eb3c739D",
"rewardPoolFactoryStartBlock": 66470986,
"beefyClassicVaultFactoryAddress": "0xfc69704cC3cAac545cC7577009Ea4AA04F1a61Eb",
"beefyClassicVaultFactoryStartBlock": 66470986,
"beefyClassicBoostFactoryAddress": "0x0000000000000000000000000000000000000000",
"beefyClassicBoostFactoryStartBlock": 66470986,
"clockTickBlocks": 150,

"wrappedNativeAddress": "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
"wrappedNativeDecimals": 18,

"priceOracleType": "pyth",
"chainlinkNativePriceFeedAddress": "0x0000000000000000000000000000000000000000",
"chainlinkNativePriceFeedDecimals": 8,
"pythPriceFeedAddress": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
"pythNativePriceId": "0x4e3037c822d852d79af3ac80e35eb420ee3b870dca49f9344a38ef4773fb0585",

"beefySwapperAddress": "0x9C18deE5290925f596fbEfee2f6745b640f3A4C6",
"beefyOracleAddress": "0x61129dCBd8944aB2D1C6792428603b0845f60c5B"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"prepare:moonbeam": "./bin/prepare.sh moonbeam",
"prepare:optimism": "./bin/prepare.sh optimism",
"prepare:polygon": "./bin/prepare.sh polygon",
"prepare:zksync": "./bin/prepare.sh zksync"
"prepare:zksync": "./bin/prepare.sh zksync",
"prepare:mantle": "./bin/prepare.sh mantle"
},
"main": "./bin/index.js",
"bin": {
Expand Down

0 comments on commit 20f3384

Please sign in to comment.