File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,13 @@ export const networkOptions: Network[] = [
62
62
logo : '' ,
63
63
type : 'guardian' ,
64
64
} ,
65
+ {
66
+ env : 'Mainnet' ,
67
+ endpoint : 'https://guardian.mainnet.xlabs.xyz' ,
68
+ name : 'xLabs' ,
69
+ logo : '' ,
70
+ type : 'guardian' ,
71
+ } ,
65
72
// not working as of 2023-11-07
66
73
// {
67
74
// env: 'Mainnet',
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export const WORMHOLE_RPC_HOSTS = [
12
12
'https://wormhole-v2-mainnet-api.mcf.rocks' ,
13
13
'https://wormhole-v2-mainnet-api.chainlayer.network' ,
14
14
'https://wormhole-v2-mainnet-api.staking.fund' ,
15
+ 'https://guardian.mainnet.xlabs.xyz' ,
15
16
] ;
16
17
17
18
export const CHAIN_ICON_MAP : { [ key : string ] : string } = chainIds . reduce < { [ key : string ] : string } > (
Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ export const GUARDIAN_RPC_HOSTS: { [key in Network]: string[] } = {
179
179
'https://wormhole-v2-mainnet-api.mcf.rocks' ,
180
180
'https://wormhole-v2-mainnet-api.chainlayer.network' ,
181
181
'https://wormhole-v2-mainnet-api.staking.fund' ,
182
+ 'https://guardian.mainnet.xlabs.xyz' ,
182
183
] ,
183
184
[ 'Testnet' ] : [ 'https://api.testnet.wormholescan.io' ] ,
184
185
[ 'Devnet' ] : [ ] ,
You can’t perform that action at this time.
0 commit comments