We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33de1c commit b05fe0fCopy full SHA for b05fe0f
src/config/ConfigDefaults.ts
@@ -498,5 +498,15 @@ export const ConfigDefaults = <IConfigData> {
498
"CreateCall": "0x392e2F66c3BBF0046c861e0065fB7C7917b18078"
499
}
500
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"
511
512
};
0 commit comments