File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ import { useNetworkContext } from '../contexts/NetworkContext';
6
6
const VAA_CHECK_TIMEOUT = 60000 ;
7
7
const WORMHOLE_RPC_HOSTS = [
8
8
'https://wormhole-v2-mainnet-api.certus.one' ,
9
- 'https://wormhole.inotel.ro' ,
10
9
'https://wormhole-v2-mainnet-api.mcf.rocks' ,
10
+ 'https://wormhole-v2-mainnet-api.chainlayer.network' ,
11
+ 'https://wormhole-v2-mainnet-api.staking.fund' ,
11
12
] ;
12
13
13
14
function EnqueuedVAAChecker ( {
@@ -35,7 +36,7 @@ function EnqueuedVAAChecker({
35
36
sequence ,
36
37
{ } ,
37
38
1000 ,
38
- 3
39
+ WORMHOLE_RPC_HOSTS . length
39
40
) ;
40
41
if ( ! ! response . vaaBytes ) result = true ;
41
42
} catch ( e ) { }
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ export const AXIOS_CONFIG_JSON: AxiosRequestConfig = {
85
85
86
86
export const GUARDIAN_RPC_HOSTS = [
87
87
'https://wormhole-v2-mainnet-api.certus.one' ,
88
- 'https://wormhole.inotel.ro' ,
89
88
'https://wormhole-v2-mainnet-api.mcf.rocks' ,
90
89
'https://wormhole-v2-mainnet-api.chainlayer.network' ,
91
90
'https://wormhole-v2-mainnet-api.staking.fund' ,
You can’t perform that action at this time.
0 commit comments