diff --git a/.github/workflows/update-docs-data.yaml b/.github/workflows/update-docs-data.yaml index c83a4313..868ec31e 100644 --- a/.github/workflows/update-docs-data.yaml +++ b/.github/workflows/update-docs-data.yaml @@ -95,16 +95,19 @@ jobs: echo "Error: docs-data-updater/data/ directory not found" exit 1 fi - + + - name: Render data into pages + run: pnpm dlx tsx scripts/render-data.ts + - name: Check for changes id: check_changes run: | - git add data/*.md + git add docs/pages if git diff --staged --quiet; then - echo "No changes detected in docs data files" + echo "No changes detected in rendered pages" echo "changes_detected=false" >> $GITHUB_OUTPUT else - echo "Changes detected in docs data files" + echo "Changes detected in rendered pages" echo "changes_detected=true" >> $GITHUB_OUTPUT fi diff --git a/.gitignore b/.gitignore index 9e348222..c29ee3e5 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,6 @@ venv.bak/ # temp temp.ts + +# generated data artifacts (injected into pages by `pnpm render-data`) +/data diff --git a/data/chain-details.md b/data/chain-details.md deleted file mode 100644 index f24e2e69..00000000 --- a/data/chain-details.md +++ /dev/null @@ -1,1866 +0,0 @@ -## Ethereum -- Chain ID: 1 -- Slug: ethereum - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Base -- Chain ID: 8453 -- Slug: base - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Polygon -- Chain ID: 137 -- Slug: polygon - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Arbitrum -- Chain ID: 42161 -- Slug: arbitrum - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Arbitrum Nova -- Chain ID: 42170 -- Slug: arbitrum-nova - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Optimism -- Chain ID: 10 -- Slug: optimism - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Avalanche -- Chain ID: 43114 -- Slug: avalanche - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## BNB -- Chain ID: 56 -- Slug: binance - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Zora -- Chain ID: 7777777 -- Slug: zora - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Mantle -- Chain ID: 5000 -- Slug: mantle - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Base Sepolia -- Chain ID: 84532 -- Slug: base-sepolia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| V07 | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Polygon Amoy -- Chain ID: 80002 -- Slug: polygon-amoy - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## OP Sepolia -- Chain ID: 11155420 -- Slug: optimism-sepolia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| V07 | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Arbitrum Sepolia -- Chain ID: 421614 -- Slug: arbitrum-sepolia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Zora Sepolia -- Chain ID: 999999999 -- Slug: zora-sepolia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Binance Testnet -- Chain ID: 97 -- Slug: binance-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Mantle Sepolia -- Chain ID: 5003 -- Slug: mantle-sepolia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | - ---- - -## Ancient8 -- Chain ID: 888888888 -- Slug: ancient8 - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Ancient8 Testnet -- Chain ID: 28122024 -- Slug: ancient8-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Arc Testnet -- Chain ID: 5042002 -- Slug: arc-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Avalanche Fuji -- Chain ID: 43113 -- Slug: avalanche-fuji - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Berachain -- Chain ID: 80094 -- Slug: berachain - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | - ---- - -## Berachain Bepolia -- Chain ID: 80069 -- Slug: berachain-bepolia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | - ---- - -## Blast -- Chain ID: 81457 -- Slug: blast - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Blast Sepolia -- Chain ID: 168587773 -- Slug: blast-sepolia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Bob -- Chain ID: 60808 -- Slug: bob - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## BOB Sepolia -- Chain ID: 808813 -- Slug: bob-sepolia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Celo -- Chain ID: 42220 -- Slug: celo - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | - ---- - -## Celo Sepolia -- Chain ID: 11142220 -- Slug: celo-sepolia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Chiado Testnet -- Chain ID: 10200 -- Slug: chiado-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ❌ | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V07 | ❌ | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Citrea -- Chain ID: 4114 -- Slug: citrea - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Citrea Testnet -- Chain ID: 5115 -- Slug: citrea-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Cyber Mainnet -- Chain ID: 7560 -- Slug: cyber-mainnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Degen -- Chain ID: 666666666 -- Slug: degen - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## DFK -- Chain ID: 53935 -- Slug: dfk-chain - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## DFK Subnet Testnet -- Chain ID: 335 -- Slug: dfk-chain-test - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## DOS -- Chain ID: 7979 -- Slug: dos-mainnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Etherlink Mainnet -- Chain ID: 42793 -- Slug: etherlink-mainnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | - ---- - -## Etherlink Shadow Testnet -- Chain ID: 127823 -- Slug: etherlink-shadow-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Fuse -- Chain ID: 122 -- Slug: fuse - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ❌ | ✅ | -| V07 | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ❌ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Fuse Sparknet -- Chain ID: 123 -- Slug: fuse-sparknet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ✅ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Geo -- Chain ID: 80451 -- Slug: geo - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Geo Testnet -- Chain ID: 19411 -- Slug: geo-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Gnosis -- Chain ID: 100 -- Slug: gnosis - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Hoodi Testnet -- Chain ID: 560048 -- Slug: hoodi-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Hyper EVM -- Chain ID: 999 -- Slug: hyper-evm - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Kaia -- Chain ID: 8217 -- Slug: kaia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Kaia Kairos -- Chain ID: 1001 -- Slug: kaia-kairos - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Linea -- Chain ID: 59144 -- Slug: linea - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Linea Sepolia -- Chain ID: 59141 -- Slug: linea-sepolia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | - ---- - -## MegaETH -- Chain ID: 4326 -- Slug: megaeth - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Moca Devnet -- Chain ID: 5151 -- Slug: moca-devnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Moca Testnet -- Chain ID: 222888 -- Slug: moca-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V07 | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Mode -- Chain ID: 34443 -- Slug: mode - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Monad -- Chain ID: 143 -- Slug: monad - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Monad Testnet -- Chain ID: 10143 -- Slug: monad-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Moonbeam -- Chain ID: 1284 -- Slug: moonbeam - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## OP BNB -- Chain ID: 204 -- Slug: opbnb - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | -| V07 | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Plume Mainnet -- Chain ID: 98866 -- Slug: plume - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Plume Testnet -- Chain ID: 98867 -- Slug: plume-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Pyrope Testnet -- Chain ID: 695569 -- Slug: pyrope-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Redstone -- Chain ID: 690 -- Slug: redstone - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Robinhood Testnet -- Chain ID: 46630 -- Slug: robinhood-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Scroll -- Chain ID: 534352 -- Slug: scroll - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Scroll Sepolia Testnet -- Chain ID: 534351 -- Slug: scroll-sepolia-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Sei -- Chain ID: 1329 -- Slug: sei - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Sei Testnet -- Chain ID: 1328 -- Slug: sei-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Sepolia -- Chain ID: 11155111 -- Slug: sepolia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## SKALE Calypso Testnet -- Chain ID: 974399131 -- Slug: calypso-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | - ---- - -## SKALE Europa Testnet -- Chain ID: 1444673419 -- Slug: europa-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | - ---- - -## SKALE Nebula Testnet -- Chain ID: 37084624 -- Slug: nebula-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | - ---- - -## SKALE Titan Testnet -- Chain ID: 1020352220 -- Slug: titan-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | - ---- - -## Somnia Mainnet -- Chain ID: 5031 -- Slug: somnia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Somnia Testnet -- Chain ID: 50312 -- Slug: somnia-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Soneium Minato -- Chain ID: 1946 -- Slug: soneium-minato - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Sonic Mainnet -- Chain ID: 146 -- Slug: sonic - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Sonic Testnet -- Chain ID: 14601 -- Slug: sonic-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Story Aeneid Testnet -- Chain ID: 1315 -- Slug: story-aeneid-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V07 | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Story Mainnet -- Chain ID: 1514 -- Slug: story-mainnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Superposition -- Chain ID: 55244 -- Slug: superposition - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | - ---- - -## Tempo -- Chain ID: 4217 -- Slug: tempo - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Tempo Testnet -- Chain ID: 42431 -- Slug: tempo-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Unichain -- Chain ID: 130 -- Slug: unichain - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## Unichain Sepolia -- Chain ID: 1301 -- Slug: unichain-testnet - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## World Chain -- Chain ID: 480 -- Slug: worldchain - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | -| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | - ---- - -## World Chain Sepolia -- Chain ID: 4801 -- Slug: worldchain-sepolia - -### Supported Entrypoints - -| Version | Address | -| ------- | ------- | -| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | -| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | - -### Supported Accounts - -| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | -| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | -| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | -| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | - ---- - diff --git a/data/supported-chains.md b/data/supported-chains.md deleted file mode 100644 index de199971..00000000 --- a/data/supported-chains.md +++ /dev/null @@ -1,95 +0,0 @@ -## Mainnets - -| Chain | Chain ID | Slug | -| ----- | -------- | ---- | -| Ethereum | 1 | ethereum | -| Base | 8453 | base | -| Polygon | 137 | polygon | -| Arbitrum | 42161 | arbitrum | -| Arbitrum Nova | 42170 | arbitrum-nova | -| Optimism | 10 | optimism | -| Avalanche | 43114 | avalanche | -| BNB | 56 | binance | -| Zora | 7777777 | zora | -| Mantle | 5000 | mantle | -| Ancient8 | 888888888 | ancient8 | -| Berachain | 80094 | berachain | -| Blast | 81457 | blast | -| Bob | 60808 | bob | -| Celo | 42220 | celo | -| Citrea | 4114 | citrea | -| Cyber Mainnet | 7560 | cyber-mainnet | -| Degen | 666666666 | degen | -| DFK | 53935 | dfk-chain | -| DOS | 7979 | dos-mainnet | -| Etherlink Mainnet | 42793 | etherlink-mainnet | -| Fuse | 122 | fuse | -| Geo | 80451 | geo | -| Gnosis | 100 | gnosis | -| Hyper EVM | 999 | hyper-evm | -| Kaia | 8217 | kaia | -| Linea | 59144 | linea | -| MegaETH | 4326 | megaeth | -| Mode | 34443 | mode | -| Monad | 143 | monad | -| Moonbeam | 1284 | moonbeam | -| OP BNB | 204 | opbnb | -| Plume Mainnet | 98866 | plume | -| Redstone | 690 | redstone | -| Scroll | 534352 | scroll | -| Sei | 1329 | sei | -| Somnia Mainnet | 5031 | somnia | -| Sonic Mainnet | 146 | sonic | -| Story Mainnet | 1514 | story-mainnet | -| Superposition | 55244 | superposition | -| Unichain | 130 | unichain | -| World Chain | 480 | worldchain | - -## Testnets - -| Chain | Chain ID | Slug | -| ----- | -------- | ---- | -| Base Sepolia | 84532 | base-sepolia | -| Polygon Amoy | 80002 | polygon-amoy | -| OP Sepolia | 11155420 | optimism-sepolia | -| Arbitrum Sepolia | 421614 | arbitrum-sepolia | -| Zora Sepolia | 999999999 | zora-sepolia | -| Binance Testnet | 97 | binance-testnet | -| Mantle Sepolia | 5003 | mantle-sepolia | -| Ancient8 Testnet | 28122024 | ancient8-testnet | -| Arc Testnet | 5042002 | arc-testnet | -| Avalanche Fuji | 43113 | avalanche-fuji | -| Berachain Bepolia | 80069 | berachain-bepolia | -| Blast Sepolia | 168587773 | blast-sepolia | -| BOB Sepolia | 808813 | bob-sepolia | -| Celo Sepolia | 11142220 | celo-sepolia | -| Chiado Testnet | 10200 | chiado-testnet | -| Citrea Testnet | 5115 | citrea-testnet | -| DFK Subnet Testnet | 335 | dfk-chain-test | -| Etherlink Shadow Testnet | 127823 | etherlink-shadow-testnet | -| Fuse Sparknet | 123 | fuse-sparknet | -| Geo Testnet | 19411 | geo-testnet | -| Hoodi Testnet | 560048 | hoodi-testnet | -| Kaia Kairos | 1001 | kaia-kairos | -| Linea Sepolia | 59141 | linea-sepolia | -| Moca Devnet | 5151 | moca-devnet | -| Moca Testnet | 222888 | moca-testnet | -| Monad Testnet | 10143 | monad-testnet | -| Plume Testnet | 98867 | plume-testnet | -| Pyrope Testnet | 695569 | pyrope-testnet | -| Robinhood Testnet | 46630 | robinhood-testnet | -| Scroll Sepolia Testnet | 534351 | scroll-sepolia-testnet | -| Sei Testnet | 1328 | sei-testnet | -| Sepolia | 11155111 | sepolia | -| SKALE Calypso Testnet | 974399131 | calypso-testnet | -| SKALE Europa Testnet | 1444673419 | europa-testnet | -| SKALE Nebula Testnet | 37084624 | nebula-testnet | -| SKALE Titan Testnet | 1020352220 | titan-testnet | -| Somnia Testnet | 50312 | somnia-testnet | -| Soneium Minato | 1946 | soneium-minato | -| Sonic Testnet | 14601 | sonic-testnet | -| Story Aeneid Testnet | 1315 | story-aeneid-testnet | -| Tempo | 4217 | tempo | -| Tempo Testnet | 42431 | tempo-testnet | -| Unichain Sepolia | 1301 | unichain-testnet | -| World Chain Sepolia | 4801 | worldchain-sepolia | diff --git a/data/supported-tokens.md b/data/supported-tokens.md deleted file mode 100644 index 9b6044fe..00000000 --- a/data/supported-tokens.md +++ /dev/null @@ -1,708 +0,0 @@ -## Ethereum - -| Symbol | Address | -| ------ | ------- | -| USDC | `0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48` | -| USDT | `0xDe60aDfDdAAbaAAC3dAFa57B26AcC91Cb63728c4` | -| USDT | `0xdAC17F958D2ee523a2206206994597C13D831ec7` | -| USDT | `0x1CDD2EaB61112697626F7b4bB0e23Da4FeBF7B7C` | -| USDT | `0x58efE15C0404aB22F87E4495D71f6f2077e862bE` | -| AAVE | `0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9` | -| ENS | `0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72` | -| BNB | `0xB8c77482e45F1F44dE1745F52C74426C631bDD52` | -| WETH | `0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2` | -| WBTC | `0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599` | -| COMP | `0xc00e94Cb662C3520282E6f5717214004A7f26888` | -| DAI | `0x6B175474E89094C44Da98b954EedeAC495271d0F` | -| $PAAL | `0x14feE680690900BA0ccCfC76AD70Fd1b95D10e16` | -| 1INCH | `0x111111111117dC0aa78b770fA6A738034120C302` | -| AEVO | `0xB528edBef013aff855ac3c50b381f253aF13b997` | -| AGIX | `0x5B7533812759B45C2B44C19e320ba2cD2681b542` | -| AIOZ | `0x626E8036dEB333b408Be468F951bdB42433cBF18` | -| ALT | `0x8457CA5040ad67fdebbCC8EdCE889A335Bc0fbFB` | -| AMP | `0xfF20817765cB7f73d4bde2e66e067E58D11095C2` | -| ANKR | `0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4` | -| ANT | `0xa117000000f279D81A1D3cc75430fAA017FA5A2e` | -| APE | `0x4d224452801ACEd8B2F0aebE155379bb5D594381` | -| API3 | `0x0b38210ea11411557c13457D4dA7dC6ea731B88a` | -| ARB | `0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1` | -| ARKM | `0x6E2a43be0B1d33b726f0CA3b8de60b3482b8b050` | -| ATH | `0xbe0Ed4138121EcFC5c0E56B40517da27E6c5226B` | -| AVAIL | `0xEeB4d8400AEefafC1B2953e0094134A887C76Bd8` | -| AVAX | `0x8965349fb649A33a30cbFDa057D8eC2C48AbE2A2` | -| AXL | `0x467719aD09025FcC6cF6F8311755809d45a5E5f3` | -| AXS | `0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b` | -| BAND | `0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55` | -| BAT | `0x0D8775F648430679A709E98d2b0Cb6250d2887EF` | -| BBCH | `0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B` | -| BEAM | `0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE` | -| BGB | `0x54D2252757e1672EEaD234D27B1270728fF90581` | -| BLUR | `0x5283D291DBCF85356A21bA090E6db59121208b44` | -| Bonk | `0x1151CB3d861920e07a38e03eEAd12C32178567F6` | -| BTT | `0xC669928185DbCE49d2230CC9B0979BE6DC797957` | -| Cake | `0x152649eA73beAb28c5b49B26eb48f7EAD6d4c898` | -| cbETH | `0xBe9895146f7AF43049ca1c1AE358B0541Ea49704` | -| ccBCH | `0xdB792B1D8869A7CFc34916d6c845Ff05A7C9b789` | -| cETH | `0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5` | -| CHZ | `0x3506424F91fD33084466F402d5D97f05F8e3b4AF` | -| CORGIAI | `0x6b431B8a964BFcf28191b07c91189fF4403957D0` | -| CRO | `0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b` | -| CVX | `0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B` | -| cWBTC | `0xccF4429DB6322D5C611ee964527D42E5d685DD6a` | -| DEXE | `0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6` | -| dogecoin | `0x1ECa6f227E42F12883350F8841463cC073F4C4A6` | -| DYDX | `0x92D6C1e31e14520e676a687F0a93788B716BEff5` | -| eETH | `0x35fA164735182de50811E8e2E824cFb9B6118ac2` | -| ELF | `0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e` | -| ENA | `0x57e114B691Db790C35207b2e685D4A43181e6061` | -| ENJ | `0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c` | -| ETHFI | `0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB` | -| ETHx | `0xA35b1B31Ce002FBF2058D22F30f95D405200A15b` | -| EURC | `0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c` | -| EURe | `0x39b8B6385416f4cA36a20319F70D28621895279D` | -| ezETH | `0xbf5495Efe5DB9ce00f80364C8B423567e58d2110` | -| FDUSD | `0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409` | -| FET | `0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85` | -| FLOKI | `0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E` | -| FRAX | `0x853d955aCEf822Db058eb8505911ED77F175b99e` | -| frxETH | `0x5E8422345238F34275888049021821E8E08CAa1f` | -| FTN | `0xaeDf386B755465871fF874E3E37Af5976E247064` | -| G | `0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649` | -| GAL | `0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875` | -| GALA | `0xd1d2Eb1B1e90B638588728b4130137D262C87cae` | -| GFI | `0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b` | -| GLM | `0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429` | -| GMT | `0xe3c408BD53c31C085a1746AF401A4042954ff740` | -| GNO | `0x6810e776880C02933D47DB1b9fc05908e5386b96` | -| GRT | `0xc944E90C64B2c07662A292be6244BDf05Cda44a7` | -| GT | `0xE66747a101bFF2dBA3697199DCcE5b743b454759` | -| HOT | `0x6c6EE5e31d828De241282B9606C8e98Ea48526E2` | -| ILV | `0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E` | -| IMX | `0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF` | -| INJ | `0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30` | -| IOTX | `0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69` | -| JASMY | `0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC` | -| LDO | `0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32` | -| LINK | `0x514910771AF9Ca656af840dff83E8264EcF986CA` | -| LPT | `0x58b6A8A3302369DAEc383334672404Ee733aB239` | -| LsETH | `0x8c1BEd5b9a0928467c9B1341Da1D7BD5e10b6549` | -| MANA | `0x0F5D2fB29fb7d3CFeE444a200298f468908cC942` | -| MASK | `0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074` | -| MATIC | `0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0` | -| MEME | `0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74` | -| mETH | `0xd5F7838F5C461fefF7FE49ea5ebaF7728bB0ADfa` | -| Metis | `0x9E32b13ce7f2E80A01932B42553652E053D6ed8e` | -| mkr | `0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2` | -| MMX | `0x614Da3b37B6F66F7Ce69B4Bbbcf9a55CE6168707` | -| MNT | `0x3c3a81e81dc49A522A592e7622A7E711c06bf354` | -| Mog | `0xaaeE1A9723aaDB7afA2810263653A34bA2C21C7a` | -| MX | `0x11eeF04c884E24d9B7B4760e7476D06ddF797f36` | -| NEAR | `0x85F17Cf997934a597031b2E18a9aB6ebD4B9f6a4` | -| NEXO | `0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206` | -| NFT | `0x198d14F2Ad9CE69E76ea330B374DE4957C3F850a` | -| NXM | `0xd7c49CEE7E9188cCa6AD8FF264C1DA2e69D4Cf3B` | -| OCEAN | `0x967da4048cD07aB37855c090aAF366e4ce1b9F48` | -| OKB | `0x75231F58b43240C9718Dd58B4967c5114342a86c` | -| OM | `0x3593D125a4f7849a1B059E64F4517A86Dd60c95d` | -| ONDO | `0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3` | -| PAXG | `0x45804880De22913dAFE09f4980848ECE6EcbAf78` | -| PENDLE | `0x808507121B80c02388fAd14726482e061B8da827` | -| PEOPLE | `0x7A58c0Be72BE218B41C608b7Fe7C5bB630736C71` | -| PEPE | `0x6982508145454Ce325dDbE47a25d4ec3d2311933` | -| pepecoin | `0xA9E8aCf069C58aEc8825542845Fd754e41a9489A` | -| PRIME | `0xb23d80f5FefcDDaa212212F028021B41DEd428CF` | -| PYUSD | `0x6c3ea9036406852006290770BEdFcAbA0e23A0e8` | -| QNT | `0x4a220E6096B25EADb88358cb44068A3248254675` | -| rETH | `0xae78736Cd615f374D3085123A210448E74Fc6393` | -| RNDR | `0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24` | -| RPL | `0xD33526068D116cE69F19A9ee46F0bd304F21A51f` | -| rsETH | `0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7` | -| RSR | `0x320623b8E4fF03373931769A31Fc52A4E78B5d70` | -| SAFE | `0x1Aa61c196E76805fcBe394eA00e4fFCEd24FC469` | -| SAFE | `0x5aFE3855358E112B5647B952709E6165e1c1eEEe` | -| SAND | `0x3845badAde8e6dFF049820680d1F14bD3903a5d0` | -| SFP | `0x12e2b8033420270db2F3b328E32370Cb5B2Ca134` | -| sfrxETH | `0xac3E018457B222d93114458476f3E3416Abbe38F` | -| SHIB | `0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE` | -| SKL | `0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7` | -| SOL | `0xD31a59c85aE9D8edEFeC411D448f90841571b89c` | -| SSV | `0x9D65fF81a3c488d585bBfb0Bfe3c7707c7917f54` | -| stETH | `0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84` | -| STRK | `0x74232704659ef37c08995e386A2E26cc27a8d7B1` | -| STRK | `0xCa14007Eff0dB1f8135f4C25B34De49AB0d42766` | -| SUPER | `0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55` | -| swETH | `0xf951E335afb289353dc249e82926178EaC7DEd78` | -| T | `0xCdF7028ceAB81fA0C6971208e83fa7872994beE5` | -| TKX | `0x667102BD3413bFEaa3Dffb48fa8288819E480a88` | -| TONCOIN | `0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1` | -| TRAC | `0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F` | -| TRIBE | `0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B` | -| TRUMP | `0x576e2BeD8F7b46D34016198911Cdf9886f78bea7` | -| TRX | `0xE1Be5D3f34e89dE342Ee97E6e90D405884dA6c67` | -| TRX | `0x50327c6c5a14DCaDE707ABad2E27eB517df87AB5` | -| TRX | `0x118B0AF0e8E8F926C40e361CA934BCA37ED8d23A` | -| TURBO | `0xA35923162C49cF95e6BF26623385eb431ad920D3` | -| TUSD | `0x0000000000085d4780B73119b644AE5ecd22b376` | -| UNI | `0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984` | -| USAT | `0x07041776f5007ACa2A54844F50503a18A72A8b68` | -| USDD | `0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6` | -| USDe | `0x4c9EDD5852cd905f086C759E8383e09bff1E68B3` | -| USDY | `0x96F6eF951840721AdBF46Ac996b59E0235CB985C` | -| wBETH | `0xa2E3356610840701BDf5611a53974510Ae27E2e1` | -| WBNB | `0x418D75f65a02b3D53B2418FB8E1fe493759c7605` | -| WBT | `0x925206b8a707096Ed26ae47C84747fE0bb734F59` | -| weETH | `0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee` | -| WLD | `0x163f8C2467924be0ae7B5347228CABF260318753` | -| WOO | `0x4691937a7508860F876c9c0a2a617E7d9E945D4B` | -| wstETH | `0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0` | -| WTON | `0xc4A11aaf6ea915Ed7Ac194161d2fC9384F15bff2` | -| XAUt | `0x68749665FF8D2d112Fa859AA293F07A622782F38` | -| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | -| ZRX | `0xE41d2489571d322189246DaFA5ebDe1F4699F498` | - ---- - -## Base - -| Symbol | Address | -| ------ | ------- | -| USDC | `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` | -| USDT | `0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2` | -| WETH | `0x4200000000000000000000000000000000000006` | -| WBTC | `0xf28587b974BF0323d1f17F65eF33D19b66f4a97d` | -| DAI | `0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb` | -| AERO | `0x940181a94A35A4569E4529A3CDfB74e38FD98631` | -| AXL | `0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f` | -| BCHB | `0x1791B55e734DF69B4906a4178A83dbE63c4F8421` | -| BRETT | `0x532f27101965dd16442E59d40670FaF5eBB142E4` | -| cbBTC | `0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf` | -| cbETH | `0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22` | -| EURC | `0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42` | -| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | -| G | `0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649` | -| IOTX | `0xBCBAf311ceC8a4EAC0430193A528d9FF27ae38C1` | -| LINK | `0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196` | -| MOCA | `0x2B11834Ed1FeAEd4b4b3a86A6F571315E25A884D` | -| Mog | `0x2Da56AcB9Ea78330f947bD57C54119Debda7AF71` | -| OM | `0x3992B27dA26848C2b19CeA6Fd25ad5568B68AB98` | -| PRIME | `0xfA980cEd6895AC314E7dE34Ef1bFAE90a5AdD21b` | -| rETH | `0xB6fe221Fe9EeF5aBa221c348bA20A1Bf5e73624c` | -| RSR | `0xaB36452DbAC151bE02b16Ca17d8919826072f64a` | -| SAFE | `0xbce867Eb8F0BFdCbac7e7a11f0f3D58125D2704A` | -| TONCOIN | `0x2C203189bEBb043DdDB03D718292F833872e04c5` | -| UNI | `0xc3De830EA07524a0761646a6a4e4be0e114a3C83` | -| wstETH | `0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452` | -| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | - ---- - -## Polygon - -| Symbol | Address | -| ------ | ------- | -| USDC | `0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359` | -| USDT | `0xc2132D05D31c914a87C6611C10748AEb04B58e8F` | -| AAVE | `0xD6DF932A45C0f255f85145f286eA0b292B21C90B` | -| WBTC | `0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6` | -| COMP | `0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c` | -| DAI | `0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063` | -| 1INCH | `0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f` | -| ANKR | `0x101A023270368c0D50BFfb62780F4aFd4ea79C35` | -| APE | `0xB7b31a6BC18e48888545CE79e83E06003bE70930` | -| AVAX | `0x2C89bbc92BD86F8075d1DEcc58C7F4E0107f286b` | -| AXL | `0x6e4E624106Cb12E168E6533F8ec7c82263358940` | -| BAT | `0x3Cef98bb43d732E2F285eE605a8158cDE967D219` | -| Bonk | `0xe5B49820e5A1063F6F4DdF851327b5E8B2301048` | -| CRV | `0x172370d5Cd63279eFa6d502DAB29171933a610AF` | -| EURe | `0xE0aEa583266584DafBB3f9C3211d5588c73fEa8d` | -| FRAX | `0x45c32fA6DF82ead1e2EF74d17b76547EDdFaFF89` | -| frxETH | `0xEe327F889d5947c1dc1934Bb208a1E792F953E96` | -| fxcbETH | `0x4b4327dB1600B8B1440163F667e199CEf35385f5` | -| GMT | `0x714DB550b574b3E927af3D93E26127D15721D4C2` | -| GRT | `0x5fe2B58c013d7601147DcdD68C143A77499f5531` | -| LDO | `0xC3C7d422809852031b44ab29EEC9F1EfF2A58756` | -| LINK | `0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39` | -| MANA | `0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4` | -| MASK | `0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7` | -| MKR | `0x6f7C932e7684666C9fd1d44527765433e01fF61d` | -| MMX | `0x95A62521c655e7A24A3919AA1f99764C05B7ec4E` | -| mOCEAN | `0x282d8efCe846A88B159800bd4130ad77443Fa1A1` | -| NEXO | `0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E` | -| OM | `0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea` | -| rETH | `0x0266F4F08D82372CF0FcbCCc0Ff74309089c74d1` | -| RNDR | `0x61299774020dA444Af134c82fa83E3810b309991` | -| RPL | `0x7205705771547cF79201111B4bd8aaF29467b9eC` | -| SAND | `0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683` | -| sfrxETH | `0x6d1FdBB266fCc09A16a22016369210A15bb95761` | -| SNX | `0x50B728D8D964fd00C2d0AAD81718b71311feF68a` | -| SOL | `0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4` | -| SOL | `0xd93f7E271cB87c23AaA73edC008A79646d1F9912` | -| SUKU | `0x60Ea918FC64360269Da4efBDA11d8fC6514617C6` | -| SUPER | `0xa1428174F516F527fafdD146b883bB4428682737` | -| UNI | `0xb33EaAd8d922B1083446DC23f610c2567fB5180f` | -| WBNB | `0xeCDCB5B88F8e3C15f95c720C51c71c9E2080525d` | -| WOO | `0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603` | -| XAUt0 | `0xF1815bd50389c46847f0Bda824eC8da914045D14` | -| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | - ---- - -## Arbitrum - -| Symbol | Address | -| ------ | ------- | -| USDC | `0xaf88d065e77c8cC2239327C5EDb3A432268e5831` | -| USDT | `0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9` | -| AAVE | `0xba5DdD1f9d7F570dc94a51479a000E3BCE967196` | -| WETH | `0x82aF49447D8a07e3bd95BD0d56f35241523fBab1` | -| WBTC | `0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f` | -| WBTC | `0x397846a8078d4845c7f5c6Ca76aeBbcFDc044fAe` | -| COMP | `0x354A6dA3fcde098F8389cad84b0182725c6C91dE` | -| GMX | `0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a` | -| DAI | `0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1` | -| OP | `0xaC800FD6159c2a2CB8fC31EF74621eB430287a5A` | -| ANKR | `0xAeAeeD23478c3a4b798e4ed40D8B7F41366Ae861` | -| ARB | `0x912CE59144191C1204E64559FE8253a0e49E6548` | -| ATH | `0xc87B37a581ec3257B734886d9d3a581F5A9d056c` | -| AXL | `0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f` | -| Bonk | `0x09199d9A5F4448D0848e4395D065e1ad9c4a1F74` | -| BTC.b | `0x2297aEbD383787A160DD0d9F71508148769342E3` | -| cbETH | `0x1DEBd73E752bEaF79865Fd6446b0c970EaE7732f` | -| CRV | `0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978` | -| EURe | `0x0c06cCF38114ddfc35e07427B9424adcca9F44F8` | -| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | -| FRAX | `0x17FC002b466eEc40DaE837Fc4bE5c67993ddBd6F` | -| frxETH | `0x178412e79c25968a32e89b11f63B33F733770c2A` | -| GNO | `0xa0b862F60edEf4452F25B4160F177db44DeB6Cf1` | -| GRT | `0x9623063377AD1B27544C965cCd7342f7EA7e88C7` | -| LDO | `0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60` | -| LINK | `0xf97f4df75117a78c1A5a0DBb814Af92458539FB4` | -| LPT | `0x289ba1701C2F088cf0faf8B3705246331cB8A839` | -| MATIC | `0x561877b6b3DD7651313794e5F2894B2F18bE0766` | -| PENDLE | `0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8` | -| PEPE | `0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00` | -| PRF | `0x1310952Bc5594852459Ee45bfD0df70b34Ac5509` | -| rETH | `0xEC70Dcb4A1EFa46b8F2D97C310C9c4790ba5ffA8` | -| RPL | `0xB766039cc6DB368759C1E56B79AFfE831d0Cc507` | -| RSR | `0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594` | -| sfrxETH | `0x95aB45875cFFdba1E5f451B950bC2E42c0053f39` | -| SOL | `0x2bcC6D6CdBbDC0a4071e48bb3B969b06B3330c07` | -| swETH | `0xbc011A12Da28e8F0f528d9eE5E7039E22F91cf18` | -| tBTC | `0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40` | -| TRX | `0x29A1DBE8c32C0ceB1eB92722afb9B231b6F6fdDA` | -| UNI | `0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0` | -| USDC.e | `0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8` | -| USDD | `0x680447595e8b7b3Aa1B43beB9f6098C79ac2Ab3f` | -| USDe | `0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34` | -| USDx | `0xb2F30A7C980f052f02563fb518dcc39e6bf38175` | -| WBNB | `0xa9004A5421372E1D83fB1f85b0fc986c912f91f3` | -| weETH | `0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe` | -| WOO | `0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b` | -| XAUt0 | `0x40461291347e1eCbb09499F3371D3f17f10d7159` | -| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | - ---- - -## Arbitrum Nova - -| Symbol | Address | -| ------ | ------- | -| DAI | `0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1` | -| ARB | `0xf823C3cD3CeBE0a1fA952ba88Dc9EEf8e0Bf46AD` | - ---- - -## Optimism - -| Symbol | Address | -| ------ | ------- | -| USDC | `0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85` | -| USDT | `0x94b008aA00579c1307B0EF2c499aD98a8ce58e58` | -| AAVE | `0x76FB31fb4af56892A25e32cFC43De717950c9278` | -| WBTC | `0x68f180fcCe6836688e9084f035309E29Bf0A2095` | -| DAI | `0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1` | -| OP | `0x4200000000000000000000000000000000000042` | -| ANKR | `0xAeAeeD23478c3a4b798e4ed40D8B7F41366Ae861` | -| AXL | `0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f` | -| cbETH | `0xadDb6A0412DE1BA0F936DCaeb8Aaa24578dcF3B2` | -| CRV | `0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53` | -| FRAX | `0x2E3D870790dC77A83DD1d18184Acc7439A53f475` | -| frxETH | `0x6806411765Af15Bddd26f8f544A34cC40cb9838B` | -| LDO | `0xFdb794692724153d1488CcdBE0C56c252596735F` | -| LINK | `0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6` | -| MATIC | `0xe211233fE8b6964208CfC7CA66df9C0340088670` | -| OCEAN | `0x2561aa2bB1d2Eb6629EDd7b0938d7679B8b49f9E` | -| PENDLE | `0xBC7B1Ff1c6989f006a1185318eD4E7b5796e66E1` | -| rETH | `0x9Bcef72be871e61ED4fBbc7630889beE758eb81D` | -| sfrxETH | `0x484c2D6e3cDd945a8B2DF735e079178C1036578c` | -| SOL | `0xba1Cf949c382A32a09A17B2AdF3587fc7fA664f1` | -| stETH | `0x76A50b8c7349cCDDb7578c6627e79b5d99D24138` | -| UNI | `0x6fd9d7AD17242c41f7131d257212c54A0e816691` | -| USDC.e | `0x7F5c764cBc14f9669B88837ca1490cCa17c31607` | -| WLD | `0xdC6fF44d5d932Cbd77B52E5612Ba0529DC6226F1` | -| wstETH | `0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb` | -| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | - ---- - -## Avalanche - -| Symbol | Address | -| ------ | ------- | -| USDC | `0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E` | -| AAVE | `0x8cE2Dee54bB9921a2AE0A63dBb2DF8eD88B91dD9` | -| WBTC | `0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB` | -| GMX | `0x62edc0692BD897D2295872a9FFCac5425011c661` | -| 1INCH.e | `0xd501281565bf7789224523144Fe5D98e8B28f267` | -| AAVE.e | `0x63a72806098Bd3D9520cC43356dD78afe5D386D9` | -| ANKR | `0xDF474B7109b73b7D57926d43598D5934131136b2` | -| AVAX | `0x871bF465bf7eaEe26bEFc7a426a74C10c58C3d15` | -| AXL | `0x44c784266cf024a60e8acF2427b9857Ace194C5d` | -| BAT.e | `0x98443B96EA4b0858FDF3219Cd13e98C7A4690588` | -| BTC.b | `0x152b9d0FdC40C096757F570A51E494bd4b943E50` | -| COMP.e | `0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437` | -| DAI.e | `0xd586E7F844cEa2F87f50152665BCbc2C279D8d70` | -| EURC | `0xC891EB4cbdEFf6e073e859e987815Ed1505c2ACD` | -| FRAX | `0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64` | -| GRT.e | `0x8a0cAc13c7da965a312f08ea4229c37869e85cB9` | -| LINK | `0xB3fe5374F67D7a22886A0eE082b2E2f9d2651651` | -| LINK.e | `0x5947BB275c521040051D82396192181b413227A3` | -| MKR.e | `0x88128fd4b259552A9A1D457f435a6527AAb72d42` | -| sAVAX | `0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE` | -| SNX.e | `0xBeC243C995409E6520D7C41E404da5dEba4b209B` | -| TUSD | `0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB` | -| UNI | `0xf39f9671906d8630812f9d9863bBEf5D523c84Ab` | -| UNI.e | `0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580` | -| USDD | `0xB514CABD09eF5B169eD3fe0FA8DBd590741E81C2` | -| USDt | `0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7` | -| USDT.e | `0xc7198437980c041c805A1EDcbA50c1Ce5db95118` | -| WBNB | `0x442F7f22b1EE2c842bEAFf52880d4573E9201158` | -| WBTC.e | `0x50b7545627a5162F82A992c33b87aDc75187B218` | -| WOO.e | `0xaBC9547B534519fF73921b1FBA6E672b5f58D083` | -| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | -| ZRX.e | `0x596fA47043f99A4e0F122243B841E55375cdE0d2` | - ---- - -## BNB - -| Symbol | Address | -| ------ | ------- | -| USDC | `0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d` | -| USDT | `0x55d398326f99059fF775485246999027B3197955` | -| AAVE | `0xfb6115445Bff7b52FeB98650C87f44907E58f802` | -| COMP | `0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8` | -| DAI | `0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3` | -| OP | `0x170C84E3b1D282f9628229836086716141995200` | -| 1INCH | `0x111111111117dC0aa78b770fA6A738034120C302` | -| AIOZ | `0x33d08D8C7a168333a85285a68C0042b39fC3741D` | -| ALT | `0x8457CA5040ad67fdebbCC8EdCE889A335Bc0fbFB` | -| ANKR | `0xf307910A4c7bbc79691fD374889b36d8531B08e3` | -| ATOM | `0x0Eb3a705fc54725037CC9e008bDede697f62F335` | -| AVAX | `0x1CE0c2827e2eF14D5C4f29a091d735A204794041` | -| AXL | `0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65` | -| AXS | `0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0` | -| BCH | `0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf` | -| BEAM | `0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE` | -| Bonk | `0xA697e272a73744b343528C3Bc4702F2565b2F422` | -| Cake | `0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82` | -| CAT | `0x6894CDe390a3f51155ea41Ed24a33A4827d3063D` | -| DEXE | `0x6E88056E8376Ae7709496Ba64d37fa2f8015ce3e` | -| ELF | `0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9` | -| ETH | `0x2170Ed0880ac9A755fd29B2688956BD959F933F8` | -| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | -| FDUSD | `0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409` | -| FET | `0x031b41e504677879370e9DBcF937283A8691Fa7f` | -| FLOKI | `0xfb5B838b6cfEEdC2873aB27866079AC55363D37E` | -| FRAX | `0x90C97F71E18723b0Cf0dfa30ee176Ab653E89F40` | -| frxETH | `0x64048A7eEcF3a2F1BA9e144aAc3D7dB6e58F555e` | -| G | `0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649` | -| GAL | `0xe4Cc45Bb5DBDA06dB6183E8bf016569f40497Aa5` | -| GMT | `0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1` | -| H2O | `0xAF3287cAe99C982586c07401C0d911Bf7De6CD82` | -| INJ | `0xa2B726B1145A4773F68593CF171187d8EBe4d495` | -| LINK | `0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD` | -| LINK | `0x404460C6A5EdE2D891e8297795264fDe62ADBB75` | -| MASK | `0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3` | -| MATIC | `0xCC42724C6683B7E57334c4E856f4c9965ED682bD` | -| NFT | `0x20eE7B720f4E4c4FFcB00C4065cdae55271aECCa` | -| OM | `0xF78D2e7936F5Fe18308A3B2951A93b6c4a41F5e2` | -| PENDLE | `0xb3Ed0A426155B79B898849803E3B36552f7ED507` | -| PEPE | `0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00` | -| QUACK | `0xD74b782E05AA25c50e7330Af541d46E18f36661C` | -| SAFE | `0x4d7Fa587Ec8e50bd0E9cD837cb4DA796f47218a1` | -| SFP | `0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb` | -| sfrxETH | `0x3Cd55356433C89E50DC51aB07EE0fa0A95623D53` | -| SOL | `0x570A5D26f7765Ecb712C0924E4De545B89fD43dF` | -| STRK | `0x0968bE154452BA51Bc1333905D3dC205fe2e610e` | -| SUPER | `0x51BA0b044d96C3aBfcA52B64D733603CCC4F0d4D` | -| TONCOIN | `0x76A797A59Ba2C17726896976B7B3747BfD1d220f` | -| TRUMP | `0x4eA98c1999575aaadfb38237Dd015c5E773F75a2` | -| TRX | `0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3` | -| TUSD | `0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9` | -| TWT | `0x4B0F1812e5Df2A09796481Ff14017e6005508003` | -| UNI | `0xBf5140A22578168FD562DCcF235E5D43A02ce9B1` | -| USDD | `0xd17479997F34dd9156Deef8F95A52D81D265be9c` | -| vBCH | `0x5F0388EBc2B94FA8E123F404b79cCF5f40b29176` | -| wBETH | `0xa2E3356610840701BDf5611a53974510Ae27E2e1` | -| WBNB | `0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c` | -| WOO | `0x4691937a7508860F876c9c0a2a617E7d9E945D4B` | -| wROSE | `0xF00600eBC7633462BC4F9C61eA2cE99F5AAEBd4a` | -| XRP | `0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE` | -| ZIL | `0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787` | -| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | - ---- - -## Mantle - -| Symbol | Address | -| ------ | ------- | -| USDT | `0x201EBa5CC46D216Ce6DC03F6a759e8E766e956aE` | -| WETH | `0xdEAddEaDdeadDEadDEADDEAddEADDEAddead1111` | -| WBTC | `0xCAbAE6f6Ea1ecaB08Ad02fE02ce9A44F09aebfA2` | -| mETH | `0xcDA86A272531e8640cD7F1a92c01839911B90bb0` | -| USDY | `0x5bE26527e817998A7206475496fDE1E68957c5A6` | - ---- - -## Base Sepolia - -| Symbol | Address | -| ------ | ------- | -| USDC | `0x036CbD53842c5426634e7929541eC2318f3dCF7e` | -| USDC | `0x92D4Fe30AF7A3Aee208e43499520EC09B7228b0D` | -| EURC | `0x808456652fdb597867f38412077A9182bf77359F` | -| LINK | `0xE4aB69C077896252FAFBD49EFD26B5D171A32410` | -| PIM | `0xFC3e86566895Fb007c6A0d3809eb2827DF94F751` | - ---- - -## Polygon Amoy - -| Symbol | Address | -| ------ | ------- | -| EURe | `0xeD5D0B6C5BEFfDd607639094397C223536B0Bae7` | -| usdc | `0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582` | - ---- - -## OP Sepolia - -| Symbol | Address | -| ------ | ------- | -| usdc | `0x5fd84259d66Cd46123540766Be93DFE6D43130D7` | - ---- - -## Arbitrum Sepolia - -| Symbol | Address | -| ------ | ------- | -| USDC | `0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d` | -| EURe | `0xFdEed5cE7E281B4e0F163B70eBe2Cf0B10803b7B` | -| ostUSDC | `0xe73B11Fb1e3eeEe8AF2a23079A4410Fe1B370548` | -| PIM | `0xFC3e86566895Fb007c6A0d3809eb2827DF94F751` | - ---- - -## Avalanche Fuji - -| Symbol | Address | -| ------ | ------- | -| EURC | `0x5E44db7996c682E92a960b65AC713a54AD815c6B` | -| usdc | `0x5425890298aed601595a70AB815c96711a31Bc65` | - ---- - -## Blast - -| Symbol | Address | -| ------ | ------- | -| WETH | `0x4300000000000000000000000000000000000004` | -| WBTC | `0xF7bc58b8D8f97ADC129cfC4c9f45Ce3C0E1D2692` | -| ANKR | `0x3580ac35BED2981d6bDD671a5982c2467d301241` | -| BLAST | `0xb1a5700fA2358173Fe465e6eA4Ff52E36e88E2ad` | -| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | -| USDB | `0x4300000000000000000000000000000000000003` | - ---- - -## Celo - -| Symbol | Address | -| ------ | ------- | -| USDC | `0xcebA9300f2b948710d2653dD7B07f33A8B32118C` | -| USDT | `0x617f3112bf5397D0467D315cC709EF968D9ba546` | -| WETH | `0x122013fd7dF1C6F636a5bb8f03108E876548b455` | -| WBTC | `0xBe50a3013A1c94768A1ABb78c3cB79AB28fc1aCE` | -| DAI | `0x90Ca507a5D4458a4C6C6249d186b6dCb02a5BCCd` | -| AVAX | `0x8E3670FD7B0935d3FE832711deBFE13BB689b690` | -| BTC | `0xD629eb00dEced2a080B7EC630eF6aC117e614f1b` | -| SOL | `0x173234922eB27d5138c5e481be9dF5261fAeD450` | -| USD₮ | `0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e` | - ---- - -## Chiado Testnet - -| Symbol | Address | -| ------ | ------- | -| EURe | `0x7a47605930002CC2Cd2c3c408D1F33fc2a18aB71` | - ---- - -## Etherlink Mainnet - -| Symbol | Address | -| ------ | ------- | -| usdc | `0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9` | - ---- - -## Gnosis - -| Symbol | Address | -| ------ | ------- | -| USDC | `0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83` | -| USDT | `0x4ECaBa5870353805a9F068101A40E0f32ed605C6` | -| AAVE | `0xDF613aF6B44a31299E48131e9347F034347E2F00` | -| WBTC | `0x8e5bBbb09Ed1ebdE8674Cda39A0c169401db4252` | -| DAI | `0xc439E5B1DEe4f866B681E7c5E5dF140aA47fBf19` | -| DAI | `0x44fA8E6f47987339850636F88629646662444217` | -| EURe | `0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430` | -| GNO | `0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb` | -| LINK | `0xE2e73A1c69ecF83F464EFCE6A5be353a37cA09b2` | -| LINK | `0x93902393EFdbb5423e187B6B2F7282a23274B8d4` | -| MATIC | `0x7122d7661c4564b7C6Cd4878B06766489a6028A2` | -| SAFE | `0x4d18815D14fe5c3304e87B3FA18318baa5c23820` | -| UNI | `0x4537e328Bf7e4eFA29D05CAeA260D7fE26af9D74` | -| WBNB | `0xCa8d20f3e0144a72C6B5d576e9Bd3Fd8557E2B04` | - ---- - -## Kaia - -| Symbol | Address | -| ------ | ------- | -| WBTC | `0xDCbacF3f7a069922E677912998c8d57423C37dfA` | -| DAI | `0x078dB7827a5531359f6CB63f62CFA20183c4F10c` | - ---- - -## Linea - -| Symbol | Address | -| ------ | ------- | -| USDT | `0xA219439258ca9da29E9Cc4cE5596924745e12B93` | -| USDT | `0x6C6470898882b65E0275723D883A0D877aADe43f` | -| USDT | `0x0C3897769D57EF1f0721ff291C766709a02991DE` | -| USDT | `0x2528c7B8c7c0d6Ab4461BbAa14F5905Ea93ad837` | -| WBTC | `0x464eEfB9253d9E3bF6ED370F3DD4b222b86fAFf7` | -| WBTC | `0x07a92Af40b052A753187bc1A6E2874730A0D3F23` | -| WBTC | `0x3aAB2285ddcDdaD8edf438C1bAB47e1a9D05a9b4` | -| DAI | `0x4AF15ec2A0BD43Db75dd04E62FAA3B8EF36b00d5` | -| DAI | `0xB00Ad70C6A0d58372199AbEB33F46058d02FFBBC` | -| ANKR | `0xa8Ae6365383eb907e6b4B1B7E82A35752cC5Ef8C` | -| AVAX | `0x5471ea8f739dd37E9B81Be9c5c77754D8AA953E4` | -| EURe | `0x3ff47c5Bf409C86533FE1f4907524d304062428D` | -| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | -| LINK | `0x5B16228B94b68C7cE33AF2ACc5663eBdE4dCFA2d` | -| MATIC | `0x265B25e22bcd7f10a5bD6E6410F10537Cc7567e8` | -| UNI | `0x636B22bC471c955A8DB60f28D4795066a8201fa3` | - ---- - -## Linea Sepolia - -| Symbol | Address | -| ------ | ------- | -| EURe | `0x43F1eEdb454089C6db498D8ced63d8972c019DE2` | - ---- - -## MegaETH - -| Symbol | Address | -| ------ | ------- | -| USDm | `0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7` | -| USDT0 | `0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb` | - ---- - -## Mode - -| Symbol | Address | -| ------ | ------- | -| USDT | `0xf0F161fDA2712DB8b566946122a5af183995e2eD` | -| WETH | `0x4200000000000000000000000000000000000006` | -| WBTC | `0xcDd475325D6F564d27247D1DddBb0DAc6fA0a5CF` | -| ANKR | `0xDF474B7109b73b7D57926d43598D5934131136b2` | -| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | - ---- - -## Monad - -| Symbol | Address | -| ------ | ------- | -| USDC | `0x754704Bc059F8C67012fEd69BC8A327a5aafb603` | -| WMON | `0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A` | - ---- - -## Scroll - -| Symbol | Address | -| ------ | ------- | -| USDT | `0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df` | -| AAVE | `0x79379C0E09a41d7978f883a56246290eE9a8c4d3` | -| WETH | `0x5300000000000000000000000000000000000004` | -| WBTC | `0x3C1BCa5a656e69edCD0D4E36BEbb3FcDAcA60Cf1` | -| DAI | `0xcA77eB3fEFe3725Dc33bccB54eDEFc3D9f764f97` | -| ANKR | `0xDF474B7109b73b7D57926d43598D5934131136b2` | -| EURe | `0xd7BB130A48595fCDf9480E36C1aE97ff2938aC21` | -| SOL | `0xCDf95E1F720caade4b1DC83ABfE15400D2a458AD` | -| UNI | `0x434cdA25E8a2CA5D9c1C449a8Cb6bCbF719233E8` | - ---- - -## Scroll Sepolia Testnet - -| Symbol | Address | -| ------ | ------- | -| EURe | `0x6A2f117b2E35e59ee35022186ae6B365DCAB84Ad` | - ---- - -## Sepolia - -| Symbol | Address | -| ------ | ------- | -| USDC | `0xbe72E441BF55620febc26715db68d3494213D8Cb` | -| USDC | `0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238` | -| EURC | `0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4` | -| EURe | `0x67b34b93ac295c985e856E5B8A20D83026b580Eb` | -| PIM | `0xFC3e86566895Fb007c6A0d3809eb2827DF94F751` | -| USD₮ | `0xd077A400968890Eacc75cdc901F0356c943e4fDb` | - ---- - -## World Chain - -| Symbol | Address | -| ------ | ------- | -| USDC | `0x79A02482A880bCE3F13e09Da970dC34db4CD24d1` | -| WLD | `0x2cFc85d8E48F8EAB294be644d9E25C3030863003` | - ---- - -## World Chain Sepolia - -| Symbol | Address | -| ------ | ------- | -| USDC | `0x66145f38cBAC35Ca6F1Dfb4914dF98F1614aeA88` | -| PIM | `0xFC3e86566895Fb007c6A0d3809eb2827DF94F751` | - ---- - diff --git a/docs/pages/guides/how-to/erc20-paymaster/supported-tokens.mdx b/docs/pages/guides/how-to/erc20-paymaster/supported-tokens.mdx index e107339b..350c4a24 100644 --- a/docs/pages/guides/how-to/erc20-paymaster/supported-tokens.mdx +++ b/docs/pages/guides/how-to/erc20-paymaster/supported-tokens.mdx @@ -1,5 +1,3 @@ -import SupportedTokens from '../../../../../data/supported-tokens.md' - # Supported Tokens List of tokens that are supported by Pimlico's ERC-20 Paymaster. You can view the list of enabled tokens on your [Pimlico dashboard](https://dashboard.pimlico.io/billing/plan). @@ -56,4 +54,714 @@ wsETH on the following chains: If you have a token that you would like to see added, please [reach out to us](https://t.me/pimlicoHQ). ::: - +{/* @data-start: supported-tokens */} + +## Ethereum + +| Symbol | Address | +| ------ | ------- | +| USDC | `0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48` | +| USDT | `0xDe60aDfDdAAbaAAC3dAFa57B26AcC91Cb63728c4` | +| USDT | `0xdAC17F958D2ee523a2206206994597C13D831ec7` | +| USDT | `0x1CDD2EaB61112697626F7b4bB0e23Da4FeBF7B7C` | +| USDT | `0x58efE15C0404aB22F87E4495D71f6f2077e862bE` | +| AAVE | `0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9` | +| ENS | `0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72` | +| BNB | `0xB8c77482e45F1F44dE1745F52C74426C631bDD52` | +| WETH | `0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2` | +| WBTC | `0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599` | +| COMP | `0xc00e94Cb662C3520282E6f5717214004A7f26888` | +| DAI | `0x6B175474E89094C44Da98b954EedeAC495271d0F` | +| $PAAL | `0x14feE680690900BA0ccCfC76AD70Fd1b95D10e16` | +| 1INCH | `0x111111111117dC0aa78b770fA6A738034120C302` | +| AEVO | `0xB528edBef013aff855ac3c50b381f253aF13b997` | +| AGIX | `0x5B7533812759B45C2B44C19e320ba2cD2681b542` | +| AIOZ | `0x626E8036dEB333b408Be468F951bdB42433cBF18` | +| ALT | `0x8457CA5040ad67fdebbCC8EdCE889A335Bc0fbFB` | +| AMP | `0xfF20817765cB7f73d4bde2e66e067E58D11095C2` | +| ANKR | `0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4` | +| ANT | `0xa117000000f279D81A1D3cc75430fAA017FA5A2e` | +| APE | `0x4d224452801ACEd8B2F0aebE155379bb5D594381` | +| API3 | `0x0b38210ea11411557c13457D4dA7dC6ea731B88a` | +| ARB | `0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1` | +| ARKM | `0x6E2a43be0B1d33b726f0CA3b8de60b3482b8b050` | +| ATH | `0xbe0Ed4138121EcFC5c0E56B40517da27E6c5226B` | +| AVAIL | `0xEeB4d8400AEefafC1B2953e0094134A887C76Bd8` | +| AVAX | `0x8965349fb649A33a30cbFDa057D8eC2C48AbE2A2` | +| AXL | `0x467719aD09025FcC6cF6F8311755809d45a5E5f3` | +| AXS | `0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b` | +| BAND | `0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55` | +| BAT | `0x0D8775F648430679A709E98d2b0Cb6250d2887EF` | +| BBCH | `0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B` | +| BEAM | `0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE` | +| BGB | `0x54D2252757e1672EEaD234D27B1270728fF90581` | +| BLUR | `0x5283D291DBCF85356A21bA090E6db59121208b44` | +| Bonk | `0x1151CB3d861920e07a38e03eEAd12C32178567F6` | +| BTT | `0xC669928185DbCE49d2230CC9B0979BE6DC797957` | +| Cake | `0x152649eA73beAb28c5b49B26eb48f7EAD6d4c898` | +| cbETH | `0xBe9895146f7AF43049ca1c1AE358B0541Ea49704` | +| ccBCH | `0xdB792B1D8869A7CFc34916d6c845Ff05A7C9b789` | +| cETH | `0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5` | +| CHZ | `0x3506424F91fD33084466F402d5D97f05F8e3b4AF` | +| CORGIAI | `0x6b431B8a964BFcf28191b07c91189fF4403957D0` | +| CRO | `0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b` | +| CVX | `0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B` | +| cWBTC | `0xccF4429DB6322D5C611ee964527D42E5d685DD6a` | +| DEXE | `0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6` | +| dogecoin | `0x1ECa6f227E42F12883350F8841463cC073F4C4A6` | +| DYDX | `0x92D6C1e31e14520e676a687F0a93788B716BEff5` | +| eETH | `0x35fA164735182de50811E8e2E824cFb9B6118ac2` | +| ELF | `0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e` | +| ENA | `0x57e114B691Db790C35207b2e685D4A43181e6061` | +| ENJ | `0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c` | +| ETHFI | `0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB` | +| ETHx | `0xA35b1B31Ce002FBF2058D22F30f95D405200A15b` | +| EURC | `0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c` | +| EURe | `0x39b8B6385416f4cA36a20319F70D28621895279D` | +| ezETH | `0xbf5495Efe5DB9ce00f80364C8B423567e58d2110` | +| FDUSD | `0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409` | +| FET | `0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85` | +| FLOKI | `0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E` | +| FRAX | `0x853d955aCEf822Db058eb8505911ED77F175b99e` | +| frxETH | `0x5E8422345238F34275888049021821E8E08CAa1f` | +| FTN | `0xaeDf386B755465871fF874E3E37Af5976E247064` | +| G | `0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649` | +| GAL | `0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875` | +| GALA | `0xd1d2Eb1B1e90B638588728b4130137D262C87cae` | +| GFI | `0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b` | +| GLM | `0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429` | +| GMT | `0xe3c408BD53c31C085a1746AF401A4042954ff740` | +| GNO | `0x6810e776880C02933D47DB1b9fc05908e5386b96` | +| GRT | `0xc944E90C64B2c07662A292be6244BDf05Cda44a7` | +| GT | `0xE66747a101bFF2dBA3697199DCcE5b743b454759` | +| HOT | `0x6c6EE5e31d828De241282B9606C8e98Ea48526E2` | +| ILV | `0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E` | +| IMX | `0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF` | +| INJ | `0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30` | +| IOTX | `0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69` | +| JASMY | `0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC` | +| LDO | `0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32` | +| LINK | `0x514910771AF9Ca656af840dff83E8264EcF986CA` | +| LPT | `0x58b6A8A3302369DAEc383334672404Ee733aB239` | +| LsETH | `0x8c1BEd5b9a0928467c9B1341Da1D7BD5e10b6549` | +| MANA | `0x0F5D2fB29fb7d3CFeE444a200298f468908cC942` | +| MASK | `0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074` | +| MATIC | `0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0` | +| MEME | `0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74` | +| mETH | `0xd5F7838F5C461fefF7FE49ea5ebaF7728bB0ADfa` | +| Metis | `0x9E32b13ce7f2E80A01932B42553652E053D6ed8e` | +| mkr | `0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2` | +| MMX | `0x614Da3b37B6F66F7Ce69B4Bbbcf9a55CE6168707` | +| MNT | `0x3c3a81e81dc49A522A592e7622A7E711c06bf354` | +| Mog | `0xaaeE1A9723aaDB7afA2810263653A34bA2C21C7a` | +| MX | `0x11eeF04c884E24d9B7B4760e7476D06ddF797f36` | +| NEAR | `0x85F17Cf997934a597031b2E18a9aB6ebD4B9f6a4` | +| NEXO | `0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206` | +| NFT | `0x198d14F2Ad9CE69E76ea330B374DE4957C3F850a` | +| NXM | `0xd7c49CEE7E9188cCa6AD8FF264C1DA2e69D4Cf3B` | +| OCEAN | `0x967da4048cD07aB37855c090aAF366e4ce1b9F48` | +| OKB | `0x75231F58b43240C9718Dd58B4967c5114342a86c` | +| OM | `0x3593D125a4f7849a1B059E64F4517A86Dd60c95d` | +| ONDO | `0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3` | +| PAXG | `0x45804880De22913dAFE09f4980848ECE6EcbAf78` | +| PENDLE | `0x808507121B80c02388fAd14726482e061B8da827` | +| PEOPLE | `0x7A58c0Be72BE218B41C608b7Fe7C5bB630736C71` | +| PEPE | `0x6982508145454Ce325dDbE47a25d4ec3d2311933` | +| pepecoin | `0xA9E8aCf069C58aEc8825542845Fd754e41a9489A` | +| PRIME | `0xb23d80f5FefcDDaa212212F028021B41DEd428CF` | +| PYUSD | `0x6c3ea9036406852006290770BEdFcAbA0e23A0e8` | +| QNT | `0x4a220E6096B25EADb88358cb44068A3248254675` | +| rETH | `0xae78736Cd615f374D3085123A210448E74Fc6393` | +| RNDR | `0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24` | +| RPL | `0xD33526068D116cE69F19A9ee46F0bd304F21A51f` | +| rsETH | `0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7` | +| RSR | `0x320623b8E4fF03373931769A31Fc52A4E78B5d70` | +| SAFE | `0x1Aa61c196E76805fcBe394eA00e4fFCEd24FC469` | +| SAFE | `0x5aFE3855358E112B5647B952709E6165e1c1eEEe` | +| SAND | `0x3845badAde8e6dFF049820680d1F14bD3903a5d0` | +| SFP | `0x12e2b8033420270db2F3b328E32370Cb5B2Ca134` | +| sfrxETH | `0xac3E018457B222d93114458476f3E3416Abbe38F` | +| SHIB | `0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE` | +| SKL | `0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7` | +| SOL | `0xD31a59c85aE9D8edEFeC411D448f90841571b89c` | +| SSV | `0x9D65fF81a3c488d585bBfb0Bfe3c7707c7917f54` | +| stETH | `0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84` | +| STRK | `0x74232704659ef37c08995e386A2E26cc27a8d7B1` | +| STRK | `0xCa14007Eff0dB1f8135f4C25B34De49AB0d42766` | +| SUPER | `0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55` | +| swETH | `0xf951E335afb289353dc249e82926178EaC7DEd78` | +| T | `0xCdF7028ceAB81fA0C6971208e83fa7872994beE5` | +| TKX | `0x667102BD3413bFEaa3Dffb48fa8288819E480a88` | +| TONCOIN | `0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1` | +| TRAC | `0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F` | +| TRIBE | `0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B` | +| TRUMP | `0x576e2BeD8F7b46D34016198911Cdf9886f78bea7` | +| TRX | `0xE1Be5D3f34e89dE342Ee97E6e90D405884dA6c67` | +| TRX | `0x50327c6c5a14DCaDE707ABad2E27eB517df87AB5` | +| TRX | `0x118B0AF0e8E8F926C40e361CA934BCA37ED8d23A` | +| TURBO | `0xA35923162C49cF95e6BF26623385eb431ad920D3` | +| TUSD | `0x0000000000085d4780B73119b644AE5ecd22b376` | +| UNI | `0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984` | +| USAT | `0x07041776f5007ACa2A54844F50503a18A72A8b68` | +| USDD | `0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6` | +| USDe | `0x4c9EDD5852cd905f086C759E8383e09bff1E68B3` | +| USDY | `0x96F6eF951840721AdBF46Ac996b59E0235CB985C` | +| wBETH | `0xa2E3356610840701BDf5611a53974510Ae27E2e1` | +| WBNB | `0x418D75f65a02b3D53B2418FB8E1fe493759c7605` | +| WBT | `0x925206b8a707096Ed26ae47C84747fE0bb734F59` | +| weETH | `0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee` | +| WLD | `0x163f8C2467924be0ae7B5347228CABF260318753` | +| WOO | `0x4691937a7508860F876c9c0a2a617E7d9E945D4B` | +| wstETH | `0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0` | +| WTON | `0xc4A11aaf6ea915Ed7Ac194161d2fC9384F15bff2` | +| XAUt | `0x68749665FF8D2d112Fa859AA293F07A622782F38` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | +| ZRX | `0xE41d2489571d322189246DaFA5ebDe1F4699F498` | + +--- + +## Base + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` | +| USDT | `0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2` | +| WETH | `0x4200000000000000000000000000000000000006` | +| WBTC | `0xf28587b974BF0323d1f17F65eF33D19b66f4a97d` | +| DAI | `0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb` | +| AERO | `0x940181a94A35A4569E4529A3CDfB74e38FD98631` | +| AXL | `0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f` | +| BCHB | `0x1791B55e734DF69B4906a4178A83dbE63c4F8421` | +| BRETT | `0x532f27101965dd16442E59d40670FaF5eBB142E4` | +| cbBTC | `0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf` | +| cbETH | `0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22` | +| EURC | `0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42` | +| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | +| G | `0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649` | +| IOTX | `0xBCBAf311ceC8a4EAC0430193A528d9FF27ae38C1` | +| LINK | `0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196` | +| MOCA | `0x2B11834Ed1FeAEd4b4b3a86A6F571315E25A884D` | +| Mog | `0x2Da56AcB9Ea78330f947bD57C54119Debda7AF71` | +| OM | `0x3992B27dA26848C2b19CeA6Fd25ad5568B68AB98` | +| PRIME | `0xfA980cEd6895AC314E7dE34Ef1bFAE90a5AdD21b` | +| rETH | `0xB6fe221Fe9EeF5aBa221c348bA20A1Bf5e73624c` | +| RSR | `0xaB36452DbAC151bE02b16Ca17d8919826072f64a` | +| SAFE | `0xbce867Eb8F0BFdCbac7e7a11f0f3D58125D2704A` | +| TONCOIN | `0x2C203189bEBb043DdDB03D718292F833872e04c5` | +| UNI | `0xc3De830EA07524a0761646a6a4e4be0e114a3C83` | +| wstETH | `0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | + +--- + +## Polygon + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359` | +| USDT | `0xc2132D05D31c914a87C6611C10748AEb04B58e8F` | +| AAVE | `0xD6DF932A45C0f255f85145f286eA0b292B21C90B` | +| WBTC | `0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6` | +| COMP | `0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c` | +| DAI | `0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063` | +| 1INCH | `0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f` | +| ANKR | `0x101A023270368c0D50BFfb62780F4aFd4ea79C35` | +| APE | `0xB7b31a6BC18e48888545CE79e83E06003bE70930` | +| AVAX | `0x2C89bbc92BD86F8075d1DEcc58C7F4E0107f286b` | +| AXL | `0x6e4E624106Cb12E168E6533F8ec7c82263358940` | +| BAT | `0x3Cef98bb43d732E2F285eE605a8158cDE967D219` | +| Bonk | `0xe5B49820e5A1063F6F4DdF851327b5E8B2301048` | +| CRV | `0x172370d5Cd63279eFa6d502DAB29171933a610AF` | +| EURe | `0xE0aEa583266584DafBB3f9C3211d5588c73fEa8d` | +| FRAX | `0x45c32fA6DF82ead1e2EF74d17b76547EDdFaFF89` | +| frxETH | `0xEe327F889d5947c1dc1934Bb208a1E792F953E96` | +| fxcbETH | `0x4b4327dB1600B8B1440163F667e199CEf35385f5` | +| GMT | `0x714DB550b574b3E927af3D93E26127D15721D4C2` | +| GRT | `0x5fe2B58c013d7601147DcdD68C143A77499f5531` | +| LDO | `0xC3C7d422809852031b44ab29EEC9F1EfF2A58756` | +| LINK | `0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39` | +| MANA | `0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4` | +| MASK | `0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7` | +| MKR | `0x6f7C932e7684666C9fd1d44527765433e01fF61d` | +| MMX | `0x95A62521c655e7A24A3919AA1f99764C05B7ec4E` | +| mOCEAN | `0x282d8efCe846A88B159800bd4130ad77443Fa1A1` | +| NEXO | `0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E` | +| OM | `0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea` | +| rETH | `0x0266F4F08D82372CF0FcbCCc0Ff74309089c74d1` | +| RNDR | `0x61299774020dA444Af134c82fa83E3810b309991` | +| RPL | `0x7205705771547cF79201111B4bd8aaF29467b9eC` | +| SAND | `0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683` | +| sfrxETH | `0x6d1FdBB266fCc09A16a22016369210A15bb95761` | +| SNX | `0x50B728D8D964fd00C2d0AAD81718b71311feF68a` | +| SOL | `0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4` | +| SOL | `0xd93f7E271cB87c23AaA73edC008A79646d1F9912` | +| SUKU | `0x60Ea918FC64360269Da4efBDA11d8fC6514617C6` | +| SUPER | `0xa1428174F516F527fafdD146b883bB4428682737` | +| UNI | `0xb33EaAd8d922B1083446DC23f610c2567fB5180f` | +| WBNB | `0xeCDCB5B88F8e3C15f95c720C51c71c9E2080525d` | +| WOO | `0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603` | +| XAUt0 | `0xF1815bd50389c46847f0Bda824eC8da914045D14` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | + +--- + +## Arbitrum + +| Symbol | Address | +| ------ | ------- | +| USDC | `0xaf88d065e77c8cC2239327C5EDb3A432268e5831` | +| USDT | `0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9` | +| AAVE | `0xba5DdD1f9d7F570dc94a51479a000E3BCE967196` | +| WETH | `0x82aF49447D8a07e3bd95BD0d56f35241523fBab1` | +| WBTC | `0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f` | +| WBTC | `0x397846a8078d4845c7f5c6Ca76aeBbcFDc044fAe` | +| COMP | `0x354A6dA3fcde098F8389cad84b0182725c6C91dE` | +| GMX | `0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a` | +| DAI | `0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1` | +| OP | `0xaC800FD6159c2a2CB8fC31EF74621eB430287a5A` | +| ANKR | `0xAeAeeD23478c3a4b798e4ed40D8B7F41366Ae861` | +| ARB | `0x912CE59144191C1204E64559FE8253a0e49E6548` | +| ATH | `0xc87B37a581ec3257B734886d9d3a581F5A9d056c` | +| AXL | `0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f` | +| Bonk | `0x09199d9A5F4448D0848e4395D065e1ad9c4a1F74` | +| BTC.b | `0x2297aEbD383787A160DD0d9F71508148769342E3` | +| cbETH | `0x1DEBd73E752bEaF79865Fd6446b0c970EaE7732f` | +| CRV | `0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978` | +| EURe | `0x0c06cCF38114ddfc35e07427B9424adcca9F44F8` | +| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | +| FRAX | `0x17FC002b466eEc40DaE837Fc4bE5c67993ddBd6F` | +| frxETH | `0x178412e79c25968a32e89b11f63B33F733770c2A` | +| GNO | `0xa0b862F60edEf4452F25B4160F177db44DeB6Cf1` | +| GRT | `0x9623063377AD1B27544C965cCd7342f7EA7e88C7` | +| LDO | `0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60` | +| LINK | `0xf97f4df75117a78c1A5a0DBb814Af92458539FB4` | +| LPT | `0x289ba1701C2F088cf0faf8B3705246331cB8A839` | +| MATIC | `0x561877b6b3DD7651313794e5F2894B2F18bE0766` | +| PENDLE | `0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8` | +| PEPE | `0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00` | +| PRF | `0x1310952Bc5594852459Ee45bfD0df70b34Ac5509` | +| rETH | `0xEC70Dcb4A1EFa46b8F2D97C310C9c4790ba5ffA8` | +| RPL | `0xB766039cc6DB368759C1E56B79AFfE831d0Cc507` | +| RSR | `0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594` | +| sfrxETH | `0x95aB45875cFFdba1E5f451B950bC2E42c0053f39` | +| SOL | `0x2bcC6D6CdBbDC0a4071e48bb3B969b06B3330c07` | +| swETH | `0xbc011A12Da28e8F0f528d9eE5E7039E22F91cf18` | +| tBTC | `0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40` | +| TRX | `0x29A1DBE8c32C0ceB1eB92722afb9B231b6F6fdDA` | +| UNI | `0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0` | +| USDC.e | `0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8` | +| USDD | `0x680447595e8b7b3Aa1B43beB9f6098C79ac2Ab3f` | +| USDe | `0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34` | +| USDx | `0xb2F30A7C980f052f02563fb518dcc39e6bf38175` | +| WBNB | `0xa9004A5421372E1D83fB1f85b0fc986c912f91f3` | +| weETH | `0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe` | +| WOO | `0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b` | +| XAUt0 | `0x40461291347e1eCbb09499F3371D3f17f10d7159` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | + +--- + +## Arbitrum Nova + +| Symbol | Address | +| ------ | ------- | +| DAI | `0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1` | +| ARB | `0xf823C3cD3CeBE0a1fA952ba88Dc9EEf8e0Bf46AD` | + +--- + +## Optimism + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85` | +| USDT | `0x94b008aA00579c1307B0EF2c499aD98a8ce58e58` | +| AAVE | `0x76FB31fb4af56892A25e32cFC43De717950c9278` | +| WBTC | `0x68f180fcCe6836688e9084f035309E29Bf0A2095` | +| DAI | `0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1` | +| OP | `0x4200000000000000000000000000000000000042` | +| ANKR | `0xAeAeeD23478c3a4b798e4ed40D8B7F41366Ae861` | +| AXL | `0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f` | +| cbETH | `0xadDb6A0412DE1BA0F936DCaeb8Aaa24578dcF3B2` | +| CRV | `0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53` | +| FRAX | `0x2E3D870790dC77A83DD1d18184Acc7439A53f475` | +| frxETH | `0x6806411765Af15Bddd26f8f544A34cC40cb9838B` | +| LDO | `0xFdb794692724153d1488CcdBE0C56c252596735F` | +| LINK | `0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6` | +| MATIC | `0xe211233fE8b6964208CfC7CA66df9C0340088670` | +| OCEAN | `0x2561aa2bB1d2Eb6629EDd7b0938d7679B8b49f9E` | +| PENDLE | `0xBC7B1Ff1c6989f006a1185318eD4E7b5796e66E1` | +| rETH | `0x9Bcef72be871e61ED4fBbc7630889beE758eb81D` | +| sfrxETH | `0x484c2D6e3cDd945a8B2DF735e079178C1036578c` | +| SOL | `0xba1Cf949c382A32a09A17B2AdF3587fc7fA664f1` | +| stETH | `0x76A50b8c7349cCDDb7578c6627e79b5d99D24138` | +| UNI | `0x6fd9d7AD17242c41f7131d257212c54A0e816691` | +| USDC.e | `0x7F5c764cBc14f9669B88837ca1490cCa17c31607` | +| WLD | `0xdC6fF44d5d932Cbd77B52E5612Ba0529DC6226F1` | +| wstETH | `0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | + +--- + +## Avalanche + +| Symbol | Address | +| ------ | ------- | +| USDC | `0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E` | +| AAVE | `0x8cE2Dee54bB9921a2AE0A63dBb2DF8eD88B91dD9` | +| WBTC | `0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB` | +| GMX | `0x62edc0692BD897D2295872a9FFCac5425011c661` | +| 1INCH.e | `0xd501281565bf7789224523144Fe5D98e8B28f267` | +| AAVE.e | `0x63a72806098Bd3D9520cC43356dD78afe5D386D9` | +| ANKR | `0xDF474B7109b73b7D57926d43598D5934131136b2` | +| AVAX | `0x871bF465bf7eaEe26bEFc7a426a74C10c58C3d15` | +| AXL | `0x44c784266cf024a60e8acF2427b9857Ace194C5d` | +| BAT.e | `0x98443B96EA4b0858FDF3219Cd13e98C7A4690588` | +| BTC.b | `0x152b9d0FdC40C096757F570A51E494bd4b943E50` | +| COMP.e | `0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437` | +| DAI.e | `0xd586E7F844cEa2F87f50152665BCbc2C279D8d70` | +| EURC | `0xC891EB4cbdEFf6e073e859e987815Ed1505c2ACD` | +| FRAX | `0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64` | +| GRT.e | `0x8a0cAc13c7da965a312f08ea4229c37869e85cB9` | +| LINK | `0xB3fe5374F67D7a22886A0eE082b2E2f9d2651651` | +| LINK.e | `0x5947BB275c521040051D82396192181b413227A3` | +| MKR.e | `0x88128fd4b259552A9A1D457f435a6527AAb72d42` | +| sAVAX | `0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE` | +| SNX.e | `0xBeC243C995409E6520D7C41E404da5dEba4b209B` | +| TUSD | `0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB` | +| UNI | `0xf39f9671906d8630812f9d9863bBEf5D523c84Ab` | +| UNI.e | `0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580` | +| USDD | `0xB514CABD09eF5B169eD3fe0FA8DBd590741E81C2` | +| USDt | `0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7` | +| USDT.e | `0xc7198437980c041c805A1EDcbA50c1Ce5db95118` | +| WBNB | `0x442F7f22b1EE2c842bEAFf52880d4573E9201158` | +| WBTC.e | `0x50b7545627a5162F82A992c33b87aDc75187B218` | +| WOO.e | `0xaBC9547B534519fF73921b1FBA6E672b5f58D083` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | +| ZRX.e | `0x596fA47043f99A4e0F122243B841E55375cdE0d2` | + +--- + +## BNB + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d` | +| USDT | `0x55d398326f99059fF775485246999027B3197955` | +| AAVE | `0xfb6115445Bff7b52FeB98650C87f44907E58f802` | +| COMP | `0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8` | +| DAI | `0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3` | +| OP | `0x170C84E3b1D282f9628229836086716141995200` | +| 1INCH | `0x111111111117dC0aa78b770fA6A738034120C302` | +| AIOZ | `0x33d08D8C7a168333a85285a68C0042b39fC3741D` | +| ALT | `0x8457CA5040ad67fdebbCC8EdCE889A335Bc0fbFB` | +| ANKR | `0xf307910A4c7bbc79691fD374889b36d8531B08e3` | +| ATOM | `0x0Eb3a705fc54725037CC9e008bDede697f62F335` | +| AVAX | `0x1CE0c2827e2eF14D5C4f29a091d735A204794041` | +| AXL | `0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65` | +| AXS | `0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0` | +| BCH | `0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf` | +| BEAM | `0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE` | +| Bonk | `0xA697e272a73744b343528C3Bc4702F2565b2F422` | +| Cake | `0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82` | +| CAT | `0x6894CDe390a3f51155ea41Ed24a33A4827d3063D` | +| DEXE | `0x6E88056E8376Ae7709496Ba64d37fa2f8015ce3e` | +| ELF | `0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9` | +| ETH | `0x2170Ed0880ac9A755fd29B2688956BD959F933F8` | +| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | +| FDUSD | `0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409` | +| FET | `0x031b41e504677879370e9DBcF937283A8691Fa7f` | +| FLOKI | `0xfb5B838b6cfEEdC2873aB27866079AC55363D37E` | +| FRAX | `0x90C97F71E18723b0Cf0dfa30ee176Ab653E89F40` | +| frxETH | `0x64048A7eEcF3a2F1BA9e144aAc3D7dB6e58F555e` | +| G | `0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649` | +| GAL | `0xe4Cc45Bb5DBDA06dB6183E8bf016569f40497Aa5` | +| GMT | `0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1` | +| H2O | `0xAF3287cAe99C982586c07401C0d911Bf7De6CD82` | +| INJ | `0xa2B726B1145A4773F68593CF171187d8EBe4d495` | +| LINK | `0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD` | +| LINK | `0x404460C6A5EdE2D891e8297795264fDe62ADBB75` | +| MASK | `0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3` | +| MATIC | `0xCC42724C6683B7E57334c4E856f4c9965ED682bD` | +| NFT | `0x20eE7B720f4E4c4FFcB00C4065cdae55271aECCa` | +| OM | `0xF78D2e7936F5Fe18308A3B2951A93b6c4a41F5e2` | +| PENDLE | `0xb3Ed0A426155B79B898849803E3B36552f7ED507` | +| PEPE | `0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00` | +| QUACK | `0xD74b782E05AA25c50e7330Af541d46E18f36661C` | +| SAFE | `0x4d7Fa587Ec8e50bd0E9cD837cb4DA796f47218a1` | +| SFP | `0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb` | +| sfrxETH | `0x3Cd55356433C89E50DC51aB07EE0fa0A95623D53` | +| SOL | `0x570A5D26f7765Ecb712C0924E4De545B89fD43dF` | +| STRK | `0x0968bE154452BA51Bc1333905D3dC205fe2e610e` | +| SUPER | `0x51BA0b044d96C3aBfcA52B64D733603CCC4F0d4D` | +| TONCOIN | `0x76A797A59Ba2C17726896976B7B3747BfD1d220f` | +| TRUMP | `0x4eA98c1999575aaadfb38237Dd015c5E773F75a2` | +| TRX | `0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3` | +| TUSD | `0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9` | +| TWT | `0x4B0F1812e5Df2A09796481Ff14017e6005508003` | +| UNI | `0xBf5140A22578168FD562DCcF235E5D43A02ce9B1` | +| USDD | `0xd17479997F34dd9156Deef8F95A52D81D265be9c` | +| vBCH | `0x5F0388EBc2B94FA8E123F404b79cCF5f40b29176` | +| wBETH | `0xa2E3356610840701BDf5611a53974510Ae27E2e1` | +| WBNB | `0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c` | +| WOO | `0x4691937a7508860F876c9c0a2a617E7d9E945D4B` | +| wROSE | `0xF00600eBC7633462BC4F9C61eA2cE99F5AAEBd4a` | +| XRP | `0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE` | +| ZIL | `0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | + +--- + +## Mantle + +| Symbol | Address | +| ------ | ------- | +| USDT | `0x201EBa5CC46D216Ce6DC03F6a759e8E766e956aE` | +| WETH | `0xdEAddEaDdeadDEadDEADDEAddEADDEAddead1111` | +| WBTC | `0xCAbAE6f6Ea1ecaB08Ad02fE02ce9A44F09aebfA2` | +| mETH | `0xcDA86A272531e8640cD7F1a92c01839911B90bb0` | +| USDY | `0x5bE26527e817998A7206475496fDE1E68957c5A6` | + +--- + +## Base Sepolia + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x036CbD53842c5426634e7929541eC2318f3dCF7e` | +| USDC | `0x92D4Fe30AF7A3Aee208e43499520EC09B7228b0D` | +| EURC | `0x808456652fdb597867f38412077A9182bf77359F` | +| LINK | `0xE4aB69C077896252FAFBD49EFD26B5D171A32410` | +| PIM | `0xFC3e86566895Fb007c6A0d3809eb2827DF94F751` | + +--- + +## Polygon Amoy + +| Symbol | Address | +| ------ | ------- | +| EURe | `0xeD5D0B6C5BEFfDd607639094397C223536B0Bae7` | +| usdc | `0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582` | + +--- + +## OP Sepolia + +| Symbol | Address | +| ------ | ------- | +| usdc | `0x5fd84259d66Cd46123540766Be93DFE6D43130D7` | + +--- + +## Arbitrum Sepolia + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d` | +| EURe | `0xFdEed5cE7E281B4e0F163B70eBe2Cf0B10803b7B` | +| ostUSDC | `0xe73B11Fb1e3eeEe8AF2a23079A4410Fe1B370548` | +| PIM | `0xFC3e86566895Fb007c6A0d3809eb2827DF94F751` | + +--- + +## Avalanche Fuji + +| Symbol | Address | +| ------ | ------- | +| EURC | `0x5E44db7996c682E92a960b65AC713a54AD815c6B` | +| usdc | `0x5425890298aed601595a70AB815c96711a31Bc65` | + +--- + +## Blast + +| Symbol | Address | +| ------ | ------- | +| WETH | `0x4300000000000000000000000000000000000004` | +| WBTC | `0xF7bc58b8D8f97ADC129cfC4c9f45Ce3C0E1D2692` | +| ANKR | `0x3580ac35BED2981d6bDD671a5982c2467d301241` | +| BLAST | `0xb1a5700fA2358173Fe465e6eA4Ff52E36e88E2ad` | +| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | +| USDB | `0x4300000000000000000000000000000000000003` | + +--- + +## Celo + +| Symbol | Address | +| ------ | ------- | +| USDC | `0xcebA9300f2b948710d2653dD7B07f33A8B32118C` | +| USDT | `0x617f3112bf5397D0467D315cC709EF968D9ba546` | +| WETH | `0x122013fd7dF1C6F636a5bb8f03108E876548b455` | +| WBTC | `0xBe50a3013A1c94768A1ABb78c3cB79AB28fc1aCE` | +| DAI | `0x90Ca507a5D4458a4C6C6249d186b6dCb02a5BCCd` | +| AVAX | `0x8E3670FD7B0935d3FE832711deBFE13BB689b690` | +| BTC | `0xD629eb00dEced2a080B7EC630eF6aC117e614f1b` | +| SOL | `0x173234922eB27d5138c5e481be9dF5261fAeD450` | +| USD₮ | `0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e` | + +--- + +## Chiado Testnet + +| Symbol | Address | +| ------ | ------- | +| EURe | `0x7a47605930002CC2Cd2c3c408D1F33fc2a18aB71` | + +--- + +## Etherlink Mainnet + +| Symbol | Address | +| ------ | ------- | +| usdc | `0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9` | + +--- + +## Gnosis + +| Symbol | Address | +| ------ | ------- | +| USDC | `0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83` | +| USDT | `0x4ECaBa5870353805a9F068101A40E0f32ed605C6` | +| AAVE | `0xDF613aF6B44a31299E48131e9347F034347E2F00` | +| WBTC | `0x8e5bBbb09Ed1ebdE8674Cda39A0c169401db4252` | +| DAI | `0xc439E5B1DEe4f866B681E7c5E5dF140aA47fBf19` | +| DAI | `0x44fA8E6f47987339850636F88629646662444217` | +| EURe | `0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430` | +| GNO | `0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb` | +| LINK | `0xE2e73A1c69ecF83F464EFCE6A5be353a37cA09b2` | +| LINK | `0x93902393EFdbb5423e187B6B2F7282a23274B8d4` | +| MATIC | `0x7122d7661c4564b7C6Cd4878B06766489a6028A2` | +| SAFE | `0x4d18815D14fe5c3304e87B3FA18318baa5c23820` | +| UNI | `0x4537e328Bf7e4eFA29D05CAeA260D7fE26af9D74` | +| WBNB | `0xCa8d20f3e0144a72C6B5d576e9Bd3Fd8557E2B04` | + +--- + +## Kaia + +| Symbol | Address | +| ------ | ------- | +| WBTC | `0xDCbacF3f7a069922E677912998c8d57423C37dfA` | +| DAI | `0x078dB7827a5531359f6CB63f62CFA20183c4F10c` | + +--- + +## Linea + +| Symbol | Address | +| ------ | ------- | +| USDT | `0xA219439258ca9da29E9Cc4cE5596924745e12B93` | +| USDT | `0x6C6470898882b65E0275723D883A0D877aADe43f` | +| USDT | `0x0C3897769D57EF1f0721ff291C766709a02991DE` | +| USDT | `0x2528c7B8c7c0d6Ab4461BbAa14F5905Ea93ad837` | +| WBTC | `0x464eEfB9253d9E3bF6ED370F3DD4b222b86fAFf7` | +| WBTC | `0x07a92Af40b052A753187bc1A6E2874730A0D3F23` | +| WBTC | `0x3aAB2285ddcDdaD8edf438C1bAB47e1a9D05a9b4` | +| DAI | `0x4AF15ec2A0BD43Db75dd04E62FAA3B8EF36b00d5` | +| DAI | `0xB00Ad70C6A0d58372199AbEB33F46058d02FFBBC` | +| ANKR | `0xa8Ae6365383eb907e6b4B1B7E82A35752cC5Ef8C` | +| AVAX | `0x5471ea8f739dd37E9B81Be9c5c77754D8AA953E4` | +| EURe | `0x3ff47c5Bf409C86533FE1f4907524d304062428D` | +| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | +| LINK | `0x5B16228B94b68C7cE33AF2ACc5663eBdE4dCFA2d` | +| MATIC | `0x265B25e22bcd7f10a5bD6E6410F10537Cc7567e8` | +| UNI | `0x636B22bC471c955A8DB60f28D4795066a8201fa3` | + +--- + +## Linea Sepolia + +| Symbol | Address | +| ------ | ------- | +| EURe | `0x43F1eEdb454089C6db498D8ced63d8972c019DE2` | + +--- + +## MegaETH + +| Symbol | Address | +| ------ | ------- | +| USDm | `0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7` | +| USDT0 | `0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb` | + +--- + +## Mode + +| Symbol | Address | +| ------ | ------- | +| USDT | `0xf0F161fDA2712DB8b566946122a5af183995e2eD` | +| WETH | `0x4200000000000000000000000000000000000006` | +| WBTC | `0xcDd475325D6F564d27247D1DddBb0DAc6fA0a5CF` | +| ANKR | `0xDF474B7109b73b7D57926d43598D5934131136b2` | +| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | + +--- + +## Monad + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x754704Bc059F8C67012fEd69BC8A327a5aafb603` | +| WMON | `0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A` | + +--- + +## Scroll + +| Symbol | Address | +| ------ | ------- | +| USDT | `0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df` | +| AAVE | `0x79379C0E09a41d7978f883a56246290eE9a8c4d3` | +| WETH | `0x5300000000000000000000000000000000000004` | +| WBTC | `0x3C1BCa5a656e69edCD0D4E36BEbb3FcDAcA60Cf1` | +| DAI | `0xcA77eB3fEFe3725Dc33bccB54eDEFc3D9f764f97` | +| ANKR | `0xDF474B7109b73b7D57926d43598D5934131136b2` | +| EURe | `0xd7BB130A48595fCDf9480E36C1aE97ff2938aC21` | +| SOL | `0xCDf95E1F720caade4b1DC83ABfE15400D2a458AD` | +| UNI | `0x434cdA25E8a2CA5D9c1C449a8Cb6bCbF719233E8` | + +--- + +## Scroll Sepolia Testnet + +| Symbol | Address | +| ------ | ------- | +| EURe | `0x6A2f117b2E35e59ee35022186ae6B365DCAB84Ad` | + +--- + +## Sepolia + +| Symbol | Address | +| ------ | ------- | +| USDC | `0xbe72E441BF55620febc26715db68d3494213D8Cb` | +| USDC | `0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238` | +| EURC | `0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4` | +| EURe | `0x67b34b93ac295c985e856E5B8A20D83026b580Eb` | +| PIM | `0xFC3e86566895Fb007c6A0d3809eb2827DF94F751` | +| USD₮ | `0xd077A400968890Eacc75cdc901F0356c943e4fDb` | + +--- + +## World Chain + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x79A02482A880bCE3F13e09Da970dC34db4CD24d1` | +| WLD | `0x2cFc85d8E48F8EAB294be644d9E25C3030863003` | + +--- + +## World Chain Sepolia + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x66145f38cBAC35Ca6F1Dfb4914dF98F1614aeA88` | +| PIM | `0xFC3e86566895Fb007c6A0d3809eb2827DF94F751` | + +--- + +{/* @data-end: supported-tokens */} diff --git a/docs/pages/guides/supported-chains.mdx b/docs/pages/guides/supported-chains.mdx index 4969f857..3f1ad223 100644 --- a/docs/pages/guides/supported-chains.mdx +++ b/docs/pages/guides/supported-chains.mdx @@ -17,13 +17,1976 @@ You can also access the public endpoint without an API key ([more info](/referen # Pimlico supports the following chains: -import SupportedChains from "../../../data/supported-chains.md" -import ChainDetails from "../../../data/chain-details.md"; +{/* @data-start: supported-chains */} - +## Mainnets + +| Chain | Chain ID | Slug | +| ----- | -------- | ---- | +| Ethereum | 1 | ethereum | +| Base | 8453 | base | +| Polygon | 137 | polygon | +| Arbitrum | 42161 | arbitrum | +| Arbitrum Nova | 42170 | arbitrum-nova | +| Optimism | 10 | optimism | +| Avalanche | 43114 | avalanche | +| BNB | 56 | binance | +| Zora | 7777777 | zora | +| Mantle | 5000 | mantle | +| Ancient8 | 888888888 | ancient8 | +| Berachain | 80094 | berachain | +| Blast | 81457 | blast | +| Bob | 60808 | bob | +| Celo | 42220 | celo | +| Citrea | 4114 | citrea | +| Cyber Mainnet | 7560 | cyber-mainnet | +| Degen | 666666666 | degen | +| DFK | 53935 | dfk-chain | +| DOS | 7979 | dos-mainnet | +| Etherlink Mainnet | 42793 | etherlink-mainnet | +| Fuse | 122 | fuse | +| Geo | 80451 | geo | +| Gnosis | 100 | gnosis | +| Hyper EVM | 999 | hyper-evm | +| Kaia | 8217 | kaia | +| Linea | 59144 | linea | +| MegaETH | 4326 | megaeth | +| Mode | 34443 | mode | +| Monad | 143 | monad | +| Moonbeam | 1284 | moonbeam | +| OP BNB | 204 | opbnb | +| Plume Mainnet | 98866 | plume | +| Redstone | 690 | redstone | +| Scroll | 534352 | scroll | +| Sei | 1329 | sei | +| Somnia Mainnet | 5031 | somnia | +| Sonic Mainnet | 146 | sonic | +| Story Mainnet | 1514 | story-mainnet | +| Superposition | 55244 | superposition | +| Unichain | 130 | unichain | +| World Chain | 480 | worldchain | + +## Testnets + +| Chain | Chain ID | Slug | +| ----- | -------- | ---- | +| Base Sepolia | 84532 | base-sepolia | +| Polygon Amoy | 80002 | polygon-amoy | +| OP Sepolia | 11155420 | optimism-sepolia | +| Arbitrum Sepolia | 421614 | arbitrum-sepolia | +| Zora Sepolia | 999999999 | zora-sepolia | +| Binance Testnet | 97 | binance-testnet | +| Mantle Sepolia | 5003 | mantle-sepolia | +| Ancient8 Testnet | 28122024 | ancient8-testnet | +| Arc Testnet | 5042002 | arc-testnet | +| Avalanche Fuji | 43113 | avalanche-fuji | +| Berachain Bepolia | 80069 | berachain-bepolia | +| Blast Sepolia | 168587773 | blast-sepolia | +| BOB Sepolia | 808813 | bob-sepolia | +| Celo Sepolia | 11142220 | celo-sepolia | +| Chiado Testnet | 10200 | chiado-testnet | +| Citrea Testnet | 5115 | citrea-testnet | +| DFK Subnet Testnet | 335 | dfk-chain-test | +| Etherlink Shadow Testnet | 127823 | etherlink-shadow-testnet | +| Fuse Sparknet | 123 | fuse-sparknet | +| Geo Testnet | 19411 | geo-testnet | +| Hoodi Testnet | 560048 | hoodi-testnet | +| Kaia Kairos | 1001 | kaia-kairos | +| Linea Sepolia | 59141 | linea-sepolia | +| Moca Devnet | 5151 | moca-devnet | +| Moca Testnet | 222888 | moca-testnet | +| Monad Testnet | 10143 | monad-testnet | +| Plume Testnet | 98867 | plume-testnet | +| Pyrope Testnet | 695569 | pyrope-testnet | +| Robinhood Testnet | 46630 | robinhood-testnet | +| Scroll Sepolia Testnet | 534351 | scroll-sepolia-testnet | +| Sei Testnet | 1328 | sei-testnet | +| Sepolia | 11155111 | sepolia | +| SKALE Calypso Testnet | 974399131 | calypso-testnet | +| SKALE Europa Testnet | 1444673419 | europa-testnet | +| SKALE Nebula Testnet | 37084624 | nebula-testnet | +| SKALE Titan Testnet | 1020352220 | titan-testnet | +| Somnia Testnet | 50312 | somnia-testnet | +| Soneium Minato | 1946 | soneium-minato | +| Sonic Testnet | 14601 | sonic-testnet | +| Story Aeneid Testnet | 1315 | story-aeneid-testnet | +| Tempo | 4217 | tempo | +| Tempo Testnet | 42431 | tempo-testnet | +| Unichain Sepolia | 1301 | unichain-testnet | +| World Chain Sepolia | 4801 | worldchain-sepolia | + +{/* @data-end: supported-chains */} ## Chain Details Below you can find detailed information about supported entrypoints and account implementations for each chain. For each chain, the table shows which account implementations support which entrypoint versions. - +{/* @data-start: chain-details */} + +## Ethereum +- Chain ID: 1 +- Slug: ethereum + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Base +- Chain ID: 8453 +- Slug: base + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Polygon +- Chain ID: 137 +- Slug: polygon + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Arbitrum +- Chain ID: 42161 +- Slug: arbitrum + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Arbitrum Nova +- Chain ID: 42170 +- Slug: arbitrum-nova + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Optimism +- Chain ID: 10 +- Slug: optimism + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Avalanche +- Chain ID: 43114 +- Slug: avalanche + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## BNB +- Chain ID: 56 +- Slug: binance + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Zora +- Chain ID: 7777777 +- Slug: zora + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Mantle +- Chain ID: 5000 +- Slug: mantle + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Base Sepolia +- Chain ID: 84532 +- Slug: base-sepolia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | +| V07 | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Polygon Amoy +- Chain ID: 80002 +- Slug: polygon-amoy + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## OP Sepolia +- Chain ID: 11155420 +- Slug: optimism-sepolia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | +| V07 | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Arbitrum Sepolia +- Chain ID: 421614 +- Slug: arbitrum-sepolia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Zora Sepolia +- Chain ID: 999999999 +- Slug: zora-sepolia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Binance Testnet +- Chain ID: 97 +- Slug: binance-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Mantle Sepolia +- Chain ID: 5003 +- Slug: mantle-sepolia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | + +--- + +## Ancient8 +- Chain ID: 888888888 +- Slug: ancient8 + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Ancient8 Testnet +- Chain ID: 28122024 +- Slug: ancient8-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Arc Testnet +- Chain ID: 5042002 +- Slug: arc-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Avalanche Fuji +- Chain ID: 43113 +- Slug: avalanche-fuji + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Berachain +- Chain ID: 80094 +- Slug: berachain + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | + +--- + +## Berachain Bepolia +- Chain ID: 80069 +- Slug: berachain-bepolia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | + +--- + +## Blast +- Chain ID: 81457 +- Slug: blast + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Blast Sepolia +- Chain ID: 168587773 +- Slug: blast-sepolia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Bob +- Chain ID: 60808 +- Slug: bob + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## BOB Sepolia +- Chain ID: 808813 +- Slug: bob-sepolia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Celo +- Chain ID: 42220 +- Slug: celo + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | + +--- + +## Celo Sepolia +- Chain ID: 11142220 +- Slug: celo-sepolia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Chiado Testnet +- Chain ID: 10200 +- Slug: chiado-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ❌ | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V07 | ❌ | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Citrea +- Chain ID: 4114 +- Slug: citrea + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Citrea Testnet +- Chain ID: 5115 +- Slug: citrea-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Cyber Mainnet +- Chain ID: 7560 +- Slug: cyber-mainnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Degen +- Chain ID: 666666666 +- Slug: degen + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## DFK +- Chain ID: 53935 +- Slug: dfk-chain + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## DFK Subnet Testnet +- Chain ID: 335 +- Slug: dfk-chain-test + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## DOS +- Chain ID: 7979 +- Slug: dos-mainnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Etherlink Mainnet +- Chain ID: 42793 +- Slug: etherlink-mainnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | + +--- + +## Etherlink Shadow Testnet +- Chain ID: 127823 +- Slug: etherlink-shadow-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Fuse +- Chain ID: 122 +- Slug: fuse + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ❌ | ✅ | +| V07 | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ❌ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Fuse Sparknet +- Chain ID: 123 +- Slug: fuse-sparknet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ✅ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Geo +- Chain ID: 80451 +- Slug: geo + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Geo Testnet +- Chain ID: 19411 +- Slug: geo-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Gnosis +- Chain ID: 100 +- Slug: gnosis + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Hoodi Testnet +- Chain ID: 560048 +- Slug: hoodi-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Hyper EVM +- Chain ID: 999 +- Slug: hyper-evm + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Kaia +- Chain ID: 8217 +- Slug: kaia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Kaia Kairos +- Chain ID: 1001 +- Slug: kaia-kairos + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Linea +- Chain ID: 59144 +- Slug: linea + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Linea Sepolia +- Chain ID: 59141 +- Slug: linea-sepolia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | + +--- + +## MegaETH +- Chain ID: 4326 +- Slug: megaeth + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Moca Devnet +- Chain ID: 5151 +- Slug: moca-devnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Moca Testnet +- Chain ID: 222888 +- Slug: moca-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V07 | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Mode +- Chain ID: 34443 +- Slug: mode + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Monad +- Chain ID: 143 +- Slug: monad + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Monad Testnet +- Chain ID: 10143 +- Slug: monad-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Moonbeam +- Chain ID: 1284 +- Slug: moonbeam + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## OP BNB +- Chain ID: 204 +- Slug: opbnb + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | +| V07 | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Plume Mainnet +- Chain ID: 98866 +- Slug: plume + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Plume Testnet +- Chain ID: 98867 +- Slug: plume-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Pyrope Testnet +- Chain ID: 695569 +- Slug: pyrope-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Redstone +- Chain ID: 690 +- Slug: redstone + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Robinhood Testnet +- Chain ID: 46630 +- Slug: robinhood-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Scroll +- Chain ID: 534352 +- Slug: scroll + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Scroll Sepolia Testnet +- Chain ID: 534351 +- Slug: scroll-sepolia-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Sei +- Chain ID: 1329 +- Slug: sei + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Sei Testnet +- Chain ID: 1328 +- Slug: sei-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Sepolia +- Chain ID: 11155111 +- Slug: sepolia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## SKALE Calypso Testnet +- Chain ID: 974399131 +- Slug: calypso-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | + +--- + +## SKALE Europa Testnet +- Chain ID: 1444673419 +- Slug: europa-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | + +--- + +## SKALE Nebula Testnet +- Chain ID: 37084624 +- Slug: nebula-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | + +--- + +## SKALE Titan Testnet +- Chain ID: 1020352220 +- Slug: titan-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | + +--- + +## Somnia Mainnet +- Chain ID: 5031 +- Slug: somnia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Somnia Testnet +- Chain ID: 50312 +- Slug: somnia-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Soneium Minato +- Chain ID: 1946 +- Slug: soneium-minato + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Sonic Mainnet +- Chain ID: 146 +- Slug: sonic + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Sonic Testnet +- Chain ID: 14601 +- Slug: sonic-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Story Aeneid Testnet +- Chain ID: 1315 +- Slug: story-aeneid-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V07 | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Story Mainnet +- Chain ID: 1514 +- Slug: story-mainnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Superposition +- Chain ID: 55244 +- Slug: superposition + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | + +--- + +## Tempo +- Chain ID: 4217 +- Slug: tempo + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V07 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Tempo Testnet +- Chain ID: 42431 +- Slug: tempo-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Unichain +- Chain ID: 130 +- Slug: unichain + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## Unichain Sepolia +- Chain ID: 1301 +- Slug: unichain-testnet + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## World Chain +- Chain ID: 480 +- Slug: worldchain + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | +| V08 | `0x4337084d9e255ff0702461cf8895ce9e3b5ff108` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V08 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | + +--- + +## World Chain Sepolia +- Chain ID: 4801 +- Slug: worldchain-sepolia + +### Supported Entrypoints + +| Version | Address | +| ------- | ------- | +| V06 | `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789` | +| V07 | `0x0000000071727De22E5E9d8BAf0edAc6f37da032` | + +### Supported Accounts + +| Entrypoint | Safe 1.4.1 | Kernel 0.2.1 | Kernel 0.2.2 | Kernel 0.2.3 | Kernel 0.2.4 | Kernel 0.3.0-beta | Kernel 0.3.1 | Light 1.1.0 | Light 2.0.0 | Simple Account | Biconomy | Etherspot | Nexus | Thirdweb 1.5.20 | Trust | +| ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | ---------- | +| V06 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| V07 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | + +--- + +{/* @data-end: chain-details */} diff --git a/docs/pages/references/paymaster/erc20-paymaster/supported-tokens.mdx b/docs/pages/references/paymaster/erc20-paymaster/supported-tokens.mdx index 357ddb74..9742b384 100644 --- a/docs/pages/references/paymaster/erc20-paymaster/supported-tokens.mdx +++ b/docs/pages/references/paymaster/erc20-paymaster/supported-tokens.mdx @@ -1,5 +1,3 @@ -import SupportedTokens from '../../../../../data/supported-tokens.md' - # Supported Tokens List of tokens that are supported by Pimlico's ERC-20 Paymaster. You can view the list of enabled tokens on your [Pimlico dashboard](https://dashboard.pimlico.io/billing/plan). @@ -54,4 +52,714 @@ wsETH on the following chains: If you have a token that you would like to see added, please [reach out to us](https://t.me/pimlicoHQ). ::: - +{/* @data-start: supported-tokens */} + +## Ethereum + +| Symbol | Address | +| ------ | ------- | +| USDC | `0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48` | +| USDT | `0xDe60aDfDdAAbaAAC3dAFa57B26AcC91Cb63728c4` | +| USDT | `0xdAC17F958D2ee523a2206206994597C13D831ec7` | +| USDT | `0x1CDD2EaB61112697626F7b4bB0e23Da4FeBF7B7C` | +| USDT | `0x58efE15C0404aB22F87E4495D71f6f2077e862bE` | +| AAVE | `0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9` | +| ENS | `0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72` | +| BNB | `0xB8c77482e45F1F44dE1745F52C74426C631bDD52` | +| WETH | `0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2` | +| WBTC | `0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599` | +| COMP | `0xc00e94Cb662C3520282E6f5717214004A7f26888` | +| DAI | `0x6B175474E89094C44Da98b954EedeAC495271d0F` | +| $PAAL | `0x14feE680690900BA0ccCfC76AD70Fd1b95D10e16` | +| 1INCH | `0x111111111117dC0aa78b770fA6A738034120C302` | +| AEVO | `0xB528edBef013aff855ac3c50b381f253aF13b997` | +| AGIX | `0x5B7533812759B45C2B44C19e320ba2cD2681b542` | +| AIOZ | `0x626E8036dEB333b408Be468F951bdB42433cBF18` | +| ALT | `0x8457CA5040ad67fdebbCC8EdCE889A335Bc0fbFB` | +| AMP | `0xfF20817765cB7f73d4bde2e66e067E58D11095C2` | +| ANKR | `0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4` | +| ANT | `0xa117000000f279D81A1D3cc75430fAA017FA5A2e` | +| APE | `0x4d224452801ACEd8B2F0aebE155379bb5D594381` | +| API3 | `0x0b38210ea11411557c13457D4dA7dC6ea731B88a` | +| ARB | `0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1` | +| ARKM | `0x6E2a43be0B1d33b726f0CA3b8de60b3482b8b050` | +| ATH | `0xbe0Ed4138121EcFC5c0E56B40517da27E6c5226B` | +| AVAIL | `0xEeB4d8400AEefafC1B2953e0094134A887C76Bd8` | +| AVAX | `0x8965349fb649A33a30cbFDa057D8eC2C48AbE2A2` | +| AXL | `0x467719aD09025FcC6cF6F8311755809d45a5E5f3` | +| AXS | `0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b` | +| BAND | `0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55` | +| BAT | `0x0D8775F648430679A709E98d2b0Cb6250d2887EF` | +| BBCH | `0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B` | +| BEAM | `0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE` | +| BGB | `0x54D2252757e1672EEaD234D27B1270728fF90581` | +| BLUR | `0x5283D291DBCF85356A21bA090E6db59121208b44` | +| Bonk | `0x1151CB3d861920e07a38e03eEAd12C32178567F6` | +| BTT | `0xC669928185DbCE49d2230CC9B0979BE6DC797957` | +| Cake | `0x152649eA73beAb28c5b49B26eb48f7EAD6d4c898` | +| cbETH | `0xBe9895146f7AF43049ca1c1AE358B0541Ea49704` | +| ccBCH | `0xdB792B1D8869A7CFc34916d6c845Ff05A7C9b789` | +| cETH | `0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5` | +| CHZ | `0x3506424F91fD33084466F402d5D97f05F8e3b4AF` | +| CORGIAI | `0x6b431B8a964BFcf28191b07c91189fF4403957D0` | +| CRO | `0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b` | +| CVX | `0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B` | +| cWBTC | `0xccF4429DB6322D5C611ee964527D42E5d685DD6a` | +| DEXE | `0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6` | +| dogecoin | `0x1ECa6f227E42F12883350F8841463cC073F4C4A6` | +| DYDX | `0x92D6C1e31e14520e676a687F0a93788B716BEff5` | +| eETH | `0x35fA164735182de50811E8e2E824cFb9B6118ac2` | +| ELF | `0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e` | +| ENA | `0x57e114B691Db790C35207b2e685D4A43181e6061` | +| ENJ | `0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c` | +| ETHFI | `0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB` | +| ETHx | `0xA35b1B31Ce002FBF2058D22F30f95D405200A15b` | +| EURC | `0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c` | +| EURe | `0x39b8B6385416f4cA36a20319F70D28621895279D` | +| ezETH | `0xbf5495Efe5DB9ce00f80364C8B423567e58d2110` | +| FDUSD | `0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409` | +| FET | `0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85` | +| FLOKI | `0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E` | +| FRAX | `0x853d955aCEf822Db058eb8505911ED77F175b99e` | +| frxETH | `0x5E8422345238F34275888049021821E8E08CAa1f` | +| FTN | `0xaeDf386B755465871fF874E3E37Af5976E247064` | +| G | `0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649` | +| GAL | `0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875` | +| GALA | `0xd1d2Eb1B1e90B638588728b4130137D262C87cae` | +| GFI | `0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b` | +| GLM | `0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429` | +| GMT | `0xe3c408BD53c31C085a1746AF401A4042954ff740` | +| GNO | `0x6810e776880C02933D47DB1b9fc05908e5386b96` | +| GRT | `0xc944E90C64B2c07662A292be6244BDf05Cda44a7` | +| GT | `0xE66747a101bFF2dBA3697199DCcE5b743b454759` | +| HOT | `0x6c6EE5e31d828De241282B9606C8e98Ea48526E2` | +| ILV | `0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E` | +| IMX | `0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF` | +| INJ | `0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30` | +| IOTX | `0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69` | +| JASMY | `0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC` | +| LDO | `0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32` | +| LINK | `0x514910771AF9Ca656af840dff83E8264EcF986CA` | +| LPT | `0x58b6A8A3302369DAEc383334672404Ee733aB239` | +| LsETH | `0x8c1BEd5b9a0928467c9B1341Da1D7BD5e10b6549` | +| MANA | `0x0F5D2fB29fb7d3CFeE444a200298f468908cC942` | +| MASK | `0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074` | +| MATIC | `0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0` | +| MEME | `0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74` | +| mETH | `0xd5F7838F5C461fefF7FE49ea5ebaF7728bB0ADfa` | +| Metis | `0x9E32b13ce7f2E80A01932B42553652E053D6ed8e` | +| mkr | `0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2` | +| MMX | `0x614Da3b37B6F66F7Ce69B4Bbbcf9a55CE6168707` | +| MNT | `0x3c3a81e81dc49A522A592e7622A7E711c06bf354` | +| Mog | `0xaaeE1A9723aaDB7afA2810263653A34bA2C21C7a` | +| MX | `0x11eeF04c884E24d9B7B4760e7476D06ddF797f36` | +| NEAR | `0x85F17Cf997934a597031b2E18a9aB6ebD4B9f6a4` | +| NEXO | `0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206` | +| NFT | `0x198d14F2Ad9CE69E76ea330B374DE4957C3F850a` | +| NXM | `0xd7c49CEE7E9188cCa6AD8FF264C1DA2e69D4Cf3B` | +| OCEAN | `0x967da4048cD07aB37855c090aAF366e4ce1b9F48` | +| OKB | `0x75231F58b43240C9718Dd58B4967c5114342a86c` | +| OM | `0x3593D125a4f7849a1B059E64F4517A86Dd60c95d` | +| ONDO | `0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3` | +| PAXG | `0x45804880De22913dAFE09f4980848ECE6EcbAf78` | +| PENDLE | `0x808507121B80c02388fAd14726482e061B8da827` | +| PEOPLE | `0x7A58c0Be72BE218B41C608b7Fe7C5bB630736C71` | +| PEPE | `0x6982508145454Ce325dDbE47a25d4ec3d2311933` | +| pepecoin | `0xA9E8aCf069C58aEc8825542845Fd754e41a9489A` | +| PRIME | `0xb23d80f5FefcDDaa212212F028021B41DEd428CF` | +| PYUSD | `0x6c3ea9036406852006290770BEdFcAbA0e23A0e8` | +| QNT | `0x4a220E6096B25EADb88358cb44068A3248254675` | +| rETH | `0xae78736Cd615f374D3085123A210448E74Fc6393` | +| RNDR | `0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24` | +| RPL | `0xD33526068D116cE69F19A9ee46F0bd304F21A51f` | +| rsETH | `0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7` | +| RSR | `0x320623b8E4fF03373931769A31Fc52A4E78B5d70` | +| SAFE | `0x1Aa61c196E76805fcBe394eA00e4fFCEd24FC469` | +| SAFE | `0x5aFE3855358E112B5647B952709E6165e1c1eEEe` | +| SAND | `0x3845badAde8e6dFF049820680d1F14bD3903a5d0` | +| SFP | `0x12e2b8033420270db2F3b328E32370Cb5B2Ca134` | +| sfrxETH | `0xac3E018457B222d93114458476f3E3416Abbe38F` | +| SHIB | `0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE` | +| SKL | `0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7` | +| SOL | `0xD31a59c85aE9D8edEFeC411D448f90841571b89c` | +| SSV | `0x9D65fF81a3c488d585bBfb0Bfe3c7707c7917f54` | +| stETH | `0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84` | +| STRK | `0x74232704659ef37c08995e386A2E26cc27a8d7B1` | +| STRK | `0xCa14007Eff0dB1f8135f4C25B34De49AB0d42766` | +| SUPER | `0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55` | +| swETH | `0xf951E335afb289353dc249e82926178EaC7DEd78` | +| T | `0xCdF7028ceAB81fA0C6971208e83fa7872994beE5` | +| TKX | `0x667102BD3413bFEaa3Dffb48fa8288819E480a88` | +| TONCOIN | `0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1` | +| TRAC | `0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F` | +| TRIBE | `0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B` | +| TRUMP | `0x576e2BeD8F7b46D34016198911Cdf9886f78bea7` | +| TRX | `0xE1Be5D3f34e89dE342Ee97E6e90D405884dA6c67` | +| TRX | `0x50327c6c5a14DCaDE707ABad2E27eB517df87AB5` | +| TRX | `0x118B0AF0e8E8F926C40e361CA934BCA37ED8d23A` | +| TURBO | `0xA35923162C49cF95e6BF26623385eb431ad920D3` | +| TUSD | `0x0000000000085d4780B73119b644AE5ecd22b376` | +| UNI | `0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984` | +| USAT | `0x07041776f5007ACa2A54844F50503a18A72A8b68` | +| USDD | `0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6` | +| USDe | `0x4c9EDD5852cd905f086C759E8383e09bff1E68B3` | +| USDY | `0x96F6eF951840721AdBF46Ac996b59E0235CB985C` | +| wBETH | `0xa2E3356610840701BDf5611a53974510Ae27E2e1` | +| WBNB | `0x418D75f65a02b3D53B2418FB8E1fe493759c7605` | +| WBT | `0x925206b8a707096Ed26ae47C84747fE0bb734F59` | +| weETH | `0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee` | +| WLD | `0x163f8C2467924be0ae7B5347228CABF260318753` | +| WOO | `0x4691937a7508860F876c9c0a2a617E7d9E945D4B` | +| wstETH | `0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0` | +| WTON | `0xc4A11aaf6ea915Ed7Ac194161d2fC9384F15bff2` | +| XAUt | `0x68749665FF8D2d112Fa859AA293F07A622782F38` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | +| ZRX | `0xE41d2489571d322189246DaFA5ebDe1F4699F498` | + +--- + +## Base + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` | +| USDT | `0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2` | +| WETH | `0x4200000000000000000000000000000000000006` | +| WBTC | `0xf28587b974BF0323d1f17F65eF33D19b66f4a97d` | +| DAI | `0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb` | +| AERO | `0x940181a94A35A4569E4529A3CDfB74e38FD98631` | +| AXL | `0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f` | +| BCHB | `0x1791B55e734DF69B4906a4178A83dbE63c4F8421` | +| BRETT | `0x532f27101965dd16442E59d40670FaF5eBB142E4` | +| cbBTC | `0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf` | +| cbETH | `0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22` | +| EURC | `0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42` | +| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | +| G | `0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649` | +| IOTX | `0xBCBAf311ceC8a4EAC0430193A528d9FF27ae38C1` | +| LINK | `0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196` | +| MOCA | `0x2B11834Ed1FeAEd4b4b3a86A6F571315E25A884D` | +| Mog | `0x2Da56AcB9Ea78330f947bD57C54119Debda7AF71` | +| OM | `0x3992B27dA26848C2b19CeA6Fd25ad5568B68AB98` | +| PRIME | `0xfA980cEd6895AC314E7dE34Ef1bFAE90a5AdD21b` | +| rETH | `0xB6fe221Fe9EeF5aBa221c348bA20A1Bf5e73624c` | +| RSR | `0xaB36452DbAC151bE02b16Ca17d8919826072f64a` | +| SAFE | `0xbce867Eb8F0BFdCbac7e7a11f0f3D58125D2704A` | +| TONCOIN | `0x2C203189bEBb043DdDB03D718292F833872e04c5` | +| UNI | `0xc3De830EA07524a0761646a6a4e4be0e114a3C83` | +| wstETH | `0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | + +--- + +## Polygon + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359` | +| USDT | `0xc2132D05D31c914a87C6611C10748AEb04B58e8F` | +| AAVE | `0xD6DF932A45C0f255f85145f286eA0b292B21C90B` | +| WBTC | `0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6` | +| COMP | `0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c` | +| DAI | `0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063` | +| 1INCH | `0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f` | +| ANKR | `0x101A023270368c0D50BFfb62780F4aFd4ea79C35` | +| APE | `0xB7b31a6BC18e48888545CE79e83E06003bE70930` | +| AVAX | `0x2C89bbc92BD86F8075d1DEcc58C7F4E0107f286b` | +| AXL | `0x6e4E624106Cb12E168E6533F8ec7c82263358940` | +| BAT | `0x3Cef98bb43d732E2F285eE605a8158cDE967D219` | +| Bonk | `0xe5B49820e5A1063F6F4DdF851327b5E8B2301048` | +| CRV | `0x172370d5Cd63279eFa6d502DAB29171933a610AF` | +| EURe | `0xE0aEa583266584DafBB3f9C3211d5588c73fEa8d` | +| FRAX | `0x45c32fA6DF82ead1e2EF74d17b76547EDdFaFF89` | +| frxETH | `0xEe327F889d5947c1dc1934Bb208a1E792F953E96` | +| fxcbETH | `0x4b4327dB1600B8B1440163F667e199CEf35385f5` | +| GMT | `0x714DB550b574b3E927af3D93E26127D15721D4C2` | +| GRT | `0x5fe2B58c013d7601147DcdD68C143A77499f5531` | +| LDO | `0xC3C7d422809852031b44ab29EEC9F1EfF2A58756` | +| LINK | `0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39` | +| MANA | `0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4` | +| MASK | `0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7` | +| MKR | `0x6f7C932e7684666C9fd1d44527765433e01fF61d` | +| MMX | `0x95A62521c655e7A24A3919AA1f99764C05B7ec4E` | +| mOCEAN | `0x282d8efCe846A88B159800bd4130ad77443Fa1A1` | +| NEXO | `0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E` | +| OM | `0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea` | +| rETH | `0x0266F4F08D82372CF0FcbCCc0Ff74309089c74d1` | +| RNDR | `0x61299774020dA444Af134c82fa83E3810b309991` | +| RPL | `0x7205705771547cF79201111B4bd8aaF29467b9eC` | +| SAND | `0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683` | +| sfrxETH | `0x6d1FdBB266fCc09A16a22016369210A15bb95761` | +| SNX | `0x50B728D8D964fd00C2d0AAD81718b71311feF68a` | +| SOL | `0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4` | +| SOL | `0xd93f7E271cB87c23AaA73edC008A79646d1F9912` | +| SUKU | `0x60Ea918FC64360269Da4efBDA11d8fC6514617C6` | +| SUPER | `0xa1428174F516F527fafdD146b883bB4428682737` | +| UNI | `0xb33EaAd8d922B1083446DC23f610c2567fB5180f` | +| WBNB | `0xeCDCB5B88F8e3C15f95c720C51c71c9E2080525d` | +| WOO | `0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603` | +| XAUt0 | `0xF1815bd50389c46847f0Bda824eC8da914045D14` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | + +--- + +## Arbitrum + +| Symbol | Address | +| ------ | ------- | +| USDC | `0xaf88d065e77c8cC2239327C5EDb3A432268e5831` | +| USDT | `0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9` | +| AAVE | `0xba5DdD1f9d7F570dc94a51479a000E3BCE967196` | +| WETH | `0x82aF49447D8a07e3bd95BD0d56f35241523fBab1` | +| WBTC | `0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f` | +| WBTC | `0x397846a8078d4845c7f5c6Ca76aeBbcFDc044fAe` | +| COMP | `0x354A6dA3fcde098F8389cad84b0182725c6C91dE` | +| GMX | `0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a` | +| DAI | `0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1` | +| OP | `0xaC800FD6159c2a2CB8fC31EF74621eB430287a5A` | +| ANKR | `0xAeAeeD23478c3a4b798e4ed40D8B7F41366Ae861` | +| ARB | `0x912CE59144191C1204E64559FE8253a0e49E6548` | +| ATH | `0xc87B37a581ec3257B734886d9d3a581F5A9d056c` | +| AXL | `0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f` | +| Bonk | `0x09199d9A5F4448D0848e4395D065e1ad9c4a1F74` | +| BTC.b | `0x2297aEbD383787A160DD0d9F71508148769342E3` | +| cbETH | `0x1DEBd73E752bEaF79865Fd6446b0c970EaE7732f` | +| CRV | `0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978` | +| EURe | `0x0c06cCF38114ddfc35e07427B9424adcca9F44F8` | +| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | +| FRAX | `0x17FC002b466eEc40DaE837Fc4bE5c67993ddBd6F` | +| frxETH | `0x178412e79c25968a32e89b11f63B33F733770c2A` | +| GNO | `0xa0b862F60edEf4452F25B4160F177db44DeB6Cf1` | +| GRT | `0x9623063377AD1B27544C965cCd7342f7EA7e88C7` | +| LDO | `0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60` | +| LINK | `0xf97f4df75117a78c1A5a0DBb814Af92458539FB4` | +| LPT | `0x289ba1701C2F088cf0faf8B3705246331cB8A839` | +| MATIC | `0x561877b6b3DD7651313794e5F2894B2F18bE0766` | +| PENDLE | `0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8` | +| PEPE | `0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00` | +| PRF | `0x1310952Bc5594852459Ee45bfD0df70b34Ac5509` | +| rETH | `0xEC70Dcb4A1EFa46b8F2D97C310C9c4790ba5ffA8` | +| RPL | `0xB766039cc6DB368759C1E56B79AFfE831d0Cc507` | +| RSR | `0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594` | +| sfrxETH | `0x95aB45875cFFdba1E5f451B950bC2E42c0053f39` | +| SOL | `0x2bcC6D6CdBbDC0a4071e48bb3B969b06B3330c07` | +| swETH | `0xbc011A12Da28e8F0f528d9eE5E7039E22F91cf18` | +| tBTC | `0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40` | +| TRX | `0x29A1DBE8c32C0ceB1eB92722afb9B231b6F6fdDA` | +| UNI | `0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0` | +| USDC.e | `0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8` | +| USDD | `0x680447595e8b7b3Aa1B43beB9f6098C79ac2Ab3f` | +| USDe | `0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34` | +| USDx | `0xb2F30A7C980f052f02563fb518dcc39e6bf38175` | +| WBNB | `0xa9004A5421372E1D83fB1f85b0fc986c912f91f3` | +| weETH | `0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe` | +| WOO | `0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b` | +| XAUt0 | `0x40461291347e1eCbb09499F3371D3f17f10d7159` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | + +--- + +## Arbitrum Nova + +| Symbol | Address | +| ------ | ------- | +| DAI | `0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1` | +| ARB | `0xf823C3cD3CeBE0a1fA952ba88Dc9EEf8e0Bf46AD` | + +--- + +## Optimism + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85` | +| USDT | `0x94b008aA00579c1307B0EF2c499aD98a8ce58e58` | +| AAVE | `0x76FB31fb4af56892A25e32cFC43De717950c9278` | +| WBTC | `0x68f180fcCe6836688e9084f035309E29Bf0A2095` | +| DAI | `0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1` | +| OP | `0x4200000000000000000000000000000000000042` | +| ANKR | `0xAeAeeD23478c3a4b798e4ed40D8B7F41366Ae861` | +| AXL | `0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f` | +| cbETH | `0xadDb6A0412DE1BA0F936DCaeb8Aaa24578dcF3B2` | +| CRV | `0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53` | +| FRAX | `0x2E3D870790dC77A83DD1d18184Acc7439A53f475` | +| frxETH | `0x6806411765Af15Bddd26f8f544A34cC40cb9838B` | +| LDO | `0xFdb794692724153d1488CcdBE0C56c252596735F` | +| LINK | `0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6` | +| MATIC | `0xe211233fE8b6964208CfC7CA66df9C0340088670` | +| OCEAN | `0x2561aa2bB1d2Eb6629EDd7b0938d7679B8b49f9E` | +| PENDLE | `0xBC7B1Ff1c6989f006a1185318eD4E7b5796e66E1` | +| rETH | `0x9Bcef72be871e61ED4fBbc7630889beE758eb81D` | +| sfrxETH | `0x484c2D6e3cDd945a8B2DF735e079178C1036578c` | +| SOL | `0xba1Cf949c382A32a09A17B2AdF3587fc7fA664f1` | +| stETH | `0x76A50b8c7349cCDDb7578c6627e79b5d99D24138` | +| UNI | `0x6fd9d7AD17242c41f7131d257212c54A0e816691` | +| USDC.e | `0x7F5c764cBc14f9669B88837ca1490cCa17c31607` | +| WLD | `0xdC6fF44d5d932Cbd77B52E5612Ba0529DC6226F1` | +| wstETH | `0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | + +--- + +## Avalanche + +| Symbol | Address | +| ------ | ------- | +| USDC | `0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E` | +| AAVE | `0x8cE2Dee54bB9921a2AE0A63dBb2DF8eD88B91dD9` | +| WBTC | `0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB` | +| GMX | `0x62edc0692BD897D2295872a9FFCac5425011c661` | +| 1INCH.e | `0xd501281565bf7789224523144Fe5D98e8B28f267` | +| AAVE.e | `0x63a72806098Bd3D9520cC43356dD78afe5D386D9` | +| ANKR | `0xDF474B7109b73b7D57926d43598D5934131136b2` | +| AVAX | `0x871bF465bf7eaEe26bEFc7a426a74C10c58C3d15` | +| AXL | `0x44c784266cf024a60e8acF2427b9857Ace194C5d` | +| BAT.e | `0x98443B96EA4b0858FDF3219Cd13e98C7A4690588` | +| BTC.b | `0x152b9d0FdC40C096757F570A51E494bd4b943E50` | +| COMP.e | `0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437` | +| DAI.e | `0xd586E7F844cEa2F87f50152665BCbc2C279D8d70` | +| EURC | `0xC891EB4cbdEFf6e073e859e987815Ed1505c2ACD` | +| FRAX | `0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64` | +| GRT.e | `0x8a0cAc13c7da965a312f08ea4229c37869e85cB9` | +| LINK | `0xB3fe5374F67D7a22886A0eE082b2E2f9d2651651` | +| LINK.e | `0x5947BB275c521040051D82396192181b413227A3` | +| MKR.e | `0x88128fd4b259552A9A1D457f435a6527AAb72d42` | +| sAVAX | `0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE` | +| SNX.e | `0xBeC243C995409E6520D7C41E404da5dEba4b209B` | +| TUSD | `0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB` | +| UNI | `0xf39f9671906d8630812f9d9863bBEf5D523c84Ab` | +| UNI.e | `0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580` | +| USDD | `0xB514CABD09eF5B169eD3fe0FA8DBd590741E81C2` | +| USDt | `0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7` | +| USDT.e | `0xc7198437980c041c805A1EDcbA50c1Ce5db95118` | +| WBNB | `0x442F7f22b1EE2c842bEAFf52880d4573E9201158` | +| WBTC.e | `0x50b7545627a5162F82A992c33b87aDc75187B218` | +| WOO.e | `0xaBC9547B534519fF73921b1FBA6E672b5f58D083` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | +| ZRX.e | `0x596fA47043f99A4e0F122243B841E55375cdE0d2` | + +--- + +## BNB + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d` | +| USDT | `0x55d398326f99059fF775485246999027B3197955` | +| AAVE | `0xfb6115445Bff7b52FeB98650C87f44907E58f802` | +| COMP | `0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8` | +| DAI | `0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3` | +| OP | `0x170C84E3b1D282f9628229836086716141995200` | +| 1INCH | `0x111111111117dC0aa78b770fA6A738034120C302` | +| AIOZ | `0x33d08D8C7a168333a85285a68C0042b39fC3741D` | +| ALT | `0x8457CA5040ad67fdebbCC8EdCE889A335Bc0fbFB` | +| ANKR | `0xf307910A4c7bbc79691fD374889b36d8531B08e3` | +| ATOM | `0x0Eb3a705fc54725037CC9e008bDede697f62F335` | +| AVAX | `0x1CE0c2827e2eF14D5C4f29a091d735A204794041` | +| AXL | `0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65` | +| AXS | `0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0` | +| BCH | `0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf` | +| BEAM | `0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE` | +| Bonk | `0xA697e272a73744b343528C3Bc4702F2565b2F422` | +| Cake | `0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82` | +| CAT | `0x6894CDe390a3f51155ea41Ed24a33A4827d3063D` | +| DEXE | `0x6E88056E8376Ae7709496Ba64d37fa2f8015ce3e` | +| ELF | `0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9` | +| ETH | `0x2170Ed0880ac9A755fd29B2688956BD959F933F8` | +| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | +| FDUSD | `0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409` | +| FET | `0x031b41e504677879370e9DBcF937283A8691Fa7f` | +| FLOKI | `0xfb5B838b6cfEEdC2873aB27866079AC55363D37E` | +| FRAX | `0x90C97F71E18723b0Cf0dfa30ee176Ab653E89F40` | +| frxETH | `0x64048A7eEcF3a2F1BA9e144aAc3D7dB6e58F555e` | +| G | `0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649` | +| GAL | `0xe4Cc45Bb5DBDA06dB6183E8bf016569f40497Aa5` | +| GMT | `0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1` | +| H2O | `0xAF3287cAe99C982586c07401C0d911Bf7De6CD82` | +| INJ | `0xa2B726B1145A4773F68593CF171187d8EBe4d495` | +| LINK | `0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD` | +| LINK | `0x404460C6A5EdE2D891e8297795264fDe62ADBB75` | +| MASK | `0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3` | +| MATIC | `0xCC42724C6683B7E57334c4E856f4c9965ED682bD` | +| NFT | `0x20eE7B720f4E4c4FFcB00C4065cdae55271aECCa` | +| OM | `0xF78D2e7936F5Fe18308A3B2951A93b6c4a41F5e2` | +| PENDLE | `0xb3Ed0A426155B79B898849803E3B36552f7ED507` | +| PEPE | `0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00` | +| QUACK | `0xD74b782E05AA25c50e7330Af541d46E18f36661C` | +| SAFE | `0x4d7Fa587Ec8e50bd0E9cD837cb4DA796f47218a1` | +| SFP | `0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb` | +| sfrxETH | `0x3Cd55356433C89E50DC51aB07EE0fa0A95623D53` | +| SOL | `0x570A5D26f7765Ecb712C0924E4De545B89fD43dF` | +| STRK | `0x0968bE154452BA51Bc1333905D3dC205fe2e610e` | +| SUPER | `0x51BA0b044d96C3aBfcA52B64D733603CCC4F0d4D` | +| TONCOIN | `0x76A797A59Ba2C17726896976B7B3747BfD1d220f` | +| TRUMP | `0x4eA98c1999575aaadfb38237Dd015c5E773F75a2` | +| TRX | `0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3` | +| TUSD | `0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9` | +| TWT | `0x4B0F1812e5Df2A09796481Ff14017e6005508003` | +| UNI | `0xBf5140A22578168FD562DCcF235E5D43A02ce9B1` | +| USDD | `0xd17479997F34dd9156Deef8F95A52D81D265be9c` | +| vBCH | `0x5F0388EBc2B94FA8E123F404b79cCF5f40b29176` | +| wBETH | `0xa2E3356610840701BDf5611a53974510Ae27E2e1` | +| WBNB | `0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c` | +| WOO | `0x4691937a7508860F876c9c0a2a617E7d9E945D4B` | +| wROSE | `0xF00600eBC7633462BC4F9C61eA2cE99F5AAEBd4a` | +| XRP | `0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE` | +| ZIL | `0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787` | +| ZRO | `0x6985884C4392D348587B19cb9eAAf157F13271cd` | + +--- + +## Mantle + +| Symbol | Address | +| ------ | ------- | +| USDT | `0x201EBa5CC46D216Ce6DC03F6a759e8E766e956aE` | +| WETH | `0xdEAddEaDdeadDEadDEADDEAddEADDEAddead1111` | +| WBTC | `0xCAbAE6f6Ea1ecaB08Ad02fE02ce9A44F09aebfA2` | +| mETH | `0xcDA86A272531e8640cD7F1a92c01839911B90bb0` | +| USDY | `0x5bE26527e817998A7206475496fDE1E68957c5A6` | + +--- + +## Base Sepolia + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x036CbD53842c5426634e7929541eC2318f3dCF7e` | +| USDC | `0x92D4Fe30AF7A3Aee208e43499520EC09B7228b0D` | +| EURC | `0x808456652fdb597867f38412077A9182bf77359F` | +| LINK | `0xE4aB69C077896252FAFBD49EFD26B5D171A32410` | +| PIM | `0xFC3e86566895Fb007c6A0d3809eb2827DF94F751` | + +--- + +## Polygon Amoy + +| Symbol | Address | +| ------ | ------- | +| EURe | `0xeD5D0B6C5BEFfDd607639094397C223536B0Bae7` | +| usdc | `0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582` | + +--- + +## OP Sepolia + +| Symbol | Address | +| ------ | ------- | +| usdc | `0x5fd84259d66Cd46123540766Be93DFE6D43130D7` | + +--- + +## Arbitrum Sepolia + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d` | +| EURe | `0xFdEed5cE7E281B4e0F163B70eBe2Cf0B10803b7B` | +| ostUSDC | `0xe73B11Fb1e3eeEe8AF2a23079A4410Fe1B370548` | +| PIM | `0xFC3e86566895Fb007c6A0d3809eb2827DF94F751` | + +--- + +## Avalanche Fuji + +| Symbol | Address | +| ------ | ------- | +| EURC | `0x5E44db7996c682E92a960b65AC713a54AD815c6B` | +| usdc | `0x5425890298aed601595a70AB815c96711a31Bc65` | + +--- + +## Blast + +| Symbol | Address | +| ------ | ------- | +| WETH | `0x4300000000000000000000000000000000000004` | +| WBTC | `0xF7bc58b8D8f97ADC129cfC4c9f45Ce3C0E1D2692` | +| ANKR | `0x3580ac35BED2981d6bDD671a5982c2467d301241` | +| BLAST | `0xb1a5700fA2358173Fe465e6eA4Ff52E36e88E2ad` | +| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | +| USDB | `0x4300000000000000000000000000000000000003` | + +--- + +## Celo + +| Symbol | Address | +| ------ | ------- | +| USDC | `0xcebA9300f2b948710d2653dD7B07f33A8B32118C` | +| USDT | `0x617f3112bf5397D0467D315cC709EF968D9ba546` | +| WETH | `0x122013fd7dF1C6F636a5bb8f03108E876548b455` | +| WBTC | `0xBe50a3013A1c94768A1ABb78c3cB79AB28fc1aCE` | +| DAI | `0x90Ca507a5D4458a4C6C6249d186b6dCb02a5BCCd` | +| AVAX | `0x8E3670FD7B0935d3FE832711deBFE13BB689b690` | +| BTC | `0xD629eb00dEced2a080B7EC630eF6aC117e614f1b` | +| SOL | `0x173234922eB27d5138c5e481be9dF5261fAeD450` | +| USD₮ | `0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e` | + +--- + +## Chiado Testnet + +| Symbol | Address | +| ------ | ------- | +| EURe | `0x7a47605930002CC2Cd2c3c408D1F33fc2a18aB71` | + +--- + +## Etherlink Mainnet + +| Symbol | Address | +| ------ | ------- | +| usdc | `0x796Ea11Fa2dD751eD01b53C372fFDB4AAa8f00F9` | + +--- + +## Gnosis + +| Symbol | Address | +| ------ | ------- | +| USDC | `0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83` | +| USDT | `0x4ECaBa5870353805a9F068101A40E0f32ed605C6` | +| AAVE | `0xDF613aF6B44a31299E48131e9347F034347E2F00` | +| WBTC | `0x8e5bBbb09Ed1ebdE8674Cda39A0c169401db4252` | +| DAI | `0xc439E5B1DEe4f866B681E7c5E5dF140aA47fBf19` | +| DAI | `0x44fA8E6f47987339850636F88629646662444217` | +| EURe | `0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430` | +| GNO | `0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb` | +| LINK | `0xE2e73A1c69ecF83F464EFCE6A5be353a37cA09b2` | +| LINK | `0x93902393EFdbb5423e187B6B2F7282a23274B8d4` | +| MATIC | `0x7122d7661c4564b7C6Cd4878B06766489a6028A2` | +| SAFE | `0x4d18815D14fe5c3304e87B3FA18318baa5c23820` | +| UNI | `0x4537e328Bf7e4eFA29D05CAeA260D7fE26af9D74` | +| WBNB | `0xCa8d20f3e0144a72C6B5d576e9Bd3Fd8557E2B04` | + +--- + +## Kaia + +| Symbol | Address | +| ------ | ------- | +| WBTC | `0xDCbacF3f7a069922E677912998c8d57423C37dfA` | +| DAI | `0x078dB7827a5531359f6CB63f62CFA20183c4F10c` | + +--- + +## Linea + +| Symbol | Address | +| ------ | ------- | +| USDT | `0xA219439258ca9da29E9Cc4cE5596924745e12B93` | +| USDT | `0x6C6470898882b65E0275723D883A0D877aADe43f` | +| USDT | `0x0C3897769D57EF1f0721ff291C766709a02991DE` | +| USDT | `0x2528c7B8c7c0d6Ab4461BbAa14F5905Ea93ad837` | +| WBTC | `0x464eEfB9253d9E3bF6ED370F3DD4b222b86fAFf7` | +| WBTC | `0x07a92Af40b052A753187bc1A6E2874730A0D3F23` | +| WBTC | `0x3aAB2285ddcDdaD8edf438C1bAB47e1a9D05a9b4` | +| DAI | `0x4AF15ec2A0BD43Db75dd04E62FAA3B8EF36b00d5` | +| DAI | `0xB00Ad70C6A0d58372199AbEB33F46058d02FFBBC` | +| ANKR | `0xa8Ae6365383eb907e6b4B1B7E82A35752cC5Ef8C` | +| AVAX | `0x5471ea8f739dd37E9B81Be9c5c77754D8AA953E4` | +| EURe | `0x3ff47c5Bf409C86533FE1f4907524d304062428D` | +| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | +| LINK | `0x5B16228B94b68C7cE33AF2ACc5663eBdE4dCFA2d` | +| MATIC | `0x265B25e22bcd7f10a5bD6E6410F10537Cc7567e8` | +| UNI | `0x636B22bC471c955A8DB60f28D4795066a8201fa3` | + +--- + +## Linea Sepolia + +| Symbol | Address | +| ------ | ------- | +| EURe | `0x43F1eEdb454089C6db498D8ced63d8972c019DE2` | + +--- + +## MegaETH + +| Symbol | Address | +| ------ | ------- | +| USDm | `0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7` | +| USDT0 | `0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb` | + +--- + +## Mode + +| Symbol | Address | +| ------ | ------- | +| USDT | `0xf0F161fDA2712DB8b566946122a5af183995e2eD` | +| WETH | `0x4200000000000000000000000000000000000006` | +| WBTC | `0xcDd475325D6F564d27247D1DddBb0DAc6fA0a5CF` | +| ANKR | `0xDF474B7109b73b7D57926d43598D5934131136b2` | +| ezETH | `0x2416092f143378750bb29b79eD961ab195CcEea5` | + +--- + +## Monad + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x754704Bc059F8C67012fEd69BC8A327a5aafb603` | +| WMON | `0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A` | + +--- + +## Scroll + +| Symbol | Address | +| ------ | ------- | +| USDT | `0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df` | +| AAVE | `0x79379C0E09a41d7978f883a56246290eE9a8c4d3` | +| WETH | `0x5300000000000000000000000000000000000004` | +| WBTC | `0x3C1BCa5a656e69edCD0D4E36BEbb3FcDAcA60Cf1` | +| DAI | `0xcA77eB3fEFe3725Dc33bccB54eDEFc3D9f764f97` | +| ANKR | `0xDF474B7109b73b7D57926d43598D5934131136b2` | +| EURe | `0xd7BB130A48595fCDf9480E36C1aE97ff2938aC21` | +| SOL | `0xCDf95E1F720caade4b1DC83ABfE15400D2a458AD` | +| UNI | `0x434cdA25E8a2CA5D9c1C449a8Cb6bCbF719233E8` | + +--- + +## Scroll Sepolia Testnet + +| Symbol | Address | +| ------ | ------- | +| EURe | `0x6A2f117b2E35e59ee35022186ae6B365DCAB84Ad` | + +--- + +## Sepolia + +| Symbol | Address | +| ------ | ------- | +| USDC | `0xbe72E441BF55620febc26715db68d3494213D8Cb` | +| USDC | `0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238` | +| EURC | `0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4` | +| EURe | `0x67b34b93ac295c985e856E5B8A20D83026b580Eb` | +| PIM | `0xFC3e86566895Fb007c6A0d3809eb2827DF94F751` | +| USD₮ | `0xd077A400968890Eacc75cdc901F0356c943e4fDb` | + +--- + +## World Chain + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x79A02482A880bCE3F13e09Da970dC34db4CD24d1` | +| WLD | `0x2cFc85d8E48F8EAB294be644d9E25C3030863003` | + +--- + +## World Chain Sepolia + +| Symbol | Address | +| ------ | ------- | +| USDC | `0x66145f38cBAC35Ca6F1Dfb4914dF98F1614aeA88` | +| PIM | `0xFC3e86566895Fb007c6A0d3809eb2827DF94F751` | + +--- + +{/* @data-end: supported-tokens */} diff --git a/package.json b/package.json index ea115f82..8067bb9a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "vocs dev", "build": "vocs build", "preview": "vocs preview", - "search-index": "vocs search-index" + "search-index": "vocs search-index", + "render-data": "tsx scripts/render-data.ts" }, "dependencies": { "@dfns/lib-viem": "^0.3.1", diff --git a/scripts/render-data.ts b/scripts/render-data.ts new file mode 100644 index 00000000..a1c3a603 --- /dev/null +++ b/scripts/render-data.ts @@ -0,0 +1,112 @@ +/** + * render-data + * + * Injects generated markdown artifacts (from `docs-data-updater`, written to + * `data/*.md`) directly into doc pages, between marker comments. Inlining the + * tables as literal markdown — rather than importing the data files as MDX + * components — is what makes their content (chain names, slugs, tokens) + * discoverable by Vocs' search index, which reads page source and strips + * imports/components before indexing. + * + * Marker convention, inside any `.md`/`.mdx` page under `docs/pages` (the + * markers are MDX expression comments — opening `{`+slash-star, closing + * star-slash+`}`): + * + * @data-start: supported-chains ...content from data/supported-chains.md... @data-end: supported-chains + * + * The marker key maps to `data/.md` by convention. The MDX comment markers + * are themselves stripped by the indexer, so they stay invisible to readers and + * to search. + * + * Usage: + * tsx scripts/render-data.ts # write injected content into pages + * tsx scripts/render-data.ts --check # exit non-zero if any page is stale + */ +import * as fs from 'node:fs' +import * as path from 'node:path' +import { fileURLToPath } from 'node:url' + +const __dirname = path.dirname(fileURLToPath(import.meta.url)) +const ROOT = path.resolve(__dirname, '..') +const PAGES_DIR = path.join(ROOT, 'docs', 'pages') +const DATA_DIR = path.join(ROOT, 'data') + +const check = process.argv.includes('--check') + +const START_RE = /\{\/\* *@data-start: *([\w-]+) *\*\/\}/g + +type Replacement = { key: string; full: string; inner: string } + +function listPages(dir: string): string[] { + const out: string[] = [] + for (const entry of fs.readdirSync(dir, { withFileTypes: true })) { + const full = path.join(dir, entry.name) + if (entry.isDirectory()) out.push(...listPages(full)) + else if (entry.name.endsWith('.md') || entry.name.endsWith('.mdx')) out.push(full) + } + return out +} + +function readData(key: string): string { + const dataPath = path.join(DATA_DIR, `${key}.md`) + if (!fs.existsSync(dataPath)) + throw new Error(`No data file for marker "@data-start: ${key}" (expected ${path.relative(ROOT, dataPath)})`) + return fs.readFileSync(dataPath, 'utf-8').trim() +} + +/** Find every marker block in `content`; throws on an unterminated marker. */ +function findBlocks(content: string, file: string): Replacement[] { + const blocks: Replacement[] = [] + for (const startMatch of content.matchAll(START_RE)) { + const key = startMatch[1]! + const startIdx = startMatch.index! + const endRe = new RegExp(`\\{/\\* *@data-end: *${key} *\\*/\\}`) + const rest = content.slice(startIdx + startMatch[0].length) + const endMatch = rest.match(endRe) + if (!endMatch) + throw new Error(`Unterminated marker "@data-start: ${key}" in ${path.relative(ROOT, file)} (missing @data-end)`) + const full = startMatch[0] + rest.slice(0, endMatch.index! + endMatch[0].length) + const inner = rest.slice(0, endMatch.index!) + blocks.push({ key, full, inner }) + } + return blocks +} + +function render(content: string, file: string): string { + let next = content + for (const block of findBlocks(content, file)) { + const data = readData(block.key) + const startTag = `{/* @data-start: ${block.key} */}` + const endTag = `{/* @data-end: ${block.key} */}` + next = next.replace(block.full, `${startTag}\n\n${data}\n\n${endTag}`) + } + return next +} + +let touched = 0 +const stale: string[] = [] + +for (const file of listPages(PAGES_DIR)) { + const content = fs.readFileSync(file, 'utf-8') + if (!content.includes('@data-start:')) continue + const rendered = render(content, file) + if (rendered === content) continue + if (check) { + stale.push(path.relative(ROOT, file)) + } else { + fs.writeFileSync(file, rendered) + console.log(`rendered ${path.relative(ROOT, file)}`) + touched++ + } +} + +if (check) { + if (stale.length) { + console.error('Data injection out of date. Run `pnpm render-data`. Stale pages:') + for (const f of stale) console.error(` - ${f}`) + process.exit(1) + } + console.log('render-data: all pages up to date') +} else { + console.log(`render-data: ${touched} page(s) updated`) +}