Skip to content

Commit

Permalink
contract accepting offers, must use real connection id, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovonni committed Jun 28, 2024
1 parent 822531b commit 0235afe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simple Agoric ORChAstration Template

<img src="./images/orca.png" width="100%" />
<img src="./images/orca2.png" width="100%" />

## Overview

Expand Down
8 changes: 4 additions & 4 deletions contract/src/orca.contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ export const start = async (zcf, privateArgs, baggage) => {

// todo: define in terms for the contract
const chainId = 'cosmoshub-4';
const hostConnectionId = 'connection-1';
const controllerConnectionId = 'connection-2';
const hostConnectionId = 'connection-0';
const controllerConnectionId = 'connection-1';
const bondDenom = 'uatom';
const icqEnabled = true;
const icqEnabled = false;

trace('inside start function');
trace('inside start function: v1');
trace("privateArgs", privateArgs);

// destructure privateArgs to extract necessary services
Expand Down
Binary file added images/orca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/orca2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0235afe

Please sign in to comment.