Skip to content

Commit 0b5b399

Browse files
Aniket-Enggyann300
authored andcommitted
create smart account success
1 parent 90bb1db commit 0b5b399

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/remix-dapp/src/locales/en/udapp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"udapp.createSmartAccountDesc1":"ERC-4337 introduces smart contracts accounts, which are more advanced than traditional EOAs. These accounts offer features like multi-signature functionality, gasless transactions and custom transaction rules.",
6767
"udapp.createSmartAccountDesc2":"These smart contract accounts are often referred to as Smart Accounts. A Safe Smart Account is a Smart Account with the multi-signature functionality of Gnosis Safe at its core.",
6868
"udapp.createSmartAccountDesc3":"A Smart Account will be created with address listed below as the OWNER. The Owner account signs each transaction (user-operation) made using Smart Account.",
69-
"udapp.createSmartAccountDesc4":"A Smart Account will, by default, have a PAYMASTER attached to it to execute GASLESS transactions. Currently, in Remix, the 4337 updates only work on the SEPOLIA testnet. ",
69+
"udapp.createSmartAccountDesc4":"A Smart Account will, by default, have a PAYMASTER attached to it to execute GASLESS transactions. Currently, in Remix, the 4337 updates only work on the Gnosis Mainnet & Ethereum Sepolia testnet. ",
7070
"udapp.createSmartAccountDesc5":"The Smart Account creation will require signing an initial transaction in the next step.",
7171
"udapp.continue": "Continue",
7272
"udapp.authorize": "Authorize",

apps/remix-ide/src/app/tabs/locales/en/udapp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"udapp.createSmartAccountDesc1":"ERC-4337 introduces smart contracts accounts, which are more advanced than traditional EOAs. These accounts offer features like multi-signature functionality, gasless transactions and custom transaction rules.",
6767
"udapp.createSmartAccountDesc2":"These smart contract accounts are often referred to as Smart Accounts. A Safe Smart Account is a Smart Account with the multi-signature functionality of Gnosis Safe at its core.",
6868
"udapp.createSmartAccountDesc3":"A Smart Account will be created with address listed below as the OWNER. The Owner account signs each transaction (user-operation) made using Smart Account.",
69-
"udapp.createSmartAccountDesc4":"A Smart Account will, by default, have a PAYMASTER attached to it to execute GASLESS transactions. Currently, in Remix, the 4337 updates only work on the SEPOLIA testnet. ",
69+
"udapp.createSmartAccountDesc4":"A Smart Account will, by default, have a PAYMASTER attached to it to execute GASLESS transactions. Currently, in Remix, the 4337 updates only work on the Gnosis Mainnet & Ethereum Sepolia testnet. ",
7070
"udapp.createSmartAccountDesc5":"The Smart Account creation will require signing an initial transaction in the next step.",
7171
"udapp.continue": "Continue",
7272
"udapp.authorize": "Authorize",

libs/remix-lib/src/helpers/aaConstants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const aaSupportedNetworks = {
88
},
99
"100": {
1010
name: "gnosis",
11-
publicNodeUrl: "https://gnosis.drpc.org"
11+
publicNodeUrl: "https://rpc.gnosischain.com"
1212
}
1313
}
1414

0 commit comments

Comments
 (0)