Skip to content

Commit 52e909d

Browse files
committed
Add MetaMask facilitator addresses as constants in @metamask/smart-accounts-kit/experimental
1 parent 9d43cae commit 52e909d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

packages/smart-accounts-kit/src/experimental/x402DelegationProvider.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ export type {
2424

2525
export { parseEip155ChainId } from './x402DelegationProviderUtils';
2626

27+
export const METAMASK_FACILITATOR_ADDRESSES = [
28+
'0xb01caea8c6c47bbf4f4b4c5080ca642043359c2e',
29+
'0xc066ac5d385419b1a8c43a0e146fa439837a8b8c',
30+
'0xb42f812a44c22cc6b861478900401ee759ebead6',
31+
];
32+
export const METAMASK_FACILITATOR_ADDRESSES_DEV = [
33+
'0xb4827A2a066CD2Ef88560EFdf063dD05C6c41cC7',
34+
];
35+
2736
/**
2837
* Creates a delegation provider function for x402 payment requirements.
2938
*

0 commit comments

Comments
 (0)