Skip to content

Commit

Permalink
refactor: use agoric cli lib
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 3, 2024
1 parent e224ca1 commit e23d7b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 465 deletions.
140 changes: 0 additions & 140 deletions a3p-integration/proposals/s:stake-bld/test-lib/chain.js

This file was deleted.

6 changes: 2 additions & 4 deletions a3p-integration/proposals/s:stake-bld/test-lib/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/* eslint-env node */
import { execFileSync } from 'child_process';
import { LOCAL_CONFIG as networkConfig } from '@agoric/client-utils';
import { makeWalletUtils } from './wallet.js';

export const networkConfig = {
rpcAddrs: ['http://0.0.0.0:26657'],
chainName: 'agoriclocal',
};
export { networkConfig };

/**
* Resolve after a delay in milliseconds.
Expand Down
Loading

0 comments on commit e23d7b4

Please sign in to comment.