From 5f41767a543ba403339d6e7f205da4aedb4ef086 Mon Sep 17 00:00:00 2001 From: bearni95 Date: Tue, 14 May 2024 12:53:40 +0200 Subject: [PATCH] post-main-merge confirmation deployment --- packages/taikoon-ui/src/generated/abi/index.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/taikoon-ui/src/generated/abi/index.ts b/packages/taikoon-ui/src/generated/abi/index.ts index a241ebeaa0c..c4ec39d7443 100644 --- a/packages/taikoon-ui/src/generated/abi/index.ts +++ b/packages/taikoon-ui/src/generated/abi/index.ts @@ -455,7 +455,9 @@ export const taikoonTokenAbi = [ }, { type: 'error', - inputs: [{ name: 'implementation', internalType: 'address', type: 'address' }], + inputs: [ + { name: 'implementation', internalType: 'address', type: 'address' }, + ], name: 'ERC1967InvalidImplementation', }, { type: 'error', inputs: [], name: 'ERC1967NonPayable' }, @@ -541,7 +543,7 @@ export const taikoonTokenAbi = [ inputs: [{ name: 'slot', internalType: 'bytes32', type: 'bytes32' }], name: 'UUPSUnsupportedProxiableUUID', }, -] as const; +] as const /** * - [__View Contract on Holesky Etherscan__](https://holesky.etherscan.io/address/0xfDbaA6d6c382A2555856bFaB315D5E6F3CDA1393) @@ -551,7 +553,7 @@ export const taikoonTokenAddress = { 17000: '0xfDbaA6d6c382A2555856bFaB315D5E6F3CDA1393', 31337: '0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512', 167001: '0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512', -} as const; +} as const /** * - [__View Contract on Holesky Etherscan__](https://holesky.etherscan.io/address/0xfDbaA6d6c382A2555856bFaB315D5E6F3CDA1393) @@ -560,4 +562,4 @@ export const taikoonTokenAddress = { export const taikoonTokenConfig = { address: taikoonTokenAddress, abi: taikoonTokenAbi, -} as const; +} as const