Skip to content

Commit 4041d98

Browse files
authored
Merge branch 'main' into main
2 parents bda489f + 149c0ed commit 4041d98

File tree

1,549 files changed

+143152
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,549 files changed

+143152
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

projects/.DS_Store

6 KB
Binary file not shown.

projects/1/1组BladeWarrior.pptx

17.5 MB
Binary file not shown.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false
14+
15+
[Makefile]
16+
indent_style = tab
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# .env
2+
NEXT_PUBLIC_CHAIN_ID=66
3+
4+
NEXT_PUBLIC_MAIN_CONTRACT_ADDRESS=0xa599e5Aff7792491ca23B15Db7a84c5A096b29B8
5+
NEXT_PUBLIC_CHARACTER_CONTRACT_ADDRESS=0x5faC14f6d55DB3605DCe1f7A883447A0a70eC3aE
6+
NEXT_PUBLIC_WEAPON_CONTRACT_ADDRESS=0xd70350104200b23b0effc146627b231eadf5eaed
7+
NEXT_PUBLIC_BLADE_TOKEN_CONTRACT=0x1cbB372D8c52BEC57a77428B179FC0EF90adC52E
8+
NEXT_PUBLIC_USDT_TOKEN_CONTRACT=0x382bb369d343125bfb2117af9c149795c6c65c50
9+
NEXT_PUBLIC_CHERRY_TOKEN_CONTRACT=0x8179d97eb6488860d816e3ecafe694a4153f216c
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# .env
2+
NEXT_PUBLIC_CHAIN_ID=66
3+
4+
NEXT_PUBLIC_MAIN_CONTRACT_ADDRESS=0xa599e5Aff7792491ca23B15Db7a84c5A096b29B8
5+
NEXT_PUBLIC_CHARACTER_CONTRACT_ADDRESS=0x5faC14f6d55DB3605DCe1f7A883447A0a70eC3aE
6+
NEXT_PUBLIC_WEAPON_CONTRACT_ADDRESS=0xd70350104200b23b0effc146627b231eadf5eaed
7+
NEXT_PUBLIC_BLADE_TOKEN_CONTRACT=0x1cbB372D8c52BEC57a77428B179FC0EF90adC52E
8+
NEXT_PUBLIC_USDT_TOKEN_CONTRACT=0x382bb369d343125bfb2117af9c149795c6c65c50
9+
NEXT_PUBLIC_CHERRY_TOKEN_CONTRACT=0x8179d97eb6488860d816e3ecafe694a4153f216c

projects/1/blade-website/.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["next", "next/core-web-vitals"]
3+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"polyfillFiles": [
3+
"static/chunks/polyfills.js"
4+
],
5+
"devFiles": [
6+
"static/chunks/react-refresh.js"
7+
],
8+
"ampDevFiles": [
9+
"static/chunks/webpack.js",
10+
"static/chunks/amp.js"
11+
],
12+
"lowPriorityFiles": [
13+
"static/development/_buildManifest.js",
14+
"static/development/_ssgManifest.js"
15+
],
16+
"pages": {
17+
"/_app": [
18+
"static/chunks/webpack.js",
19+
"static/chunks/main.js",
20+
"static/chunks/pages/_app.js"
21+
],
22+
"/_error": [
23+
"static/chunks/webpack.js",
24+
"static/chunks/main.js",
25+
"static/chunks/pages/_error.js"
26+
],
27+
"/nft": [
28+
"static/chunks/webpack.js",
29+
"static/chunks/main.js",
30+
"static/chunks/pages/nft.js"
31+
]
32+
},
33+
"ampFirstPages": []
34+
}

0 commit comments

Comments
 (0)