Skip to content

Commit

Permalink
feat: open up avalanche methods CP-9587 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelylovas authored Nov 26, 2024
1 parent c9ccafc commit 889e563
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ export const UNRESTRICTED_METHODS = Object.freeze([
'avalanche_getIsDefaultExtensionState',
'avalanche_selectWallet',
DAppProviderRequest.AVALANCHE_GET_ADDRESSES_IN_RANGE,
DAppProviderRequest.AVALANCHE_SEND_TRANSACTION,
DAppProviderRequest.AVALANCHE_SIGN_TRANSACTION,
DAppProviderRequest.AVALANCHE_SIGN_MESSAGE,
DAppProviderRequest.AVALANCHE_GET_ACCOUNT_PUB_KEY,
]);

const CORE_METHODS = Object.freeze([
Expand All @@ -104,10 +108,6 @@ const CORE_METHODS = Object.freeze([
'avalanche_selectAccount',
'avalanche_setDeveloperMode',
DAppProviderRequest.ACCOUNT_RENAME,
DAppProviderRequest.AVALANCHE_SEND_TRANSACTION,
DAppProviderRequest.AVALANCHE_SIGN_TRANSACTION,
DAppProviderRequest.AVALANCHE_SIGN_MESSAGE,
DAppProviderRequest.AVALANCHE_GET_ACCOUNT_PUB_KEY,
DAppProviderRequest.BITCOIN_SEND_TRANSACTION,
DAppProviderRequest.WALLET_GET_CHAIN,
DAppProviderRequest.WALLET_RENAME,
Expand Down

0 comments on commit 889e563

Please sign in to comment.