Skip to content

Commit

Permalink
feat(orchestration): add more chain infos for fusdc
Browse files Browse the repository at this point in the history
  • Loading branch information
samsiegart committed Jan 22, 2025
1 parent 44f449b commit a5066f0
Show file tree
Hide file tree
Showing 20 changed files with 21,220 additions and 1,884 deletions.
6 changes: 3 additions & 3 deletions packages/boot/test/bootstrapTests/orchestration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import type { start as startStakeIca } from '@agoric/orchestration/src/examples/
import type { Instance } from '@agoric/zoe/src/zoeService/utils.js';
import type { TestFn } from 'ava';
import { SIMULATED_ERRORS } from '@agoric/vats/tools/fake-bridge.js';
import fetchedChainInfo from '@agoric/orchestration/src/fetched-chain-info.js';
import { buildVTransferEvent } from '@agoric/orchestration/tools/ibc-mocks.js';
import { BridgeId } from '@agoric/internal';
import { makeTestAddress } from '@agoric/orchestration/tools/make-test-address.js';
Expand All @@ -25,6 +24,7 @@ import {
insistManagerType,
makeSwingsetHarness,
} from '../../tools/supports.js';
import { minimalChainInfos } from '../tools/chainInfo.js';

const test: TestFn<
WalletFactoryTestContext & {
Expand Down Expand Up @@ -331,7 +331,7 @@ test.serial('basic-flows', async t => {
'@agoric/builders/scripts/orchestration/init-basic-flows.js',
[
'--chainInfo',
JSON.stringify(withChainCapabilities(fetchedChainInfo)),
JSON.stringify(withChainCapabilities(minimalChainInfos)),
'--assetInfo',
JSON.stringify([
[
Expand Down Expand Up @@ -556,7 +556,7 @@ test.serial('basic-flows - portfolio holder', async t => {
'@agoric/builders/scripts/orchestration/init-basic-flows.js',
[
'--chainInfo',
JSON.stringify(withChainCapabilities(fetchedChainInfo)),
JSON.stringify(withChainCapabilities(minimalChainInfos)),
'--assetInfo',
JSON.stringify([
[
Expand Down
Loading

0 comments on commit a5066f0

Please sign in to comment.