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: Query Calculated Swap #67

Merged
merged 14 commits into from
Jun 14, 2024
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ data/
.DS_Store
*.dot
*.log
ts-client/
2,896 changes: 2,741 additions & 155 deletions api/sunrise/swap/query.pulsar.go

Large diffs are not rendered by default.

86 changes: 81 additions & 5 deletions api/sunrise/swap/query_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ accounts:
coins:
- 10000token
- 100000000stake
client:
openapi:
path: docs/static/openapi.yml
faucet:
name: bob
coins:
- 5token
- 100000stake
client:
typescript:
path: ts-client
openapi:
path: docs/static/openapi.yml
validators:
- name: alice
bonded: 100000000stake
Loading
Loading