File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
remix-ui/run-tab/src/lib/components Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ export const aaSupportedNetworks = {
6
6
name : "sepolia" ,
7
7
publicNodeUrl : "https://go.getblock.io/ee42d0a88f314707be11dd799b122cb9"
8
8
} ,
9
- // "10200 ": {
10
- // name: "gnosisChiado ",
11
- // publicNodeUrl: "https://rpc.chiadochain.net/ "
12
- // }
9
+ "100 " : {
10
+ name : "gnosis " ,
11
+ publicNodeUrl : "https://gnosis.drpc.org "
12
+ }
13
13
}
14
14
15
15
export const getPimlicoBundlerURL = ( chainId ) => {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export function AccountUI(props: AccountProps) {
27
27
const ownerEOA = useRef ( null )
28
28
29
29
const intl = useIntl ( )
30
- const aaSupportedChainIds = [ "11155111" ] // AA01: Add chain id here to show 'Create Smart Account' button in Udapp
30
+ const aaSupportedChainIds = [ "11155111" , "100" ] // AA01: Add chain id here to show 'Create Smart Account' button in Udapp
31
31
const smartAccounts : string [ ] = aaSupportedChainIds . some ( e => networkName . includes ( e ) ) ? Object . keys ( props . runTabPlugin . REACT_API . smartAccounts ) : [ ]
32
32
33
33
useEffect ( ( ) => {
You can’t perform that action at this time.
0 commit comments