From 6e2a79dd70024b21d46260ab9c24ffa38dd60fc8 Mon Sep 17 00:00:00 2001 From: Spencer Miller Date: Sun, 10 Nov 2024 13:33:28 +0200 Subject: [PATCH] update testnet AccountOnboard contract address --- abi/IAccountOnboard.json | 39 --------------------------------------- src/utils/constants.ts | 2 +- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 abi/IAccountOnboard.json diff --git a/abi/IAccountOnboard.json b/abi/IAccountOnboard.json deleted file mode 100644 index 449f804..0000000 --- a/abi/IAccountOnboard.json +++ /dev/null @@ -1,39 +0,0 @@ -[ - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "_from", - "type": "address" - }, - { - "indexed": false, - "internalType": "bytes", - "name": "userKey", - "type": "bytes" - } - ], - "name": "AccountOnboarded", - "type": "event" - }, - { - "inputs": [ - { - "internalType": "bytes", - "name": "publicKey", - "type": "bytes" - }, - { - "internalType": "bytes", - "name": "signedEK", - "type": "bytes" - } - ], - "name": "onboardAccount", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } -] diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 5ddc965..76fc256 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1,4 +1,4 @@ -export const ONBOARD_CONTRACT_ADDRESS = "0x60eA13A5f263f77f7a2832cfEeF1729B1688477c" +export const ONBOARD_CONTRACT_ADDRESS = "0x24D6c44eaB7aA09A085dDB8cD25c28FFc9917EC9" export const ONBOARD_CONTRACT_ABI = [ {