Skip to content

Commit

Permalink
update story chain
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Oct 30, 2024
1 parent ac6f602 commit 3ec6dac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/event/ava-2024/Rules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function Rules() {
<>
<h3 className='text-red-500 font-semibold text-base'>Round 2: The Art of Storytelling</h3>
<h4 className='font-medium mt-1'>A/ Timeline:</h4>
<p>- From October 19 to November 01</p>
<p>- From October 19 to November 03</p>
<h4 className='font-medium mt-1'>B/ Story:</h4>
<p>
- Share your artistic journey or your creative experiences. The story should be complete and convey
Expand Down Expand Up @@ -392,7 +392,7 @@ export default function Rules() {
<>
<h3 className='font-bold mt-4'>Vòng 2: The Art of Storytelling - Nghệ thuật kể chuyện</h3>
<h4 className='font-medium mt-1'>A/ Thời gian diễn ra:</h4>
<p>- Từ 19/10 - 01/11</p>
<p>- Từ 19/10 - 03/11</p>
<h4 className='font-medium mt-1'>B/ Nội dung:</h4>
<p>
- Hãy chia sẻ về câu chuyện sáng tạo nghệ thuật hoặc những trải nghiệm của bạn trong quá trình sáng
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export default function Round3Submission() {
{...field}
max={
form.watch('selectedDefaultCharacter').length +
form.watch('selectedCollectedCharacter').length <
form.watch('selectedCollectedCharacter').length <=
7
? 1
: 0
Expand Down
12 changes: 6 additions & 6 deletions src/services/wagmi/config.ts
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
import getConfig from 'next/config'
import { Chain } from 'viem'
import { createConfig, http } from 'wagmi'
import { injected, metaMask, walletConnect } from 'wagmi/connectors'
export const storyChain = {
id: 1513,
name: 'Story Iliad Network',
export const storyChain: Chain = {
id: 1516,
name: 'Story Public Testnet',
nativeCurrency: {
name: 'IP',
symbol: 'IP',
decimals: 18,
},
rpcUrls: {
default: {
http: ['https://story-testnet.aura.network'],
http: ['https://odyssey.storyrpc.io/'],
},
},
blockExplorers: {
default: {
name: 'Storyscan',
url: 'https://testnet.storyscan.xyz/',
apiUrl: 'https://explorer-api.dev.aura.network/api',
url: 'https://odyssey-testnet-explorer.storyscan.xyz/',
},
},
}
Expand Down

0 comments on commit 3ec6dac

Please sign in to comment.