Skip to content

Commit

Permalink
Merge pull request #121 from sygmaprotocol/tcar/add-arbitrum-sepolia
Browse files Browse the repository at this point in the history
chore: add arbitrum sepolia
  • Loading branch information
haochizzle authored Jan 16, 2024
2 parents 4cd2252 + ece5b39 commit 6517eee
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 21 deletions.
4 changes: 3 additions & 1 deletion dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,6 @@ security-reshare
Security-peerdisc
Security-keygen
Security-reshare
sdk-index
sdk-index
Arbitrum-Sepolia
Arbitrum
61 changes: 41 additions & 20 deletions docs/06-environments/03-testnet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@ The [faucet UI](https://faucet-ui-stage.buildwithsygma.com) provides users with

## Supported networks

| Network Name | Framework | Domain ID |
| -------------- | --------- | --------- |
| Goerli | EVM | 1 |
| Sepolia | EVM | 2 |
| Rhala | Substrate | 3 |
| Base-Goerli | EVM | 4 |
| Cronos-Testnet | EVM | 5 |
| Holesky | EVM | 6 |
| Mumbai | EVM | 7 |
| Network Name | Framework | Domain ID |
| ---------------- | --------- | --------- |
| Goerli | EVM | 1 |
| Sepolia | EVM | 2 |
| Rhala | Substrate | 3 |
| Base-Goerli | EVM | 4 |
| Cronos-Testnet | EVM | 5 |
| Holesky | EVM | 6 |
| Mumbai | EVM | 7 |
| Arbitrum-Sepolia | EVM | 8 |

## EVM contract addresses

Expand Down Expand Up @@ -104,8 +105,6 @@ The [faucet UI](https://faucet-ui-stage.buildwithsygma.com) provides users with

**Holesky (Domain ID: 6)**

**Holesky (Domain ID: 6)**

| Contract | Address |
| --------------------------------- | ------------------------------------------ |
| Bridge | [0xE366E0B707FBF59CF9A3068af34dC519D5fa6e78](https://holesky.etherscan.io/address/0xE366E0B707FBF59CF9A3068af34dC519D5fa6e78) |
Expand Down Expand Up @@ -135,6 +134,21 @@ The [faucet UI](https://faucet-ui-stage.buildwithsygma.com) provides users with
| Storage (GMP testing contract) | [0x6f250a12f9a2d6f72b6e8ef5b93484da04cdb69e](https://mumbai.polygonscan.com/address/0x6f250a12f9a2d6f72b6e8ef5b93484da04cdb69e) |


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

| Contract | Address |
| --------------------------------- | ------------------------------------------ |
| Bridge | 0xFB2530Fb3f5801aD35ccd6fdA29715D9330b7F9f |
| Fee Router | 0x723366b1Cfff44ebddCB1E1FE569a439363E3B80 |
| Fixed Fee Handler | 0xE366E0B707FBF59CF9A3068af34dC519D5fa6e78 |
| Dynamic ERC-20 Fee Handler | |
| Dynamic Generic Fee Handler | |
| Percentage Fee Handler | 0xEeFBd08769Ab1e369a04a17180E91E4549938d4c |
| ERC-20 Handler | 0x5AF405550De00b38cAC1ED7276d0A09114831bCB |
| ERC-721 Handler | |
| Permissionless Generic Handler | 0x5ffB6Dc54221371CcBDb9850A283488e12aDf97D |
| Storage (GMP testing contract) | 0xd2973aca263e088bb3c9c0daf80ae2afebec1386 |

## Registered resources

**ERC20LRTest**
Expand Down Expand Up @@ -168,15 +182,20 @@ The [faucet UI](https://faucet-ui-stage.buildwithsygma.com) provides users with

**Permissionless generic message**

| Details | Information |
| ------------------------ | ------------------------------------------------------------------ |
| Type | Generic |
| Registered Fee Handler | FeeHandlerWithOracle |
| Registered Handler | PermissionlessGenericHandler |
| Bridging Strategy | GMP |
| Resource ID | 0x0000000000000000000000000000000000000000000000000000000000000500 |
| Goerli Contract Address | N/A |
| Sepolia Contract Address | N/A |
| Details | Information |
| --------------------------------- | ------------------------------------------------------------------ |
| Type | Generic |
| Registered Fee Handler | FeeHandlerWithOracle |
| Registered Handler | PermissionlessGenericHandler |
| Bridging Strategy | GMP |
| Resource ID | 0x0000000000000000000000000000000000000000000000000000000000000500 |
| Goerli Contract Address | N/A |
| Sepolia Contract Address | N/A |
| Base-Goerli Contract Address | N/A |
| Cronos-Testnet Contract Address | N/A |
| Holesky Contract Address | N/A |
| Mumbai Contract Address | N/A |
| Arbitrum-Sepolia Contract Address | N/A |

**SygmaUSD**

Expand All @@ -193,6 +212,7 @@ The [faucet UI](https://faucet-ui-stage.buildwithsygma.com) provides users with

## Fee schemes


| Network Name | Handler Address | Fee Type | Fee Percent/Amount | Gas Amount |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ---------- | ------------------ | ---------- |
| Goerli Dynamic | [0x0c3d905C909eB5e3243b65b905c96B309266d7BB](https://goerli.etherscan.io/address/0x0c3d905C909eB5e3243b65b905c96B309266d7BB) | Fee oracle | 3% | 100000 |
Expand All @@ -212,6 +232,7 @@ The [faucet UI](https://faucet-ui-stage.buildwithsygma.com) provides users with
| Mumbai Dynamic | N/A | Fee oracle | N/A | |
| Mumbai Fixed | [0x68812fAA580212a29Fa562ECBFf9C7cBfF1bf5AD](https://mumbai.polygonscan.com/address/0x68812fAA580212a29Fa562ECBFf9C7cBfF1bf5AD) | Fixed fee | 0.001 ETH | |
| Mumbai Percentage-based | [0x850c0Dfaf1E8489b6699F7D490f8B5693B226De4](https://mumbai.polygonscan.com/address/0x850c0Dfaf1E8489b6699F7D490f8B5693B226De4) | Percentage | 1 BPS (or 0.01%) | |
| Arbitrum-Sepolia Fixed | [0xE366E0B707FBF59CF9A3068af34dC519D5fa6e78](https://sepolia.arbiscan.io/address/0xE366E0B707FBF59CF9A3068af34dC519D5fa6e78) | Fixed fee | 0.001 ETH | |

## Sygma Explorer

Expand Down

0 comments on commit 6517eee

Please sign in to comment.