You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for experimental networks (#196)
* chore: update dependencies - iexec to 8.16.1 and whitelist-smart-contract to 0.2.1
* feat: add support for experimental networks
* refactor: remove unused CHAIN_IDS export and simplify chain config
* refactor: rename getChainConfig to getChainDefaultConfig and improve resolveConfig behavior
* test: add test to verify arbitrum-sepolia config
Copy file name to clipboardExpand all lines: src/web3mail/types.ts
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,13 @@ export type Web3MailConfigOptions = {
108
108
* If not provided, the default IPFS gateway URL will be used.
109
109
*/
110
110
ipfsGateway?: string;
111
+
112
+
/**
113
+
* if true allows using a provider connected to an experimental networks (default false)
114
+
*
115
+
* ⚠️ experimental networks are networks on which the iExec's stack is partially deployed, experimental networks can be subject to instabilities or discontinuity. Access is provided without warranties.
0 commit comments