From 5604da4784122ee53b98da76efadf79fdd1e647d Mon Sep 17 00:00:00 2001 From: Norman Date: Thu, 9 May 2024 22:59:29 +0800 Subject: [PATCH] feat: add ORA_SINGLE sepolia verifier address --- src/common/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/constants.ts b/src/common/constants.ts index 4d88dc8..07f0768 100644 --- a/src/common/constants.ts +++ b/src/common/constants.ts @@ -93,7 +93,7 @@ export const AggregatorVerifierAddress: { [key: string]: { [key: string]: string }, ORA_SINGLE: { mainnet: '0x9B13520f499e95f7e94E8346Ed8F52D2F830d955', - sepolia: 'not support yet', + sepolia: '0x232adE59de1C31bcB48c7c2C45b71805B420b119', goerli: 'not support yet', }, ORA: {