We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dda14c6 + 07410f0 commit 3c8bd3bCopy full SHA for 3c8bd3b
src/adapters/peggedAssets/magic-internet-money/index.ts
@@ -124,6 +124,8 @@ const bridgedChainContracts: ChainContracts = {
124
"0xd7659d913430945600dfe875434b6d80646d552a",
125
"0x4f9737e994da9811b8830775fd73e2f1c8e40741",
126
"0x66805f6e719d7e67d46e8b2501c1237980996c6a",
127
+ "0x49De724D7125641F56312EBBcbf48Ef107c8FA57",
128
+ "0x780db9770dDc236fd659A39430A8a7cC07D0C320",
129
],
130
reserves: [
131
"0x27807dd7adf218e1f4d885d54ed51c70efb9de50", // ODM
@@ -179,7 +181,7 @@ async function chainReleased(
179
181
decimals: number,
180
182
bridged: boolean
183
) {
- return async function (
184
+ return async function(
185
_timestamp: number,
186
_ethBlock: number,
187
_chainBlocks: ChainBlocks
0 commit comments