diff --git a/config/permissions-accounts.toml b/config/permissions-accounts.toml index 52ec618..f54c749 100644 --- a/config/permissions-accounts.toml +++ b/config/permissions-accounts.toml @@ -1,7 +1,10 @@ -# Account permissioning for Core RPC (VMID 2101) and Permissioned RPCs +# Account permissioning for Core RPC (VMID 2101), Thirdweb admin core (2103), +# permissioned RPCs (config-rpc-perm.toml), and named permissioned profiles. # Only addresses listed here can submit transactions (deploy contracts, send txs). -# Used by: config-rpc-core.toml (2101), config-rpc-perm.toml (permissioned RPCs). +# +# 0x4A666F96… — canonical primary deployer (Chain 138 operator docs). +# 0xB2dEA0e264… — deployer-funded ops EOA; allowlist so it can deploy/send via core/perm RPCs. accounts-allowlist=[ - "0x4A666F96fC8764181194447A7dFdb7d471b301C8" + "0x4A666F96fC8764181194447A7dFdb7d471b301C8", + "0xB2dEA0e264ddfFf91057A3415112e57A1a5Eac14" ] -