Commit 52322ae
committed
feat(statics): add testToken (SOL) to BitGoJS statics
Add testToken as a test-only SOL token to @bitgo/statics, including
the UnderlyingAsset enum entries, on-chain SPL token factory, and
OFC factory.
Changes:
- modules/statics/src/base.ts: add `tsol:testtoken` (test on-chain)
and `sol:testtoken` (mainnet-style key for OFC reference) to the
UnderlyingAsset enum
- modules/statics/src/coins/solTokens.ts: add tsolToken entry with
UUID fcb25a47, mint So111...(Wrapped SOL placeholder), 9 decimals
- modules/statics/src/coins/ofcCoins.ts: add ofcsolToken entry with
UUID 4b17b883, name ofc:sol:testtoken, 9 decimals
This is a dry-run/test token to validate the Linear ticket workflow.
The contract address is the well-known Wrapped SOL mint reused as a
placeholder — not a real deployment.
Ticket: SCAAS-10508
Session-Id: 1f2f5086-425e-4b36-98e8-d4f6db085910
Task-Id: 02c1b714-0b9e-4965-9550-a1054a1168281 parent 82bdebe commit 52322ae
3 files changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1266 | 1266 | | |
1267 | 1267 | | |
1268 | 1268 | | |
| 1269 | + | |
1269 | 1270 | | |
1270 | 1271 | | |
1271 | 1272 | | |
| |||
3989 | 3990 | | |
3990 | 3991 | | |
3991 | 3992 | | |
| 3993 | + | |
3992 | 3994 | | |
3993 | 3995 | | |
3994 | 3996 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6353 | 6353 | | |
6354 | 6354 | | |
6355 | 6355 | | |
| 6356 | + | |
| 6357 | + | |
| 6358 | + | |
| 6359 | + | |
| 6360 | + | |
| 6361 | + | |
| 6362 | + | |
6356 | 6363 | | |
6357 | 6364 | | |
6358 | 6365 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4194 | 4194 | | |
4195 | 4195 | | |
4196 | 4196 | | |
| 4197 | + | |
| 4198 | + | |
| 4199 | + | |
| 4200 | + | |
| 4201 | + | |
| 4202 | + | |
| 4203 | + | |
| 4204 | + | |
| 4205 | + | |
4197 | 4206 | | |
0 commit comments