File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
wormhole-connect/src/config/mainnet Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ const MAINNET: { [chain in MainnetChainName]: ChainConfig } = {
206
206
context : Context . ETH ,
207
207
contracts : {
208
208
...CONTRACTS . MAINNET . base ,
209
- relayer : undefined ,
209
+ relayer : '0xaE8dc4a7438801Ec4edC0B035EcCCcF3807F4CC1' ,
210
210
} ,
211
211
finalityThreshold : 0 ,
212
212
nativeTokenDecimals : 18 ,
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ export const MAINNET_CHAINS: ChainsConfig = {
122
122
gasToken : 'ETHbase' ,
123
123
chainId : 8453 ,
124
124
icon : Icon . BASE ,
125
+ automaticRelayer : true ,
125
126
maxBlockSearch : 2000 ,
126
127
} ,
127
128
osmosis : {
Original file line number Diff line number Diff line change @@ -134,6 +134,10 @@ export const MAINNET_GAS_ESTIMATES: GasEstimates = {
134
134
sendToken : 1000000 ,
135
135
claim : 1000000 ,
136
136
} ,
137
+ [ Route . Relay ] : {
138
+ sendNative : 300000 ,
139
+ sendToken : 300000 ,
140
+ } ,
137
141
} ,
138
142
wormchain : {
139
143
[ Route . Bridge ] : {
You can’t perform that action at this time.
0 commit comments