Skip to content

Commit

Permalink
Merge pull request #222 from ApeSwapFinance/kom-v2-liq
Browse files Browse the repository at this point in the history
chore: forced KOM to use v2 liq
  • Loading branch information
n0mbr3al3at0r10 authored Oct 4, 2023
2 parents 1745588 + 8310312 commit 92e7de1
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -6880,6 +6880,9 @@
"decimals": {
"137": 8
},
"liquidityDex": {
"137": "ApeSwapV2"
},
"active": true
},
"quoteToken": {
Expand All @@ -6902,6 +6905,9 @@
"decimals": {
"137": 18
},
"liquidityDex": {
"137": "ApeSwapV2"
},
"active": true,
"lpToken": true
},
Expand All @@ -6913,6 +6919,9 @@
"decimals": {
"137": 8
},
"liquidityDex": {
"137": "ApeSwapV2"
},
"active": true
},
"billNnftAddress": {
Expand Down
6 changes: 6 additions & 0 deletions config/dualFarms.json
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,9 @@
"decimals": {
"137": 8
},
"liquidityDex": {
"137": "ApeSwapV2"
},
"active": true
}
},
Expand Down Expand Up @@ -920,6 +923,9 @@
"decimals": {
"137": 8
},
"liquidityDex": {
"137": "ApeSwapV2"
},
"active": true
}
}
Expand Down
6 changes: 6 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,9 @@
"decimals": {
"137": 8
},
"liquidityDex": {
"137": "ApeSwapV2"
},
"active": true
},
"lunr": {
Expand Down Expand Up @@ -3306,6 +3309,9 @@
"decimals": {
"137": 18
},
"liquidityDex": {
"137": "ApeSwapV2"
},
"active": true,
"lpToken": true
},
Expand Down
6 changes: 6 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,9 @@ const tokens: Record<string, Token> = {
decimals: {
[ChainId.MATIC]: 8,
},
liquidityDex: {
[ChainId.MATIC]: LiquidityDex.ApeSwapV2,
},
active: true,
},
lunr: {
Expand Down Expand Up @@ -3258,6 +3261,9 @@ const tokens: Record<string, Token> = {
decimals: {
[ChainId.MATIC]: 18,
},
liquidityDex: {
[ChainId.MATIC]: LiquidityDex.ApeSwapV2,
},
active: true,
lpToken: true,
},
Expand Down

0 comments on commit 92e7de1

Please sign in to comment.