Skip to content

Commit

Permalink
Merge branch 'main' into ui-qa-checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
bearni95 committed Apr 30, 2024
2 parents 70dfaf8 + ff9c9d9 commit ffd59f2
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 76 deletions.
4 changes: 2 additions & 2 deletions packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-svelte": "^2.35.1",
"eslint-plugin-svelte": "^2.38.0",
"ethereum-address": "^0.0.4",
"jsdom": "^24.0.0",
"lokijs": "^1.5.12",
Expand All @@ -61,7 +61,7 @@
"type": "module",
"dependencies": {
"@wagmi/connectors": "^4.1.18",
"@wagmi/core": "^2.6.9",
"@wagmi/core": "^2.8.0",
"@walletconnect/ethereum-provider": "^2.12.2",
"@walletconnect/modal": "^2.6.2",
"@web3modal/wagmi": "^4.1.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/guardian-prover-health-check-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"daisyui": "^4.10.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"eslint-plugin-svelte": "^2.38.0",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.0",
Expand All @@ -47,7 +47,7 @@
},
"type": "module",
"dependencies": {
"@wagmi/core": "^2.6.9",
"@wagmi/core": "^2.8.0",
"axios": "^1.6.7",
"svelte-i18n": "^4.0.0",
"viem": "^2.9.16"
Expand Down
4 changes: 2 additions & 2 deletions packages/taikoon-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-svelte": "^2.35.1",
"eslint-plugin-svelte": "^2.38.0",
"p-map": "^7.0.2",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
Expand All @@ -54,7 +54,7 @@
"@openzeppelin/merkle-tree": "^1.0.6",
"@wagmi/cli": "^2.1.4",
"@wagmi/connectors": "^4.1.18",
"@wagmi/core": "^2.6.9",
"@wagmi/core": "^2.8.0",
"@web3modal/common": "^4.1.1",
"@web3modal/ui": "^4.1.1",
"@web3modal/wagmi": "^4.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@
const wrapperClasses = classNames('flex', 'flex-row', 'items-center', 'justify-between', 'w-full', $$props.class);
const textClasses = classNames('text-sans', 'font-bold', 'text-content-tertiary', 'text-[14px]/[20px]');
const linkClasses = classNames(
'text-sans',
'text-[14px]/[20px]',
'tracking-[1.5%]',
'font-bold',
'no-underline',
);
const linkClasses = classNames('text-sans', 'text-[14px]/[20px]', 'tracking-[1.5%]', 'font-bold', 'no-underline');
</script>

<div class={wrapperClasses}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
'font-medium',
'lg:text-2xl',
'md:text-base',
'font-clash-grotesk',
'border',
'transition-all',
Expand Down
10 changes: 5 additions & 5 deletions packages/taikoon-ui/src/generated/abi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

/**
* - [__View Contract on Holesky Etherscan__](https://holesky.etherscan.io/address/0x30fD8613ef9a00E6432954B884C723E2CC8f18bD)
* - [__View Contract on Holesky Etherscan__](https://holesky.etherscan.io/address/0xfDbaA6d6c382A2555856bFaB315D5E6F3CDA1393)
* -
*/
export const taikoonTokenAbi = [
Expand Down Expand Up @@ -544,16 +544,16 @@ export const taikoonTokenAbi = [
] as const;

/**
* - [__View Contract on Holesky Etherscan__](https://holesky.etherscan.io/address/0x30fD8613ef9a00E6432954B884C723E2CC8f18bD)
* - [__View Contract on Holesky Etherscan__](https://holesky.etherscan.io/address/0xfDbaA6d6c382A2555856bFaB315D5E6F3CDA1393)
* -
*/
export const taikoonTokenAddress = {
17000: '0x30fD8613ef9a00E6432954B884C723E2CC8f18bD',
31337: '0xa513E6E4b8f2a923D98304ec87F64353C4D5C853',
17000: '0xfDbaA6d6c382A2555856bFaB315D5E6F3CDA1393',
31337: '0x8A791620dd6260079BF849Dc5567aDC3F2FdC318',
} as const;

/**
* - [__View Contract on Holesky Etherscan__](https://holesky.etherscan.io/address/0x30fD8613ef9a00E6432954B884C723E2CC8f18bD)
* - [__View Contract on Holesky Etherscan__](https://holesky.etherscan.io/address/0xfDbaA6d6c382A2555856bFaB315D5E6F3CDA1393)
* -
*/
export const taikoonTokenConfig = {
Expand Down
Loading

0 comments on commit ffd59f2

Please sign in to comment.