Skip to content

Commit

Permalink
設定等を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mashharuki committed Dec 6, 2024
1 parent 63dfe87 commit dc8f002
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 19 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,13 @@ These solutions were combined with ideas from [Hats Protocol](https://www.hatspr

```txt
VITE_CHAIN_ID=11155111
VITE_PRIVY_APP_ID=
VITE_BIGBANG_ADDRESS=0x5d7a64Cc808294C516076d371685ed4E6aDd6337
VITE_HATS_ADDRESS=0x3bc1A0Ad72417f2d411118085256fC53CBdDd137
VITE_FRACTION_TOKEN_ADDRESS=0xb8f7ca7a5b1e457b8735884419e114f90d53e1d5
VITE_SPLITS_CREATOR_ADDRESS=0x9c3648df4bb82fdf067a9b083900a986f9b27e9a
VITE_BIGBANG_ADDRESS=
VITE_HATS_ADDRESS=
VITE_FRACTION_TOKEN_ADDRESS=
VITE_SPLITS_CREATOR_ADDRESS=
VITE_PIMLICO_API_KEY=
VITE_NAMESTONE_API_KEY=
```
- #### **smartconract**
Expand Down
12 changes: 6 additions & 6 deletions pkgs/contract/outputs/contracts-sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"Hats": "0x3bc1A0Ad72417f2d411118085256fC53CBdDd137",
"HatsModuleFactory": "0x0a3f85fa597B6a967271286aA0724811acDF5CD9",
"PullSplitsFactory": "0x80f1B766817D04870f115fEBbcCADF8DBF75E017",
"BigBang": "0x08EA1AFcF193b19EcEd95538AcCDA4D770eeC147",
"FractionToken": "0x4747b535f1C4a48bbfc88CA68DC8973DD38Eb413",
"SplitsCreatorFactory": "0x96bbed9989387bb512ea29a8fa54f03d33bad169",
"SplitsCreator": "0x9c3648df4bb82fdf067a9b083900a986f9b27e9a",
"HatsTimeFrameModule": "0x8760411d317e560021db83b35971ab0dded4e205"
"BigBang": "0x08B4c53b98f46B14E2AD00189C2Aa3b9F3d0c8f3",
"FractionToken": "0xd921517fdF141d97C289bDb9686f51A1375dCc69",
"SplitsCreatorFactory": "0xbe985Fdd213d85d72C82cf34774C5D830e806FcB",
"SplitsCreator": "0x6b5d2e27ff74e9adf4d23aebb9efb52867823583",
"HatsTimeFrameModule": "0x9878f0905bcea0c2380be801f24dd5654f9b678f"
}
}
}
File renamed without changes.
5 changes: 5 additions & 0 deletions pkgs/document/docs/howToUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: How to use
---

# How to use
18 changes: 18 additions & 0 deletions pkgs/document/docs/supportedNetworks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Supported Networks
---

# Table of Contract Addresses

## Sepolia

| Name | ContractAddress |
| ----------------------- | ------------------------------------------ |
| BigBang | 0x5d7a64Cc808294C516076d371685ed4E6aDd6337 |
| FractionToken | 0xb8f7ca7a5b1e457b8735884419e114f90d53e1d5 |
| SplitsCreatorFactory | 0x8da1c0864962c5e26c99cf839b0dc48e39104568 |
| SplitsCreatorIMPL | 0xda9fbab4436e4124cd6ee6864d4b46d0dd412414 |
| HatsTimeFrameModuleIMPL | 0xd4a66507ea8c8382fa8474ed6cae4163676a434a |
| Hats | 0x3bc1A0Ad72417f2d411118085256fC53CBdDd137 |
| HatsModuleFactory | 0x0a3f85fa597B6a967271286aA0724811acDF5CD9 |
| PullSplitsFactory | 0x80f1B766817D04870f115fEBbcCADF8DBF75E017 |
8 changes: 6 additions & 2 deletions pkgs/document/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ const config: Config = {
src: "img/logo.png",
},
items: [
{ to: "/docs", label: "Docs", position: "left" },
{
to: "/docs/about",
label: "Docs",
position: "left",
},
{
href: "https://github.com/hackdays-io/toban",
label: "GitHub",
Expand All @@ -74,7 +78,7 @@ const config: Config = {
items: [
{
label: "Docs",
to: "/docs",
to: "/docs/about",
},
],
},
Expand Down
4 changes: 3 additions & 1 deletion pkgs/frontend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ VITE_PIMLICO_API_KEY=

VITE_PINATA_JWT=

VITE_PINATA_GATEWAY=
VITE_PINATA_GATEWAY=

VITE_NAMESTONE_API_KEY=

0 comments on commit dc8f002

Please sign in to comment.