diff --git a/public/images/farms/popen-bnb.svg b/public/images/farms/popen-bnb.svg
new file mode 100644
index 0000000000000..dbbb1ec805a03
--- /dev/null
+++ b/public/images/farms/popen-bnb.svg
@@ -0,0 +1,48 @@
+
diff --git a/public/images/pools/popen-cake.svg b/public/images/pools/popen-cake.svg
new file mode 100644
index 0000000000000..90f18195f2f5b
--- /dev/null
+++ b/public/images/pools/popen-cake.svg
@@ -0,0 +1,49 @@
+
diff --git a/public/images/tokens/popen.png b/public/images/tokens/popen.png
new file mode 100644
index 0000000000000..4c5b716850184
Binary files /dev/null and b/public/images/tokens/popen.png differ
diff --git a/src/config/constants/farms.ts b/src/config/constants/farms.ts
index e0a645699a4ba..887b2abbaa20e 100644
--- a/src/config/constants/farms.ts
+++ b/src/config/constants/farms.ts
@@ -38,6 +38,16 @@ const farms: FarmConfig[] = [
/**
* V3 by order of release (some may be out of PID order due to multiplier boost)
*/
+ {
+ pid: 393,
+ lpSymbol: 'pOPEN-BNB LP',
+ lpAddresses: {
+ 97: '',
+ 56: '0x1090c996fd1490d15dd7906322ee676a5cc3cf82',
+ },
+ token: tokens.popen,
+ quoteToken: tokens.wbnb,
+ },
{
pid: 335,
lpSymbol: 'LIEN-BNB LP',
diff --git a/src/config/constants/pools.ts b/src/config/constants/pools.ts
index 52ad79f2db519..1b1eba265dfb2 100644
--- a/src/config/constants/pools.ts
+++ b/src/config/constants/pools.ts
@@ -16,6 +16,19 @@ const pools: PoolConfig[] = [
sortOrder: 1,
isFinished: false,
},
+ {
+ sousId: 159,
+ stakingToken: tokens.cake,
+ earningToken: tokens.popen,
+ contractAddress: {
+ 97: '',
+ 56: '0x7baf1763ce5d0da8c9d85927f08a8be9c481ce50',
+ },
+ poolCategory: PoolCategory.CORE,
+ harvest: true,
+ sortOrder: 999,
+ tokenPerBlock: '0.19097',
+ },
{
sousId: 158,
stakingToken: tokens.cake,
diff --git a/src/config/constants/tokens.ts b/src/config/constants/tokens.ts
index a790f8c975889..4de1c8783cb33 100644
--- a/src/config/constants/tokens.ts
+++ b/src/config/constants/tokens.ts
@@ -1407,6 +1407,15 @@ const tokens = {
decimals: 18,
projectLink: 'https://www.bitwellex.com/',
},
+ popen: {
+ symbol: 'pOPEN',
+ address: {
+ 56: '0xabae871b7e3b67aeec6b46ae9fe1a91660aadac5',
+ 97: '',
+ },
+ decimals: 18,
+ projectLink: 'https://opendao.io/',
+ },
}
export default tokens