Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 39ea188

Browse files
authored
add spectre testnet (#146)
* add spectre testnet * update testnet table of content
1 parent 0ea74a5 commit 39ea188

File tree

2 files changed

+33
-24
lines changed

2 files changed

+33
-24
lines changed

docs/03-architecture/03-Fees/03-dynamic-fee.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ This information is used to determine the cost of transactions on the destinatio
4444
:::info
4545
The fee oracle service will be _centralized_ in the beginning. 
4646

47-
The current architecture implies a future update of the fee oracle to a more decentralized or trustless solution. However, since the calculated fee is visible and approved by the user, the current fee oracle does not pose a [security](/docs/03-architecture/05-Security/01-Security-Intro.md) threat to the entire system.
47+
The current architecture implies a future update of the fee oracle to a more decentralized or trustless solution. However, since the calculated fee is visible and approved by the user, the current fee oracle does not pose a [security](../05-security/01-Security-Intro.md) threat to the entire system.
4848
:::

docs/06-environments/03-testnet/index.md

+32-23
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Environment } from '@buildwithsygma/sygma-sdk-core';
1111
**🟢 Active**
1212
:::
1313

14-
The following section details Sygma's testnet deployment, including the protocol's:
14+
The following section details Sygma's testnet deployments, including both MPC and Spectre (zk) verification systems:
1515
- [Testnet transfer UI](#testnet-transfer-ui)
1616
- [Testnet faucet](#testnet-faucet)
1717
- [Supported networks](#supported-networks)
@@ -39,18 +39,22 @@ The [faucet UI](./01-obtain-testnet-tokens.md "mention") provides users with a v
3939

4040
**Sepolia (Domain ID: 2)**
4141

42-
| Contract | Address |
43-
| --------------------------------- | ------------------------------------------ |
44-
| Bridge | [0x4CF326d3817558038D1DEF9e76b727202c3E8492](https://sepolia.etherscan.io/address/0x4CF326d3817558038D1DEF9e76b727202c3E8492) |
45-
| Fee Router | [0x9D45e9bE1E70735Ee78052717107d5dc59C1EaCE](https://sepolia.etherscan.io/address/0x9D45e9bE1E70735Ee78052717107d5dc59C1EaCE) |
46-
| Fixed Fee Handler | [0xDcBA3f691eF406415556C802163C265Db56208cF](https://sepolia.etherscan.io/address/0xDcBA3f691eF406415556C802163C265Db56208cF) |
47-
| Percentage Fee Handler | [0x2e77dEa116117eCF44a427064260D16D488ccff2](https://sepolia.etherscan.io/address/0x2e77dEa116117eCF44a427064260D16D488ccff2) |
48-
| ERC-20 Handler | [0xa65387feCb172ffF8A0aabA323A10c63757BBFA6](https://sepolia.etherscan.io/address/0xa65387feCb172ffF8A0aabA323A10c63757BBFA6) |
49-
| ERC-721 Handler | [0x669F52487ffA6f9aBf722082f735537A98Ec0E4b](https://sepolia.etherscan.io/address/0x669F52487ffA6f9aBf722082f735537A98Ec0E4b) |
50-
| ERC-1155 Handler | [0x65903772866e538e6ffc001dd0c7665e356eb6d8](https://sepolia.etherscan.io/address/0x65903772866e538e6ffc001dd0c7665e356eb6d8) |
51-
| Permissionless Generic Handler | [0x7dCBdb9cBA0Bb1871EECafAB290E5a2e45077479](https://sepolia.etherscan.io/address/0x7dCBdb9cBA0Bb1871EECafAB290E5a2e45077479) |
52-
| Storage (GMP testing contract) | [0x0e963aEe445EDC19034e9938570E5E7BE4Ee19Cd](https://sepolia.etherscan.io/address/0x0e963aEe445EDC19034e9938570E5E7BE4Ee19Cd) |
53-
42+
| Contract | MPC Address | Spectre Address |
43+
|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|
44+
| Bridge | [0x4CF326d3817558038D1DEF9e76b727202c3E8492](https://sepolia.etherscan.io/address/0x4CF326d3817558038D1DEF9e76b727202c3E8492) | [0x60e3fd2148f3D6934521a00a0Cf318cB1194e072](https://sepolia.etherscan.io/address/0x60e3fd2148f3D6934521a00a0Cf318cB1194e072) |
45+
| Fee Router | [0x9D45e9bE1E70735Ee78052717107d5dc59C1EaCE](https://sepolia.etherscan.io/address/0x9D45e9bE1E70735Ee78052717107d5dc59C1EaCE) | [0xC2C26789671ec5e1542308Ee38faE4A640bCc03e](https://sepolia.etherscan.io/address/0xC2C26789671ec5e1542308Ee38faE4A640bCc03e) |
46+
| Fixed Fee Handler | [0xDcBA3f691eF406415556C802163C265Db56208cF](https://sepolia.etherscan.io/address/0xDcBA3f691eF406415556C802163C265Db56208cF) | [0xEA3a9Bcc6de765aC6E01e327D22DB53b8d3DFa0C](https://sepolia.etherscan.io/address/0xEA3a9Bcc6de765aC6E01e327D22DB53b8d3DFa0C) |
47+
| Percentage Fee Handler | [0x2e77dEa116117eCF44a427064260D16D488ccff2](https://sepolia.etherscan.io/address/0x2e77dEa116117eCF44a427064260D16D488ccff2) | [0xA048Ddc2C953052835e7847d8c3C4b19183AE1C0](https://sepolia.etherscan.io/address/0xA048Ddc2C953052835e7847d8c3C4b19183AE1C0) |
48+
| ERC-20 Handler | [0xa65387feCb172ffF8A0aabA323A10c63757BBFA6](https://sepolia.etherscan.io/address/0xa65387feCb172ffF8A0aabA323A10c63757BBFA6) | [0x65Ce12864941F56D3665bb0d97D803E81a1d09a0](https://sepolia.etherscan.io/address/0x65Ce12864941F56D3665bb0d97D803E81a1d09a0) |
49+
| ERC-721 Handler | [0x669F52487ffA6f9aBf722082f735537A98Ec0E4b](https://sepolia.etherscan.io/address/0x669F52487ffA6f9aBf722082f735537A98Ec0E4b) | |
50+
| ERC-1155 Handler | [0x65903772866e538e6ffc001dd0c7665e356eb6d8](https://sepolia.etherscan.io/address/0x65903772866e538e6ffc001dd0c7665e356eb6d8) | |
51+
| Permissionless Generic Handler | [0x7dCBdb9cBA0Bb1871EECafAB290E5a2e45077479](https://sepolia.etherscan.io/address/0x7dCBdb9cBA0Bb1871EECafAB290E5a2e45077479) | [0x57d66F8A5A57942b25368C837005141e8A586155](https://sepolia.etherscan.io/address/0x57d66F8A5A57942b25368C837005141e8A586155) |
52+
| Storage (GMP testing contract) | [0x0e963aEe445EDC19034e9938570E5E7BE4Ee19Cd](https://sepolia.etherscan.io/address/0x0e963aEe445EDC19034e9938570E5E7BE4Ee19Cd) | |
53+
| Router | | [0x57a3aC22bb0779A91B334027982cbC58a71aaD32](https://sepolia.etherscan.io/address/0x57a3aC22bb0779A91B334027982cbC58a71aaD32) |
54+
| Executor | | [0x108E42c97a57A7FFC3fbB80A8A14129a94cD29C7](https://sepolia.etherscan.io/address/0x108E42c97a57A7FFC3fbB80A8A14129a94cD29C7) |
55+
| Control Segregator | | [0x2Bdfa87E8caaaB11b8b510C83899Cb18F1D2d4Fd](https://sepolia.etherscan.io/address/0x2Bdfa87E8caaaB11b8b510C83899Cb18F1D2d4Fd) |
56+
| Spectre Proxy | | [0xC4c2722e8E35fe95C49036eb0d2Ed15e48341061](https://sepolia.etherscan.io/address/0xC4c2722e8E35fe95C49036eb0d2Ed15e48341061) |
57+
| Spectre | | [0xEf7d892E8F5177ED9C8eF140E63948685B15E380](https://sepolia.etherscan.io/address/0xEf7d892E8F5177ED9C8eF140E63948685B15E380) |
5458

5559
**Cronos Testnet (Domain ID: 5)**
5660

@@ -68,16 +72,21 @@ The [faucet UI](./01-obtain-testnet-tokens.md "mention") provides users with a v
6872

6973
**Holesky (Domain ID: 6)**
7074

71-
| Contract | Address |
72-
| --------------------------------- | ------------------------------------------ |
73-
| Bridge | [0xE366E0B707FBF59CF9A3068af34dC519D5fa6e78](https://holesky.etherscan.io/address/0xE366E0B707FBF59CF9A3068af34dC519D5fa6e78) |
74-
| Fee Router | [0x5626A5a7b65E3d851c693AC583068e75853fE0C8](https://holesky.etherscan.io/address/0x5626A5a7b65E3d851c693AC583068e75853fE0C8) |
75-
| Fixed Fee Handler | [0xEE7946aE5f7287a39Bc67207868EDD4a95f96795](https://holesky.etherscan.io/address/0xEE7946aE5f7287a39Bc67207868EDD4a95f96795) |
76-
| Percentage Fee Handler | [0x9535484111383531BB9D6922B309Bf316Cec9A19](https://holesky.etherscan.io/address/0x9535484111383531BB9D6922B309Bf316Cec9A19) |
77-
| ERC-20 Handler | [0xEeFBd08769Ab1e369a04a17180E91E4549938d4c](https://holesky.etherscan.io/address/0xEeFBd08769Ab1e369a04a17180E91E4549938d4c) |
78-
| ERC-721 Handler | |
79-
| Permissionless Generic Handler | [0xc1154781Fa12a845aCaf276Bf2030040Ba9DAec8](https://holesky.etherscan.io/address/0xc1154781Fa12a845aCaf276Bf2030040Ba9DAec8) |
80-
| Storage (GMP testing contract) | [0x58476c75b48c86c05ccad9ae82ac76145bc9119d](https://holesky.etherscan.io/address/0x58476c75b48c86c05ccad9ae82ac76145bc9119d) |
75+
| Contract | MPC Address | Spectre Address |
76+
|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|
77+
| Bridge | [0xE366E0B707FBF59CF9A3068af34dC519D5fa6e78](https://holesky.etherscan.io/address/0xE366E0B707FBF59CF9A3068af34dC519D5fa6e78) | [0x3DA376947B760836905a0407588C606D1020C4f3](https://holesky.etherscan.io/address/0x3DA376947B760836905a0407588C606D1020C4f3) |
78+
| Fee Router | [0x5626A5a7b65E3d851c693AC583068e75853fE0C8](https://holesky.etherscan.io/address/0x5626A5a7b65E3d851c693AC583068e75853fE0C8) | [0x48512523Bb2634467292dd7776313916425F4c8a](https://holesky.etherscan.io/address/0x48512523Bb2634467292dd7776313916425F4c8a) |
79+
| Fixed Fee Handler | [0xEE7946aE5f7287a39Bc67207868EDD4a95f96795](https://holesky.etherscan.io/address/0xEE7946aE5f7287a39Bc67207868EDD4a95f96795) | [0x51b9DcAcB395B00857C815aDb89D20175cBb4A58](https://holesky.etherscan.io/address/0x51b9DcAcB395B00857C815aDb89D20175cBb4A58) |
80+
| Percentage Fee Handler | [0x9535484111383531BB9D6922B309Bf316Cec9A19](https://holesky.etherscan.io/address/0x9535484111383531BB9D6922B309Bf316Cec9A19) | [0x8fc170823A8dc9eD6Ce81128f0FED3E0089D52f1](https://holesky.etherscan.io/address/0x8fc170823A8dc9eD6Ce81128f0FED3E0089D52f1) |
81+
| ERC-20 Handler | [0xEeFBd08769Ab1e369a04a17180E91E4549938d4c](https://holesky.etherscan.io/address/0xEeFBd08769Ab1e369a04a17180E91E4549938d4c) | [0x96e0cBCb653448a6AE76C2f4041eC6D73127585a](https://holesky.etherscan.io/address/0x96e0cBCb653448a6AE76C2f4041eC6D73127585a) |
82+
| ERC-721 Handler | | |
83+
| Permissionless Generic Handler | [0xc1154781Fa12a845aCaf276Bf2030040Ba9DAec8](https://holesky.etherscan.io/address/0xc1154781Fa12a845aCaf276Bf2030040Ba9DAec8) | [0x347BfeA6B3E929d91caE8e0AfB5DE97d3574AB45](https://holesky.etherscan.io/address/0x347BfeA6B3E929d91caE8e0AfB5DE97d3574AB45) |
84+
| Storage (GMP testing contract) | [0x58476c75b48c86c05ccad9ae82ac76145bc9119d](https://holesky.etherscan.io/address/0x58476c75b48c86c05ccad9ae82ac76145bc9119d) | |
85+
| Router | | [0x6Bac21Aa7627009C79cd4784D94e9c280E36ED79](https://holesky.etherscan.io/address/0x6Bac21Aa7627009C79cd4784D94e9c280E36ED79) |
86+
| Executor | | [0x8Fa58B46F887aB519bB4d7967E718eCe7a92716d](https://holesky.etherscan.io/address/0x8Fa58B46F887aB519bB4d7967E718eCe7a92716d) |
87+
| Control Segregator | | [0xEE6dCE1979a80b6955FBf939403e956CE649a7b5](https://holesky.etherscan.io/address/0xEE6dCE1979a80b6955FBf939403e956CE649a7b5) |
88+
| Spectre Proxy | | [0x4D083Cb89698C2CA59cDae9428854073781784A3](https://holesky.etherscan.io/address/0x4D083Cb89698C2CA59cDae9428854073781784A3) |
89+
| Spectre | | [0x220aD39E44A3765a791B33c925B8e76B8a665657](https://holesky.etherscan.io/address/0x220aD39E44A3765a791B33c925B8e76B8a665657) |
8190

8291
**Arbitrum Sepolia (Domain ID: 8)**
8392

0 commit comments

Comments
 (0)