From 1a11dd10943e8440a5d4da74f67f8cf8b78f5468 Mon Sep 17 00:00:00 2001 From: Philippe Date: Mon, 13 Nov 2023 19:08:44 +0100 Subject: [PATCH] Use external oracle for sJPY --- pages/api/getPools/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/api/getPools/index.js b/pages/api/getPools/index.js index 3a703b33..a8749dc1 100644 --- a/pages/api/getPools/index.js +++ b/pages/api/getPools/index.js @@ -85,6 +85,7 @@ const EXTERNAL_ORACLE_COINS_ADDRESSES = { ethereum: [ '0x269895a3df4d73b077fc823dd6da1b95f72aaf9b', // sKRW (no curve crypto pool to act as oracle) '0x5555f75e3d5278082200fb451d1b6ba946d8e13b', // ibJPY (no curve crypto pool to act as oracle) + '0xF6b1C627e95BFc3c1b4c9B825a032Ff0fBf3e07d', // sJPY (no curve crypto pool to act as oracle) '0xF48e200EAF9906362BB1442fca31e0835773b8B4', // sAUD (no curve crypto pool to act as oracle) '0x97fe22E7341a0Cd8Db6F6C021A24Dc8f4DAD855F', // sGBP (no curve crypto pool to act as oracle) '0x0f83287ff768d1c1e17a42f44d644d7f22e8ee1d', // sCHF (no curve crypto pool to act as oracle)