Skip to content

Commit

Permalink
fix: new address
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Jul 12, 2023
1 parent 88ebabb commit 1cd4145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eth-sdk/config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {defineConfig} from '@dethcrypto/eth-sdk';
import { defineConfig } from '@dethcrypto/eth-sdk';

Check failure on line 1 in eth-sdk/config.ts

View workflow job for this annotation

GitHub Actions / Node 16

Replace `·defineConfig·` with `defineConfig`

Check failure on line 1 in eth-sdk/config.ts

View workflow job for this annotation

GitHub Actions / Node 16

Replace `·defineConfig·` with `defineConfig`

export default defineConfig({
contracts: {
mainnet: {
relayerProxyHub: '0xcDbF9D438670D19d1Fb3954Abc8a13666b302b28',
relayerProxyHub: '0x365aBa0acea260fAe1c7E08577Ed645697Be648d',
arbitrumHubConnector: '0xd151C9ef49cE2d30B829a98A07767E3280F70961',
bnbHubConnector: '0xfaf539a73659feaec96ec7242f075be0445526a8',
gnosisHubConnector: '0x245F757d660C3ec65416168690431076d58d6413',
Expand Down

0 comments on commit 1cd4145

Please sign in to comment.