Skip to content

Commit

Permalink
fix: update ftm iron bank adapter to fix apy (#149)
Browse files Browse the repository at this point in the history
* fix :update ftm iron bank adapter to fix apy

* fix: update adapter address again
  • Loading branch information
jstashh authored Oct 14, 2021
1 parent 7a09966 commit d477a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/adapters/ironbank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class IronBankAdapter<T extends ChainId> extends ContractService<T> {
case 1337:
return "0xFF0bd2d0C7E9424ccB149ED3757155eEf41a793D";
case 250:
return "0x738b247e9b89003f2BCbc543Ad268305736f1629";
return "0x8CafAF31Ee6374C02EedF1AD68dDb193dDAC29A2";
}
}

Expand Down

0 comments on commit d477a9e

Please sign in to comment.