Skip to content

Commit

Permalink
post-main-merge confirmation deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bearni95 committed May 14, 2024
1 parent 980f919 commit 5f41767
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/taikoon-ui/src/generated/abi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -560,4 +562,4 @@ export const taikoonTokenAddress = {
export const taikoonTokenConfig = {
address: taikoonTokenAddress,
abi: taikoonTokenAbi,
} as const;
} as const

0 comments on commit 5f41767

Please sign in to comment.