Skip to content

Commit

Permalink
network config update
Browse files Browse the repository at this point in the history
  • Loading branch information
bearni95 committed May 6, 2024
1 parent 49afbd6 commit ef2e879
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/taikoon-ui/src/components/Collection/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const taikoonsWrapperClasses = classNames(
'gap-5',
'p-5',
'grid',
'xl:grid-cols-8',
'lg:grid-cols-6',
'md:grid-cols-4',
'grid-cols-3',
Expand Down
12 changes: 7 additions & 5 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,16 +543,16 @@ 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)
* -
*/
export const taikoonTokenAddress = {
17000: '0xfDbaA6d6c382A2555856bFaB315D5E6F3CDA1393',
31337: '0x0B306BF915C4d645ff596e518fAf3F9669b97016',
} as const;
31337: '0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9',
} as const

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

0 comments on commit ef2e879

Please sign in to comment.