-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add projects * feat: Format files
- Loading branch information
1 parent
479c904
commit cb07990
Showing
178 changed files
with
58,950 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
}, | ||
}; |
Oops, something went wrong.