Skip to content

Commit

Permalink
Merge pull request #651 from OasisDEX/pk/sc-14588/morpho-token
Browse files Browse the repository at this point in the history
Add MORPHO token to config
  • Loading branch information
piotrkonowrocki authored Mar 21, 2024
2 parents eb795d2 + 0a0b26c commit 3b98323
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/addresses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasisdex/addresses",
"version": "0.1.49",
"version": "0.1.5",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down
6 changes: 5 additions & 1 deletion packages/deploy-configurations/configs/arbitrum.conf.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { loadContractNames } from '@deploy-configurations/constants'
import { ADDRESS_ZERO, loadContractNames } from '@deploy-configurations/constants'
import { SystemConfig } from '@deploy-configurations/types/deployment-config'
import { Network } from '@deploy-configurations/types/network'

Expand Down Expand Up @@ -459,6 +459,10 @@ export const config: SystemConfig = {
name: 'MATIC',
address: '0x0000000000000000000000000000000000000000',
},
MORPHO: {
name: 'MORPHO',
address: ADDRESS_ZERO,
},
OSETH: {
name: 'OSETH',
address: '0x0000000000000000000000000000000000000000',
Expand Down
6 changes: 5 additions & 1 deletion packages/deploy-configurations/configs/base.conf.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { loadContractNames } from '@deploy-configurations/constants'
import { ADDRESS_ZERO, loadContractNames } from '@deploy-configurations/constants'
import { SystemConfig } from '@deploy-configurations/types/deployment-config'
import { Network } from '@deploy-configurations/types/network'

Expand Down Expand Up @@ -551,6 +551,10 @@ export const config: SystemConfig = {
name: 'MATIC',
address: '0x0000000000000000000000000000000000000000',
},
MORPHO: {
name: 'MORPHO',
address: ADDRESS_ZERO,
},
OSETH: {
name: 'OSETH',
address: '0x0000000000000000000000000000000000000000',
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/goerli.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,10 @@ export const config: SystemConfig = {
},
MANA: { name: 'MANA', address: '0x347fceA8b4fD1a46e2c0DB8F79e22d293c2F8513' },
MATIC: { name: 'MATIC', address: '0x5B3b6CF665Cc7B4552F4347623a2A9E00600CBB5' },
MORPHO: {
name: 'MORPHO',
address: ADDRESS_ZERO,
},
OSETH: {
name: 'OSETH',
address: '0x0000000000000000000000000000000000000000',
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/hardhat.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,10 @@ export const config: SystemConfig = {
name: 'MATIC',
address: '0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0',
},
MORPHO: {
name: 'MORPHO',
address: '0x9994e35db50125e0df82e4c2dde62496ce330999',
},
OSETH: {
name: 'OSETH',
address: '0xf1c9acdc66974dfb6decb12aa385b9cd01190e38',
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/local.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,10 @@ export const config: SystemConfig = {
name: 'MATIC',
address: '0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0',
},
MORPHO: {
name: 'MORPHO',
address: '0x9994e35db50125e0df82e4c2dde62496ce330999',
},
OSETH: {
name: 'OSETH',
address: '0xf1c9acdc66974dfb6decb12aa385b9cd01190e38',
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/mainnet.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,10 @@ export const config: SystemConfig = {
name: 'MATIC',
address: '0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0',
},
MORPHO: {
name: 'MORPHO',
address: '0x9994e35db50125e0df82e4c2dde62496ce330999',
},
OSETH: {
name: 'OSETH',
address: '0xf1c9acdc66974dfb6decb12aa385b9cd01190e38',
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/optimism.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,10 @@ export const config: SystemConfig = {
name: 'MATIC',
address: ADDRESS_ZERO,
},
MORPHO: {
name: 'MORPHO',
address: ADDRESS_ZERO,
},
OSETH: {
name: 'OSETH',
address: ADDRESS_ZERO,
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/sepolia.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,10 @@ export const config: SystemConfig = {
},
MANA: { name: 'MANA', address: '0x347fceA8b4fD1a46e2c0DB8F79e22d293c2F8513' },
MATIC: { name: 'MATIC', address: '0x5B3b6CF665Cc7B4552F4347623a2A9E00600CBB5' },
MORPHO: {
name: 'MORPHO',
address: ADDRESS_ZERO,
},
OSETH: {
name: 'OSETH',
address: '0x0000000000000000000000000000000000000000',
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/tenderly.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,10 @@ export const config: SystemConfig = {
name: 'MATIC',
address: '0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0',
},
MORPHO: {
name: 'MORPHO',
address: '0x9994e35db50125e0df82e4c2dde62496ce330999',
},
OSETH: {
name: 'OSETH',
address: '0x0000000000000000000000000000000000000000',
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/test.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,10 @@ export const config: SystemConfig = {
name: 'MATIC',
address: '0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0',
},
MORPHO: {
name: 'MORPHO',
address: '0x9994e35db50125e0df82e4c2dde62496ce330999',
},
OSETH: {
name: 'OSETH',
address: '0xf1c9acdc66974dfb6decb12aa385b9cd01190e38',
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/test/arbitrum.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,10 @@ export const config: SystemConfig = {
name: 'MATIC',
address: ADDRESS_ZERO,
},
MORPHO: {
name: 'MORPHO',
address: ADDRESS_ZERO,
},
OSETH: {
name: 'OSETH',
address: ADDRESS_ZERO,
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/test/mainnet.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,10 @@ export const config: SystemConfig = {
LRC: { name: 'LRC', address: '0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD' },
MANA: { name: 'MANA', address: '0x0F5D2fB29fb7d3CFeE444a200298f468908cC942' },
MATIC: { name: 'MATIC', address: '0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0' },
MORPHO: {
name: 'MORPHO',
address: '0x9994e35db50125e0df82e4c2dde62496ce330999',
},
OSETH: {
name: 'OSETH',
address: '0xf1c9acdc66974dfb6decb12aa385b9cd01190e38',
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/test/optimism.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,10 @@ export const config: SystemConfig = {
LRC: { name: 'LRC', address: ADDRESS_ZERO },
MANA: { name: 'MANA', address: ADDRESS_ZERO },
MATIC: { name: 'MATIC', address: ADDRESS_ZERO },
MORPHO: {
name: 'MORPHO',
address: '0x9994e35db50125e0df82e4c2dde62496ce330999',
},
OSETH: {
name: 'OSETH',
address: ADDRESS_ZERO,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export type Tokens =
| 'LUSD'
| 'MANA'
| 'MATIC'
| 'MORPHO'
| 'MEVETH'
| 'MPETH'
| 'OP'
Expand Down

0 comments on commit 3b98323

Please sign in to comment.