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

Commit 5fa0db7

Browse files
authored
chore: Add bison and b3 testnets (#155)
* chore: Add bison and b3 testnets * Add resources and fix addresses * dictionary update
1 parent 63cc46f commit 5fa0db7

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

dictionary.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -466,4 +466,7 @@ domainID
466466
caip2
467467
caip19
468468
optionalities
469-
Base-Sepolia
469+
Base-Sepolia
470+
B3
471+
SygmaBTC
472+
sygBTC

docs/08-resources/01-environments/03-testnet/index.md

+44
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The following section details Sygma's testnet deployments, including both MPC an
2727
- [Gnosis Chiado](#gnosis-chiado)
2828
- [Base Sepolia](#base-sepolia)
2929
- [Amoy](#amoy)
30+
- [B3 Sepolia](#b3-sepolia)
31+
- [Bison](#bison)
3032
- [Registered Resources](#registered-resources)
3133
- [Fee Schemes](#fee-schemes)
3234
- [Sygma Explorer](#sygma-explorer)
@@ -150,6 +152,28 @@ The [faucet UI](./01-obtain-testnet-tokens.md "mention") provides users with a v
150152
| Permissionless Generic Handler | [0x1F932B2582c52f939DCfb367A3A42f8A95f66782](https://www.oklink.com/amoy/0x1F932B2582c52f939DCfb367A3A42f8A95f66782) |
151153
| Storage (GMP testing contract) | [0x76b6fa3a0165f79aab9918e6193acb9e3bde5cdb](https://www.oklink.com/amoy/0x76b6fa3a0165f79aab9918e6193acb9e3bde5cdb) |
152154

155+
#### B3 Sepolia
156+
| Contract | Address |
157+
| --------------------------------- | ------------------------------------------ |
158+
| Bridge | [0xFF92C3C393B22F9d26e5732F2601EaC04094880F](https://sepolia.explorer.b3.fun/address/0xFF92C3C393B22F9d26e5732F2601EaC04094880F) |
159+
| Fee Router | [0x837F6005187b0Ce30451b464a0C6ae77F1aC94F7](https://sepolia.explorer.b3.fun/address/0x837F6005187b0Ce30451b464a0C6ae77F1aC94F7) |
160+
| Fixed Fee Handler | [0x27284B791992a40D18197087477304368Ac67Fcb](https://sepolia.explorer.b3.fun/address/0x27284B791992a40D18197087477304368Ac67Fcb) |
161+
| Percentage Fee Handler | [0x14d1cA88277E13B5615C2C727415a1B94E90264F](https://sepolia.explorer.b3.fun/address/0x14d1cA88277E13B5615C2C727415a1B94E90264F) |
162+
| ERC-20 Handler | [0x36930B9117713EF92E2f5Ca4FCa047DAdb92C48E](https://sepolia.explorer.b3.fun/address/0x36930B9117713EF92E2f5Ca4FCa047DAdb92C48E) |
163+
| Permissionless Generic Handler | [0x39D1Aea5F01138940F19A15049E2073D4df1dc9E](https://sepolia.explorer.b3.fun/address/0x39D1Aea5F01138940F19A15049E2073D4df1dc9E) |
164+
| Storage (GMP testing contract) | |
165+
166+
#### Bison
167+
| Contract | Address |
168+
| --------------------------------- | ------------------------------------------ |
169+
| Bridge | 0x7e28f84A21cf0349165dD4f0590B1D28b71c6087 |
170+
| Fee Router | 0x9CADaEBd6B67E424E0Cbc67Da1aF7cF991cFCb1E |
171+
| Fixed Fee Handler | 0x9b2Ac30252AADaD5DfBa81B65aA055153B0c796a |
172+
| Percentage Fee Handler | 0x7a26BAC81b453E4d6407b8e3fD7989cF650dCABd |
173+
| ERC-20 Handler | 0x564ba4645aEB9F91eCfd0B0FE47B273C34F28943 |
174+
| Permissionless Generic Handler | 0x669F52487ffA6f9aBf722082f735537A98Ec0E4b |
175+
| Storage (GMP testing contract) | |
176+
153177
## Registered Resources
154178

155179
**ERC20LRTest**
@@ -192,6 +216,8 @@ The [faucet UI](./01-obtain-testnet-tokens.md "mention") provides users with a v
192216
| Arbitrum-Sepolia Contract Address | N/A |
193217
| Base-sepolia Contract Address | N/A |
194218
| Amoy Contract Address | N/A |
219+
| B3 Sepolia Contract Address | N/A |
220+
| Bison Contract Address | N/A |
195221

196222
**Permissionless generic message (MAX_FEE = 15 million)**
197223

@@ -235,6 +261,19 @@ The [faucet UI](./01-obtain-testnet-tokens.md "mention") provides users with a v
235261
| Sepolia Contract Address | [0xc6DE9aa04eF369540A6A4Fa2864342732bC99d06](https://sepolia.etherscan.io/address/0xc6DE9aa04eF369540A6A4Fa2864342732bC99d06) |
236262
| Cronos Contract Address | [0x0d3ce33038a3e9bf940eca6f5eadf355d47d36b3](https://explorer.cronos.org/testnet/address/0x0d3ce33038a3e9bf940eca6f5eadf355d47d36b3) |
237263

264+
265+
**SygmaBTC**
266+
267+
| Details | Information |
268+
| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------|
269+
| Symbol | sygBTC |
270+
| Type | Fungible |
271+
| Registered Fee Handler | BasicFeeHandler |
272+
| Registered Handler | ERC20Handler |
273+
| Bridging Strategy | Lock/Release |
274+
| Resource ID | 0x0000000000000000000000000000000000000000000000000000000000000700 |
275+
| Bison Contract Address | 0x53B8C30a0C51DDda196d62DA40dF810cb8f87859 |
276+
238277
## Fee Schemes
239278

240279
| Network Name | Handler Address | Fee Type | Fee Percent/Amount | Gas Amount |
@@ -251,6 +290,11 @@ The [faucet UI](./01-obtain-testnet-tokens.md "mention") provides users with a v
251290
| Base sepolia Percentage-based | [0x9535484111383531BB9D6922B309Bf316Cec9A19](https://sepolia.basescan.org/address/0x4430E5D4447Df0FC25adCafEb8b5E49d38B56e21) | Percentage | 1 BPS (or 0.01%) | |
252291
| Amoy Fixed | [0x43E3A09C5Db24130b94f415fD11bac4b1d44A6A3](https://www.oklink.com/amoy/address/0x43E3A09C5Db24130b94f415fD11bac4b1d44A6A3) | Fixed fee | 0.001 ETH | |
253292
| Amoy Percentage-based | [0xcdc03289407b570e434D4BA17B3481CF6B02f369](https://www.oklink.com/amoy/address/0xcdc03289407b570e434D4BA17B3481CF6B02f369) | Percentage | 1 BPS (or 0.01%) | |
293+
| B3 Sepolia Fixed | [0x27284B791992a40D18197087477304368Ac67Fcb](https://sepolia.explorer.b3.fun/address/0x27284B791992a40D18197087477304368Ac67Fcb) | Fixed fee | 0.001 ETH | |
294+
| B3 Sepolia Percentage-based | [0x14d1cA88277E13B5615C2C727415a1B94E90264F](https://sepolia.explorer.b3.fun/address/0x14d1cA88277E13B5615C2C727415a1B94E90264F) | Percentage | 1 BPS (or 0.01%) | |
295+
| Bison Fixed | 0x9b2Ac30252AADaD5DfBa81B65aA055153B0c796a | Fixed fee | 0.001 ETH | |
296+
| Bison Percentage-based | 0x7a26BAC81b453E4d6407b8e3fD7989cF650dCABd | Percentage | 1 BPS (or 0.01%) | |
297+
254298

255299
## Sygma Explorer
256300

0 commit comments

Comments
 (0)