Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/common/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const networkConfigs = [
{
id: 421614,
name: 'arbitrum-sepolia-testnet',
hub: '0x14B465079537655E1662F012e99EBa3863c8B9E0',
hub: '0xB2157BF2fAb286b2A4170E3491Ac39770111Da3E',
host: 'https://sepolia-rollup.arbitrum.io/rpc',
ensRegistry: undefined, // not supported
ensPublicResolver: undefined, // not supported
Expand Down
4 changes: 2 additions & 2 deletions test/lib/e2e/IExecWorkerpoolModule.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ describe('workerpool', () => {
});

describe('on networks relying on compass', () => {
test('resolves the url against Compass', async () => {
// TODO include compass in stack instead of using arbitrum-sepolia-testnet
// TODO include compass in stack instead of using arbitrum-sepolia-testnet
test.skip('resolves the url against Compass', async () => {
const readOnlyIExec = new IExec(
{ ethProvider: 'arbitrum-sepolia-testnet' },
{ allowExperimentalNetworks: true },
Expand Down
Loading