Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/adding-new-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ Add your chain's contract addresses to the `_addressesRegistry` mapping:
},
```

Remember to register the USDC address if it supports ERC-2612 permit, otherwise the signature will default to permit version 1 (if `hasSimplePermit` is set to true).
Also make sure to add the Permit2 contract (if available) to enable transactional flows using Permit2, otherwise the approval will default to the classic erc20 approval.

### 4. Add Deployment Blocks

**File:** `packages/blue-sdk/src/addresses.ts`
Expand Down