Skip to content

Commit

Permalink
fix(vats)!: use pegasus port for Pegasus implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Feb 4, 2022
1 parent dd727ef commit 4256c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vats/src/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ export function buildRootObject(vatPowers, vatParameters) {

if (pegasus) {
// Add the Pegasus transfer port.
const port = await E(network).bind('/ibc-port/transfer');
const port = await E(network).bind('/ibc-port/pegasus');
E(port).addListener(
Far('listener', {
async onAccept(_port, _localAddr, _remoteAddr, _listenHandler) {
Expand Down

0 comments on commit 4256c54

Please sign in to comment.