-
Notifications
You must be signed in to change notification settings - Fork 210
chore: Add insightly-1 rollup chain to registry #819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
anjayrion157-hash
wants to merge
2
commits into
initia-labs:main
Choose a base branch
from
anjayrion157-hash:add-insightly-1-rollup
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| # Insightly Rollup | ||
|
|
||
| ## Overview | ||
| Insightly is a social-first prediction market platform built on Initia that enables friend groups and communities to create and participate in real-world prediction markets together with flexible risk levels. | ||
|
|
||
| ## Chain Information | ||
| - **Chain ID**: insightly-1 | ||
| - **Status**: Testnet | ||
| - **Type**: Rollup | ||
| - **Base Denom**: stake | ||
|
|
||
| ## Features | ||
| - 🤝 Social Groups: Create private prediction markets for your friend groups | ||
| - 🎯 Flexible Risk: Choose between High Risk or DeFi Yield Only | ||
| - ⚡ Gasless Voting: Seamless YES/NO predictions | ||
| - 👤 Human Identity: Initia Usernames (.init) | ||
| - 📊 Real-time Yield: Live yield counter | ||
| - 🏆 Transparent Rewards: Automatic reward distribution | ||
|
|
||
| ## Resources | ||
| - Website: https://insightly.social | ||
| - GitHub: https://github.com/YOUR_ORG/insightly-app | ||
| - Documentation: See project README | ||
|
|
||
| ## Validator | ||
| - Moniker: insightly-validator-1 | ||
| - Address: init1kesar5jdad44z4scn84lepvwscmmq6hchwla06 | ||
|
|
||
| ## Endpoints | ||
| - RPC: http://localhost:26657 | ||
| - REST: http://localhost:1317 | ||
| - gRPC: localhost:9090 | ||
|
coderabbitai[bot] marked this conversation as resolved.
Outdated
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "chain_id": "insightly-1", | ||
| "assets": [ | ||
| { | ||
| "description": "Staking coin for Insightly rollup", | ||
| "denom_units": [ | ||
| { | ||
| "denom": "stake", | ||
| "exponent": 0 | ||
| } | ||
| ], | ||
| "base": "stake", | ||
| "name": "Stake", | ||
| "display": "stake", | ||
| "symbol": "STAKE" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| { | ||
| "chain_id": "insightly-1", | ||
| "chain_name": "Insightly", | ||
| "pretty_name": "Insightly - Social Prediction Markets", | ||
| "status": "testnet", | ||
| "network_type": "testnet", | ||
| "bech32_prefix": "init", | ||
| "slip44": 4, | ||
| "chain_type": "rollup", | ||
| "description": "Insightly is a social-first prediction market platform built on Initia that enables friend groups and communities to create and participate in real-world prediction markets together with flexible risk levels.", | ||
| "website": "https://insightly.social", | ||
| "github_repository": "https://github.com/YOUR_ORG/insightly-app", | ||
|
coderabbitai[bot] marked this conversation as resolved.
Outdated
|
||
| "fees": { | ||
| "fee_tokens": [ | ||
| { | ||
| "denom": "stake", | ||
| "fixed_min_gas_price": 0.1, | ||
| "low_gas_price": 0.1, | ||
| "avg_gas_price": 0.1, | ||
| "high_gas_price": 0.1 | ||
| } | ||
| ] | ||
| }, | ||
| "key_images": [ | ||
| { | ||
| "image_sync": { | ||
| "chain_name": "initia", | ||
| "base_denom": "init" | ||
| } | ||
| } | ||
| ] | ||
|
coderabbitai[bot] marked this conversation as resolved.
Outdated
|
||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "rpc": [ | ||
| { | ||
| "address": "http://localhost:26657", | ||
| "provider": "local" | ||
| } | ||
| ], | ||
| "rest": [ | ||
| { | ||
| "address": "http://localhost:1317", | ||
| "provider": "local" | ||
| } | ||
| ], | ||
| "grpc": [ | ||
| { | ||
| "address": "localhost:9090", | ||
| "provider": "local" | ||
| } | ||
| ] | ||
| } | ||
|
coderabbitai[bot] marked this conversation as resolved.
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| { | ||
| "project_name": "Insightly", | ||
| "track": "DeFi", | ||
| "tagline": "Social-First Prediction Markets for Friend Groups", | ||
| "description": "Insightly is a social prediction market platform built on Initia that enables friend groups and communities to create and participate in real-world prediction markets together with flexible risk levels.", | ||
| "team_name": "Insightly Team", | ||
| "website": "https://insightly.social", | ||
| "github_repo": "https://github.com/YOUR_ORG/insightly-app", | ||
| "demo_video_url": "https://youtube.com/YOUR_DEMO_VIDEO", | ||
|
coderabbitai[bot] marked this conversation as resolved.
Outdated
|
||
| "chain_id": "insightly-1", | ||
| "rollup_enabled": true, | ||
| "initia_features_used": [ | ||
| "InterwovenKit (@initia/interwovenkit-react)", | ||
| "Initia Usernames (.init)", | ||
| "Interwoven Bridge (planned v2)" | ||
| ], | ||
| "smart_contracts": { | ||
| "language": "Move", | ||
| "modules": [ | ||
| "GroupRegistry", | ||
| "MarketFactory", | ||
| "VaultManager", | ||
| "RewardDistributor" | ||
| ] | ||
| }, | ||
| "frontend_tech_stack": [ | ||
| "React.js", | ||
| "TypeScript", | ||
| "Tailwind CSS", | ||
| "Zustand" | ||
| ], | ||
| "deployment_status": "testnet", | ||
| "testnet_explorer": "https://testnet.explorer.initia.xyz/", | ||
| "submission_date": "2026-04-15T23:00:00Z" | ||
|
coderabbitai[bot] marked this conversation as resolved.
Outdated
|
||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.