@@ -30,9 +30,9 @@ import {
30
30
} from ' @lidofinance/lido-ethereum-sdk' ;
31
31
32
32
const lidoSDK = new LidoSDK ({
33
- rpcUrls: [' https://rpc-url ' ],
34
- chainId: 5 ,
35
- web3Provider: LidoSDKCore .createWeb3Provider (5 , window .ethereum ),
33
+ rpcUrls: [' <RPC_URL> ' ],
34
+ chainId: 17000 ,
35
+ web3Provider: LidoSDKCore .createWeb3Provider (17000 , window .ethereum ),
36
36
});
37
37
38
38
const callback: TransactionCallback = ({ stage , payload }) => {
@@ -112,9 +112,9 @@ import {
112
112
} from ' @lidofinance/lido-ethereum-sdk' ;
113
113
114
114
const lidoSDK = new LidoSDK ({
115
- rpcUrls: [' https://rpc-url ' ],
116
- chainId: 5 ,
117
- web3Provider: LidoSDKCore .createWeb3Provider (5 , window .ethereum ),
115
+ rpcUrls: [' <RPC_URL> ' ],
116
+ chainId: 17000 ,
117
+ web3Provider: LidoSDKCore .createWeb3Provider (17000 , window .ethereum ),
118
118
});
119
119
120
120
const callback: TransactionCallback = ({ stage , payload }) => {
@@ -184,9 +184,9 @@ import {
184
184
} from ' @lidofinance/lido-ethereum-sdk' ;
185
185
186
186
const lidoSDK = new LidoSDK ({
187
- rpcUrls: [' https://rpc-url ' ],
188
- chainId: 5 ,
189
- web3Provider: LidoSDKCore .createWeb3Provider (5 , window .ethereum ),
187
+ rpcUrls: [' <RPC_URL> ' ],
188
+ chainId: 17000 ,
189
+ web3Provider: LidoSDKCore .createWeb3Provider (17000 , window .ethereum ),
190
190
});
191
191
192
192
const callback: TransactionCallback = ({ stage , payload }) => {
@@ -253,9 +253,9 @@ import {
253
253
} from ' @lidofinance/lido-ethereum-sdk' ;
254
254
255
255
const lidoSDK = new LidoSDK ({
256
- rpcUrls: [' https://rpc-url ' ],
257
- chainId: 5 ,
258
- web3Provider: LidoSDKCore .createWeb3Provider (5 , window .ethereum ),
256
+ rpcUrls: [' <RPC_URL> ' ],
257
+ chainId: 17000 ,
258
+ web3Provider: LidoSDKCore .createWeb3Provider (17000 , window .ethereum ),
259
259
});
260
260
261
261
const callback: ApproveStageCallback = ({ stage , payload }) => {
0 commit comments