Skip to content

Commit b05fe0f

Browse files
committed
update (config)
1 parent a33de1c commit b05fe0f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/config/ConfigDefaults.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,5 +498,15 @@ export const ConfigDefaults = <IConfigData> {
498498
"CreateCall": "0x392e2F66c3BBF0046c861e0065fB7C7917b18078"
499499
}
500500
}
501+
},
502+
"spotPriceAggregator": {
503+
"eth": "0x00000000000D6FFc74A8feb35aF5827bf57f6786",
504+
"bsc": "0x00000000000D6FFc74A8feb35aF5827bf57f6786",
505+
"polygon": "0x00000000000D6FFc74A8feb35aF5827bf57f6786",
506+
"optimism": "0x00000000000D6FFc74A8feb35aF5827bf57f6786",
507+
"avalanche": "0x00000000000D6FFc74A8feb35aF5827bf57f6786",
508+
"gnosis": "0x00000000000D6FFc74A8feb35aF5827bf57f6786",
509+
"base": "0x00000000000D6FFc74A8feb35aF5827bf57f6786",
510+
"linea": "0x00000000000D6FFc74A8feb35aF5827bf57f6786"
501511
}
502512
};

0 commit comments

Comments
 (0)