Skip to content
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

feat: Adding plugin for B² Network #2010

Merged
merged 43 commits into from
Jan 14, 2025
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
17d06f1
feat: b2-network plugin
threewebcode Jan 8, 2025
d1b830f
Merge branch 'elizaOS:develop' into develop
threewebcode Jan 8, 2025
92a6fa5
docs:update readme and package description
threewebcode Jan 8, 2025
2afe606
docs: update readme and package description
threewebcode Jan 8, 2025
b72151c
fix: solve build error
threewebcode Jan 8, 2025
cdb5b01
modify
Jan 8, 2025
195c57b
modify
Jan 8, 2025
de31440
feat: transfer action
threewebcode Jan 8, 2025
8c6aa4d
Merge pull request #1 from threewebcode/develop
threewebcode Jan 8, 2025
3b9006c
modify b2 plugin
Jan 8, 2025
8ebf789
modify b2 plugin
Jan 8, 2025
f5b3b56
modify README.md
Jan 8, 2025
b0282ca
docs: update readme
threewebcode Jan 8, 2025
2970514
Merge pull request #2 from threewebcode/develop
threewebcode Jan 8, 2025
615a299
chore: update env file
threewebcode Jan 8, 2025
1a6fdc0
chore: update env file
threewebcode Jan 8, 2025
0d9cf53
modify b2 plugin
Jan 8, 2025
ed3fa5a
Merge branch 'develop' of github.com:b2network/eliza into develop
Jan 8, 2025
5386f3d
chore: merge env file
threewebcode Jan 8, 2025
972cc5d
modify b2 plugin
Jan 8, 2025
d2cbfa5
Merge branch 'develop' of github.com:b2network/eliza into develop
Jan 8, 2025
13e1abc
Merge branch 'elizaOS:develop' into develop
threewebcode Jan 8, 2025
ea2d523
Merge branch 'elizaOS:develop' into develop
goalongway Jan 8, 2025
2a80ff6
Merge branch 'develop' into develop
goalongway Jan 8, 2025
5be7eb4
modify b2 plugin
Jan 8, 2025
900ec3e
Merge branch 'develop' into develop
goalongway Jan 9, 2025
2333d56
merge latest env file
threewebcode Jan 9, 2025
b0e9d43
Merge branch 'elizaOS:develop' into develop
threewebcode Jan 10, 2025
065160d
Merge branch 'elizaOS:develop' into develop
threewebcode Jan 10, 2025
fc0dc5c
modify b2 plugin
goalongway Jan 11, 2025
a265dd8
Merge branch 'elizaOS:develop' into develop
goalongway Jan 11, 2025
6cb190d
Merge branch 'elizaOS:develop' into develop
threewebcode Jan 11, 2025
cc28c48
Merge branch 'elizaOS:develop' into develop
threewebcode Jan 12, 2025
f8495b1
Merge branch 'elizaOS:develop' into develop
threewebcode Jan 13, 2025
46eb7f1
modify b2 plugin
goalongway Jan 13, 2025
2cf397f
Merge branch 'elizaOS:develop' into develop
threewebcode Jan 13, 2025
396bb8c
modify b2 plugin
goalongway Jan 13, 2025
3a2cecc
Merge branch 'elizaOS:develop' into develop
threewebcode Jan 13, 2025
a80c4fd
Merge branch 'elizaOS:develop' into develop
threewebcode Jan 13, 2025
daf7ac9
fix: default empty value and resolve type error
threewebcode Jan 14, 2025
8e5c04e
Merge branch 'elizaOS:develop' into develop
threewebcode Jan 14, 2025
2cfc56d
chore: merge latest changes.
threewebcode Jan 14, 2025
7a033d7
Merge pull request #3 from threewebcode/develop
threewebcode Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: merge env file
  • Loading branch information
threewebcode committed Jan 8, 2025
commit 5386f3deb760d55a5ac733ea448b278f8a172de2
13 changes: 11 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,17 @@ GENLAYER_PRIVATE_KEY= # Private key of the GenLayer account to use for the agent
OPEN_WEATHER_API_KEY= # OpenWeather API key

# Allora
ALLORA_API_KEY=UP-f8db7d6558ab432ca0d92716 # Allora API key
ALLORA_CHAIN_SLUG=testnet # must be one of mainnet, testnet. If not specified, it will use testnet by default
ALLORA_API_KEY= # Allora API key, format: UP-f8db7d6558ab432ca0d92716
ALLORA_CHAIN_SLUG= # must be one of mainnet, testnet. If not specified, it will use testnet by default

# B2 Network
B2_PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000000 # Private key of the B2 Network account to use for the agent

# Opacity zkTLS
OPACITY_TEAM_ID=f309ac8ae8a9a14a7e62cd1a521b1c5f
OPACITY_CLOUDFLARE_NAME=eigen-test
OPACITY_PROVER_URL=https://opacity-ai-zktls-demo.vercel.app

# Verifiable Inference Configuration
VERIFIABLE_INFERENCE_ENABLED=false # Set to false to disable verifiable inference
VERIFIABLE_INFERENCE_PROVIDER=opacity # Options: opacity
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.