File tree Expand file tree Collapse file tree
packages/smart-accounts-kit/src/experimental Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ export type {
2626
2727export { parseEip155ChainId } from './x402DelegationProviderUtils' ;
2828
29- export const METAMASK_FACILITATOR_ADDRESSES : Address [ ] = [
30- '0xb01caea8c6c47bbf4f4b4c5080ca642043359c2e ' ,
31- '0xc066ac5d385419b1a8c43a0e146fa439837a8b8c ' ,
32- '0xb42f812a44c22cc6b861478900401ee759ebead6 ' ,
29+ export const METAMASK_FACILITATOR_ADDRESSES : readonly Address [ ] = [
30+ '0xB01caEa8c6C47bbf4F4b4c5080Ca642043359C2E ' ,
31+ '0xC066ac5D385419B1A8c43A0E146fA439837a8B8c ' ,
32+ '0xB42F812A44c22cc6b861478900401ee759EbEAD6 ' ,
3333] ;
34- export const METAMASK_FACILITATOR_ADDRESSES_DEV : Address [ ] = [
34+ export const METAMASK_FACILITATOR_ADDRESSES_DEV : readonly Address [ ] = [
3535 '0xb4827A2a066CD2Ef88560EFdf063dD05C6c41cC7' ,
3636] ;
3737
You can’t perform that action at this time.
0 commit comments