Skip to content

Commit 5915d1e

Browse files
Merge pull request #5515 from BitGo/GNA-1323-Go-Account-Support-for-OAS
feat(statics): add go account support for oas
2 parents de3da12 + dd3e2e6 commit 5915d1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,6 +2141,8 @@ export const coins = CoinMap.fromCoins([
21412141
CoinKind.CRYPTO
21422142
),
21432143
ofc('6f1f9d82-dc02-4448-b289-84e246a921f8', 'ofcbera', 'Bera', 18, UnderlyingAsset.BERA, CoinKind.CRYPTO),
2144+
ofc('ecc046f9-eb9c-479d-943f-9fe0633ea212', 'ofcoas', 'oaschain', 18, UnderlyingAsset.OAS, CoinKind.CRYPTO),
2145+
tofc('81bd0c13-6531-42b9-a58a-b1e65d239f6f', 'ofctoas', 'Testnet oaschain', 18, UnderlyingAsset.OAS, CoinKind.CRYPTO),
21442146
tofc(
21452147
'6d2fcabc-5c58-4964-a4c9-d9d5c338a88a',
21462148
'ofctbera',

0 commit comments

Comments
 (0)