Skip to content

Commit cb07990

Browse files
authored
feat: Add projects (#43)
* feat: Add projects * feat: Format files
1 parent 479c904 commit cb07990

File tree

178 files changed

+58950
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+58950
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Pancake Revenue Sharing Pool V1
2+
3+
## Description
4+
5+
Pancake Revenue Sharing Pool V1.
6+
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
export default {
2+
CakePool: {
3+
mainnet: "0x45c54210128a065de780C4B0Df3d16664f7f859e",
4+
testnet: "0x1088Fb24053F03802F673b84d16AE1A7023E400b",
5+
},
6+
MasterChef: {
7+
mainnet: "0xa5f8C5Dbd5F286960b9d90548680aE5ebFf07652",
8+
testnet: "0xf6B427A2Df6E24600e3e3c62634B7c478826619D",
9+
},
10+
cakePoolPID: {
11+
mainnet: 0,
12+
testnet: 2,
13+
},
14+
VCake: {
15+
mainnet: "0xa3b8321173Cf3DdF37Ce3e7548203Fc25d86402F",
16+
testnet: "0x5DD37E97716A8b358BCbc731516F36FFff978454",
17+
},
18+
RevenueSharingPoolFactory: {
19+
mainnet: "0xbBC86F201c14A4062Ee0dE8c580dA38c6E38cD2e",
20+
testnet: "0xB8c7535f2b099b30fa07FcDdFCCA9808826b297e",
21+
},
22+
RevenueSharingPoolForCake: {
23+
mainnet: "0xCD5d1935e9bfa4905f9f007C97aB1f1763dC1607",
24+
testnet: "0x0000000000000000000000000000000000000000",
25+
},
26+
};

0 commit comments

Comments
 (0)