Skip to content

Commit

Permalink
chore: removing prefix from counterparty
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Jan 6, 2025
1 parent 968e47d commit 8a5a3f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contract/scripts/init-orca.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default async (homeP, endowments) => {
counterparty: {
client_id: connInfo.counterparty.client_id,
connection_id: connInfo.counterparty.connection_id,
prefix: { key_prefix: 'arbitrary - not used?' },
// prefix: { key_prefix: 'arbitrary - not used?' },
},
id: myConn,
state: connInfo.state,
Expand Down
6 changes: 3 additions & 3 deletions contract/src/orca.proposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ const c1 = harden({
counterparty: harden({
client_id: 'client-0',
connection_id: 'connection-0',
prefix: {
key_prefix: 'key-prefix-0',
},
// prefix: {
// key_prefix: 'key-prefix-0',
// },
}),
transferChannel: harden({
portId: 'transfer',
Expand Down

0 comments on commit 8a5a3f4

Please sign in to comment.