Skip to content

Commit b2b674b

Browse files
committed
chore: rm cosmoshub usage
1 parent 0bf1bf2 commit b2b674b

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

contract/test/agd-lib.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ test('orca-multichain.test style usage', async t => {
249249
const wallets = await ensureAccounts(tools.agd.keys);
250250
t.deepEqual(wallets, {
251251
agoric: 'agoric1v8qxguqqjtfyfwqr8ln2wlu858vkx4860jzf6g',
252-
cosmoshub: 'agoric17th0tvrzmwc2fqpeneuwmrwcm8armyjlgmypuf',
253252
osmosis: 'agoric17hglh4q5k087nthneq0kegk4y838vmt3vk80u3',
254253
});
255254

contract/test/orca-contract.test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,6 @@ test('Start Orca contract using core-eval', async t => {
235235
});
236236

237237
export const chainConfigs = {
238-
cosmoshub: {
239-
chainId: 'gaialocal',
240-
denom: 'uatom',
241-
expectedAddressPrefix: 'cosmos',
242-
},
243238
osmosis: {
244239
chainId: 'osmosislocal',
245240
denom: 'uosmo',

contract/test/orca-multichain.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ const makeCreateAndFundScenario = test.macro({
228228
});
229229

230230
test.serial(makeAccountScenario, 'agoric');
231-
test.serial(makeAccountScenario, 'cosmoshub');
232231
test.serial(makeAccountScenario, 'osmosis');
233232

234233
// use IBC/E7827844CB818EE9C4DB2C159F1543FF62B26213B44CE8029D5CEFE52F0EE596

contract/test/support.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { makeE2ETools } from '../tools/e2e-tools.js';
1010
const { entries, fromEntries } = Object;
1111

1212
export const chainConfig = {
13-
cosmoshub: { expectedAddressPrefix: 'cosmos' },
1413
osmosis: { expectedAddressPrefix: 'osmo' },
1514
agoric: { expectedAddressPrefix: 'agoric' },
1615
};
@@ -21,11 +20,6 @@ export const chainAccounts = {
2120
mnemonic:
2221
'swift element zoo argue predict ugly awful alert glance net tourist body',
2322
},
24-
cosmoshub: {
25-
address: 'agoric17th0tvrzmwc2fqpeneuwmrwcm8armyjlgmypuf',
26-
mnemonic:
27-
'joke lecture black sniff goddess grain then forum level achieve pen alone',
28-
},
2923
osmosis: {
3024
address: 'agoric17hglh4q5k087nthneq0kegk4y838vmt3vk80u3',
3125
mnemonic:

0 commit comments

Comments
 (0)