Skip to content

Commit

Permalink
format, lint, build
Browse files Browse the repository at this point in the history
  • Loading branch information
bearni95 committed May 7, 2024
1 parent dd04588 commit f12a712
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/taikoon-ui/src/generated/abi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,7 @@ 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' },
Expand Down Expand Up @@ -543,7 +541,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)
Expand All @@ -552,7 +550,7 @@ export const taikoonTokenAbi = [
export const taikoonTokenAddress = {
17000: '0xfDbaA6d6c382A2555856bFaB315D5E6F3CDA1393',
31337: '0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9',
} as const
} as const;

/**
* - [__View Contract on Holesky Etherscan__](https://holesky.etherscan.io/address/0xfDbaA6d6c382A2555856bFaB315D5E6F3CDA1393)
Expand All @@ -561,4 +559,4 @@ export const taikoonTokenAddress = {
export const taikoonTokenConfig = {
address: taikoonTokenAddress,
abi: taikoonTokenAbi,
} as const
} as const;

0 comments on commit f12a712

Please sign in to comment.