Skip to content

Commit

Permalink
feat: Add projects (#43)
Browse files Browse the repository at this point in the history
* feat: Add projects

* feat: Format files
  • Loading branch information
ChefSnoopy authored Mar 6, 2024
1 parent 479c904 commit cb07990
Show file tree
Hide file tree
Showing 178 changed files with 58,950 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/revenue-sharing-pool/v1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Pancake Revenue Sharing Pool V1

## Description

Pancake Revenue Sharing Pool V1.

26 changes: 26 additions & 0 deletions projects/revenue-sharing-pool/v1/config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
export default {
CakePool: {
mainnet: "0x45c54210128a065de780C4B0Df3d16664f7f859e",
testnet: "0x1088Fb24053F03802F673b84d16AE1A7023E400b",
},
MasterChef: {
mainnet: "0xa5f8C5Dbd5F286960b9d90548680aE5ebFf07652",
testnet: "0xf6B427A2Df6E24600e3e3c62634B7c478826619D",
},
cakePoolPID: {
mainnet: 0,
testnet: 2,
},
VCake: {
mainnet: "0xa3b8321173Cf3DdF37Ce3e7548203Fc25d86402F",
testnet: "0x5DD37E97716A8b358BCbc731516F36FFff978454",
},
RevenueSharingPoolFactory: {
mainnet: "0xbBC86F201c14A4062Ee0dE8c580dA38c6E38cD2e",
testnet: "0xB8c7535f2b099b30fa07FcDdFCCA9808826b297e",
},
RevenueSharingPoolForCake: {
mainnet: "0xCD5d1935e9bfa4905f9f007C97aB1f1763dC1607",
testnet: "0x0000000000000000000000000000000000000000",
},
};
Loading

0 comments on commit cb07990

Please sign in to comment.