@bitgo-beta/statics 15.1.1-beta.96 → 15.1.1-beta.961

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/.mocharc.js +1 -1
  2. package/CHANGELOG.md +2877 -0
  3. package/dist/src/account.d.ts +583 -31
  4. package/dist/src/account.d.ts.map +1 -1
  5. package/dist/src/account.js +960 -127
  6. package/dist/src/ada.d.ts.map +1 -1
  7. package/dist/src/ada.js +6 -3
  8. package/dist/src/avaxp.d.ts.map +1 -1
  9. package/dist/src/avaxp.js +7 -3
  10. package/dist/src/base.d.ts +1473 -40
  11. package/dist/src/base.d.ts.map +1 -1
  12. package/dist/src/base.js +1531 -50
  13. package/dist/src/coinFeatures.d.ts +87 -0
  14. package/dist/src/coinFeatures.d.ts.map +1 -0
  15. package/dist/src/coinFeatures.js +557 -0
  16. package/dist/src/coins/avaxTokens.d.ts +2 -0
  17. package/dist/src/coins/avaxTokens.d.ts.map +1 -0
  18. package/dist/src/coins/avaxTokens.js +97 -0
  19. package/dist/src/coins/bscTokens.d.ts +2 -0
  20. package/dist/src/coins/bscTokens.d.ts.map +1 -0
  21. package/dist/src/coins/bscTokens.js +149 -0
  22. package/dist/src/coins/erc20Coins.d.ts +2 -0
  23. package/dist/src/coins/erc20Coins.d.ts.map +1 -0
  24. package/dist/src/coins/erc20Coins.js +1428 -0
  25. package/dist/src/coins/nep141Tokens.d.ts +2 -0
  26. package/dist/src/coins/nep141Tokens.d.ts.map +1 -0
  27. package/dist/src/coins/nep141Tokens.js +14 -0
  28. package/dist/src/coins/ofcCoins.d.ts +2 -0
  29. package/dist/src/coins/ofcCoins.d.ts.map +1 -0
  30. package/dist/src/coins/ofcCoins.js +546 -0
  31. package/dist/src/coins/ofcErc20Coins.d.ts +3 -0
  32. package/dist/src/coins/ofcErc20Coins.d.ts.map +1 -0
  33. package/dist/src/coins/ofcErc20Coins.js +1329 -0
  34. package/dist/src/coins/polygonTokens.d.ts +2 -0
  35. package/dist/src/coins/polygonTokens.d.ts.map +1 -0
  36. package/dist/src/coins/polygonTokens.js +146 -0
  37. package/dist/src/coins/sip10Tokens.d.ts +2 -0
  38. package/dist/src/coins/sip10Tokens.d.ts.map +1 -0
  39. package/dist/src/coins/sip10Tokens.js +25 -0
  40. package/dist/src/coins/solTokens.d.ts +2 -0
  41. package/dist/src/coins/solTokens.d.ts.map +1 -0
  42. package/dist/src/coins/solTokens.js +358 -0
  43. package/dist/src/coins/vetTokens.d.ts +2 -0
  44. package/dist/src/coins/vetTokens.d.ts.map +1 -0
  45. package/dist/src/coins/vetTokens.js +11 -0
  46. package/dist/src/coins.d.ts +10 -1
  47. package/dist/src/coins.d.ts.map +1 -1
  48. package/dist/src/coins.js +672 -1506
  49. package/dist/src/constants.d.ts +1 -0
  50. package/dist/src/constants.d.ts.map +1 -1
  51. package/dist/src/constants.js +3 -2
  52. package/dist/src/index.d.ts +3 -1
  53. package/dist/src/index.d.ts.map +1 -1
  54. package/dist/src/index.js +20 -3
  55. package/dist/src/lightning.d.ts +43 -0
  56. package/dist/src/lightning.d.ts.map +1 -0
  57. package/dist/src/lightning.js +60 -0
  58. package/dist/src/map.d.ts +4 -0
  59. package/dist/src/map.d.ts.map +1 -1
  60. package/dist/src/map.js +95 -19
  61. package/dist/src/networkFeatureMapForTokens.d.ts +3 -0
  62. package/dist/src/networkFeatureMapForTokens.d.ts.map +1 -0
  63. package/dist/src/networkFeatureMapForTokens.js +29 -0
  64. package/dist/src/networks.d.ts +704 -1
  65. package/dist/src/networks.d.ts.map +1 -1
  66. package/dist/src/networks.js +932 -42
  67. package/dist/src/ofc.d.ts +349 -0
  68. package/dist/src/ofc.d.ts.map +1 -1
  69. package/dist/src/ofc.js +724 -14
  70. package/dist/src/tokenConfig.d.ts +168 -14
  71. package/dist/src/tokenConfig.d.ts.map +1 -1
  72. package/dist/src/tokenConfig.js +659 -238
  73. package/dist/src/utxo.d.ts +3 -1
  74. package/dist/src/utxo.d.ts.map +1 -1
  75. package/dist/src/utxo.js +82 -3
  76. package/dist/tsconfig.tsbuildinfo +1 -1
  77. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,2883 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [54.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@54.3.0...@bitgo/statics@54.4.0) (2025-06-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-sui:** fix contract address for sui wusdc token ([6ddd97b](https://github.com/BitGo/BitGoJS/commit/6ddd97b8440077a3ccb1bd395e7e927bfc62c4d4))
11
+ - **statics:** add accountExplorerUrl for vechain ([3077c68](https://github.com/BitGo/BitGoJS/commit/3077c68a3101ec2315fe0d354fb32b00f5b825ea))
12
+
13
+ ### Features
14
+
15
+ - add the transaction builder changes for ape chain ([2b82d82](https://github.com/BitGo/BitGoJS/commit/2b82d826313d87dfa7af39ed3fcd3125f08a6e1d))
16
+ - added paygo xpub to statics for tbtc ([5bca58c](https://github.com/BitGo/BitGoJS/commit/5bca58c453c0c251e6e3c62526a0bbea5c71d125))
17
+ - adding new batch of tokens ([a5d058d](https://github.com/BitGo/BitGoJS/commit/a5d058d3f4b20748945277cd3d2edb2ea6781286))
18
+ - introduce EVM_COMPATIBLE_BGA coin feature ([e3bfebf](https://github.com/BitGo/BitGoJS/commit/e3bfebf6fe947afa4cad1a2f140183d04b2ebc3d))
19
+ - introduce EVM_COMPATIBLE_IMS coin feature ([b6fbaa3](https://github.com/BitGo/BitGoJS/commit/b6fbaa3f920397b823b8cd05bbb95de5ff1dfef8))
20
+ - name change from euro coin to eurc ([78ced2a](https://github.com/BitGo/BitGoJS/commit/78ced2aee26313ec376aee2aaed27babd28186b1))
21
+ - **sdk-coin-near:** added storage deposit amount to token config ([5b85304](https://github.com/BitGo/BitGoJS/commit/5b853049be29159478d81246221a400f183679bb))
22
+ - **sdk-coin-soneium:** update multisig type for soneium and add new features ([a845677](https://github.com/BitGo/BitGoJS/commit/a845677e827839d375089e9b0dbb9b6c9574914f))
23
+ - **sdk-core:** add method to check if coin is present in map ([b1b0ead](https://github.com/BitGo/BitGoJS/commit/b1b0ead36d160e7f8daaa347c86ccc4af73ceac8))
24
+
25
+ # [54.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@54.2.0...@bitgo/statics@54.3.0) (2025-06-10)
26
+
27
+ ### Bug Fixes
28
+
29
+ - **statics:** remove staking feature for tbtc ([b817d19](https://github.com/BitGo/BitGoJS/commit/b817d1991968f57ded29b293e340901e0c720073))
30
+ - **statics:** update explorer URLs for Cronos, Initia, and ASI networks ([d148897](https://github.com/BitGo/BitGoJS/commit/d148897dfcc788ca7b94331e81d326f424c311c2))
31
+ - testnet token of steth ([a8d0059](https://github.com/BitGo/BitGoJS/commit/a8d00594c7805548bd4c7e8d952d711c12a62538))
32
+ - update explorer url for provenance ([89e3de2](https://github.com/BitGo/BitGoJS/commit/89e3de2477738bd187ef604bc90a66635589ee8e))
33
+
34
+ ### Features
35
+
36
+ - add test usd1 tron test tokens ([e5720a5](https://github.com/BitGo/BitGoJS/commit/e5720a56bd7268d7669a1cd27dd67b1c2cd6d915))
37
+ - implement staking feature for cronos and fetch ([c057560](https://github.com/BitGo/BitGoJS/commit/c057560f924cec1db5ae4ee1115a876ea11e369c))
38
+ - onboard test stETH ([e99c631](https://github.com/BitGo/BitGoJS/commit/e99c631182c84a07eedbe8f5761fae5698b80ab7))
39
+ - onboarded new tokens for Benji, Ticket:WIN-5754 ([f9152e3](https://github.com/BitGo/BitGoJS/commit/f9152e3f83291a93017c35e3a6068e68b731d559))
40
+ - **statics:** add go account support for polyx test ([b0de85e](https://github.com/BitGo/BitGoJS/commit/b0de85ee81c48e1633f0b16d74100acb5130ebc3))
41
+ - **statics:** add ofc support to all polygon tokens ([c6fd6cd](https://github.com/BitGo/BitGoJS/commit/c6fd6cd56c73138ffbfc3681dc56aef9ad71b17c))
42
+ - **statics:** adding EVM_COIN coin feature ([4626eba](https://github.com/BitGo/BitGoJS/commit/4626eba2e8af8c5e9a32a7bf6b23ffa97f5f1bc6))
43
+ - **statics:** adds `rebase-token` coin feature ([a151f42](https://github.com/BitGo/BitGoJS/commit/a151f42c09b852160dc23e934720cf37082695aa))
44
+ - **statics:** adds testnet `rebase-token` feature ([470f1a2](https://github.com/BitGo/BitGoJS/commit/470f1a23a3e9460f758969e1409e94694f3df2dd))
45
+
46
+ # [54.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@54.1.0...@bitgo/statics@54.2.0) (2025-06-05)
47
+
48
+ ### Features
49
+
50
+ - **sdk-coin-asi:** add statics and SDK support for ASI ([38baf3c](https://github.com/BitGo/BitGoJS/commit/38baf3ce3f4d8b8e2f454a92de4fce7245665e7e))
51
+ - **statics:** add ape chain config ([0ac85c7](https://github.com/BitGo/BitGoJS/commit/0ac85c735467098bb91822230a79515e1ea0a570))
52
+ - **statics:** add helper methods to create token config ([31aeb04](https://github.com/BitGo/BitGoJS/commit/31aeb041d673530f9f9703b76bd454075cbc23a8))
53
+ - **statics:** onboard testnet vaulta token ([b16e4fc](https://github.com/BitGo/BitGoJS/commit/b16e4fce68566efb1748ce33dd9acd95aab85c2d))
54
+ - **statics:** remove STAKING feature from APT ([6f70b3b](https://github.com/BitGo/BitGoJS/commit/6f70b3b2779d9c2664f3a91909c749ace8ddd688))
55
+
56
+ # [54.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@54.0.1...@bitgo/statics@54.1.0) (2025-06-02)
57
+
58
+ ### Bug Fixes
59
+
60
+ - correct ofctrx:usd1 decimal places ([8350851](https://github.com/BitGo/BitGoJS/commit/83508518f3cbd7043d3654814130b30ae059d98f))
61
+ - **sdk-coin-hbar:** fix thbar usdc token id ([3234f57](https://github.com/BitGo/BitGoJS/commit/3234f57768ed8fe563f58955b4d23c6b4cdd4cb9))
62
+ - **sdk-coin-sol:** fix ata creation for sol 2022 token ([4acffc6](https://github.com/BitGo/BitGoJS/commit/4acffc6fed498b0d4d226148830bbdd710c4b6c5))
63
+ - **statics:** update correct token address ([9fb2fad](https://github.com/BitGo/BitGoJS/commit/9fb2fadeab277a178b588de0a000e7a60c09de2b))
64
+
65
+ ### Features
66
+
67
+ - onboard new tokens win-5588 ([e5db14b](https://github.com/BitGo/BitGoJS/commit/e5db14bf999b7e8b810be5d99ba6a152d61323ed))
68
+ - **sdk-coin-near:** added testnet and mainnet nep141 tokens ([0801189](https://github.com/BitGo/BitGoJS/commit/08011891a378498cc50492c783df80047b04247e))
69
+ - **statics:** add new test sol 2022 token ([833a67b](https://github.com/BitGo/BitGoJS/commit/833a67bb24b8a1a948a1c7606c7b472f5650ce7b))
70
+ - **statics:** onboard new batch of tokens ([d52c927](https://github.com/BitGo/BitGoJS/commit/d52c927e04f68ac86ff5cc754e101e4b286db510))
71
+
72
+ ## [54.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@54.0.0...@bitgo/statics@54.0.1) (2025-05-28)
73
+
74
+ ### Bug Fixes
75
+
76
+ - correct ofctrx:usd1 decimal places ([656233f](https://github.com/BitGo/BitGoJS/commit/656233fa75f95e9dc11a8c5e212189e9e6e0484a))
77
+
78
+ # [54.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@53.0.0...@bitgo/statics@54.0.0) (2025-05-22)
79
+
80
+ ### Bug Fixes
81
+
82
+ - cosmos batch coin features correction ([80ab6f4](https://github.com/BitGo/BitGoJS/commit/80ab6f43983919d9e73a3e2e5901a07b6c0d4df9))
83
+ - custodial wallets are not supported for celo ([464eef2](https://github.com/BitGo/BitGoJS/commit/464eef291f3522b6bf850d7de35904457c3cb3ae))
84
+ - **sdk-coin-fetchai:** change asset name from fetch to fetchai ([9cc7236](https://github.com/BitGo/BitGoJS/commit/9cc72360dbb7c025000fe5cccc5d05a974cae6f5))
85
+ - **sdk-coin-hbar:** remove tokenid from statics ([2a59dfd](https://github.com/BitGo/BitGoJS/commit/2a59dfd9afcbaf0640a29668a7a45c97ece464a8))
86
+ - **sdk-coin-soneium:** soneium token support ([b299a37](https://github.com/BitGo/BitGoJS/commit/b299a37fd388b76ea644bd8a675fcfb9a3902981))
87
+ - update decimal places for trx:usd1 ([b046b55](https://github.com/BitGo/BitGoJS/commit/b046b55cca7380854f8381d88264ff023a0470fe))
88
+
89
+ ### Features
90
+
91
+ - bulk erc20 sendmany polygon arbeth ([7457fad](https://github.com/BitGo/BitGoJS/commit/7457fadbdf9b40a281bbac173421a1f6e44a2d57))
92
+ - **sdk-coin-near:** add Nep-141 skeleton ([c32d993](https://github.com/BitGo/BitGoJS/commit/c32d993c40d614726f67c60dde927fc741e9c2e4))
93
+ - **statics:** change ticker for hteth:aut ([e6ac351](https://github.com/BitGo/BitGoJS/commit/e6ac3513eb0096eb7023d9e0d9c853d41bfba8c8))
94
+ - **statics:** add new batch of tokens ([fbc9cff](https://github.com/BitGo/BitGoJS/commit/fbc9cff40f8010514ef9823e03d6ddcf1132fc3c))
95
+ - **statics:** onboard eos vaulta token ([20f99da](https://github.com/BitGo/BitGoJS/commit/20f99da773e79ec95c480b1948a30c984911f64c))
96
+
97
+ ### BREAKING CHANGES
98
+
99
+ - **sdk-coin-fetchai:** Changing module/asset name from fetch to fetchai
100
+ - batcher address updated for eth, polygon, arbeth and opeth
101
+
102
+ Ticket: COIN-3920
103
+
104
+ # [53.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@52.2.0...@bitgo/statics@53.0.0) (2025-05-20)
105
+
106
+ ### Bug Fixes
107
+
108
+ - **sdk-coin-initia:** change asset name from init to initia ([87c65dd](https://github.com/BitGo/BitGoJS/commit/87c65dd98c132fa22ba145e7acafaa703b60f484))
109
+ - **statics:** changer ticker for sol doodles coin ([d9b22e1](https://github.com/BitGo/BitGoJS/commit/d9b22e1a4068faf8795ca77353914db5978a2d56))
110
+
111
+ ### Features
112
+
113
+ - add Apt NFT collection skeleton ([6c55b23](https://github.com/BitGo/BitGoJS/commit/6c55b23461616410378c08662d697d755b2d2dfc))
114
+ - add ofc statics for ICP ([a64e7f0](https://github.com/BitGo/BitGoJS/commit/a64e7f07957e4d7e992f21f0cbbf6d32e37b2833))
115
+ - add ofc statics for world,stt,soneium,mon ([b1dff3b](https://github.com/BitGo/BitGoJS/commit/b1dff3be07a7ed3d87f2a6a9a2a72a90779372d5))
116
+ - add ofc tokens from ams to coin map ([adc5701](https://github.com/BitGo/BitGoJS/commit/adc57010a473b9a3b8ca040be85191945f2a1960))
117
+ - deprecate eth cfx ([27ad8b7](https://github.com/BitGo/BitGoJS/commit/27ad8b77c074f548b8d23adf5931fd6b84cfb8c5))
118
+ - **sdk-coin-polyx:** add transaction builders ([31c96bb](https://github.com/BitGo/BitGoJS/commit/31c96bbbce60b93e13208e3eab06bd144cfe57e4))
119
+ - **sdk-coin-soneium:** add soneium token support ([66378e5](https://github.com/BitGo/BitGoJS/commit/66378e5e79d7e599e062683d99e8509ed6471438))
120
+ - **sdk-coin-soneium:** add soneium token support ([5aca714](https://github.com/BitGo/BitGoJS/commit/5aca714929c34b463fd3c939afcf0792570ed8e8))
121
+ - **statics:** add opeth token batch ([66e3325](https://github.com/BitGo/BitGoJS/commit/66e33258d3ff7667338f78e78904feb1a8f610c4))
122
+ - **statics:** add tokens hteth:stgusd1 and tbsc:stgusd1 ([712755e](https://github.com/BitGo/BitGoJS/commit/712755e4df7f962517e18caa30c07ad3d363dc87))
123
+ - **statics:** onboard apt:h00ts mainnet NFT collection ([35ecfaf](https://github.com/BitGo/BitGoJS/commit/35ecfaf319c35645510470d37fc445700fc35f63))
124
+ - **statics:** onboard SPXUX (ETH, ARB, AVAXC, OP), XSGD (Testnet-HBAR) ([0bda439](https://github.com/BitGo/BitGoJS/commit/0bda439c202baf1a19b8654d974165e19ef7d8ff))
125
+
126
+ ### Reverts
127
+
128
+ - implement staking feature for tpolyx ([31a75c5](https://github.com/BitGo/BitGoJS/commit/31a75c53badc9bd987881169925b786fb50c6f7d))
129
+
130
+ ### BREAKING CHANGES
131
+
132
+ - **sdk-coin-initia:** Changing module/asset name from init to initia
133
+
134
+ # [52.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@52.1.0...@bitgo/statics@52.2.0) (2025-05-07)
135
+
136
+ ### Bug Fixes
137
+
138
+ - add alias for algo prod tokens ([4487a53](https://github.com/BitGo/BitGoJS/commit/4487a53ccb12fc41eae02894252114a646f9a5f9))
139
+
140
+ ### Features
141
+
142
+ - add hsm feature flag for mon,stt,soneium,world ([833c4be](https://github.com/BitGo/BitGoJS/commit/833c4be10f3e9302f83c25015b1cccf9de3c6e95))
143
+ - gating some tokens for singapore and dubai - win-5323 ([a63441e](https://github.com/BitGo/BitGoJS/commit/a63441e86a171d895a5af2a116e110ec737372df))
144
+ - **statics:** add arbeth tokens batch ([27f3c0b](https://github.com/BitGo/BitGoJS/commit/27f3c0bd2753c9ee9a31cd68bf54c700f91c6cef))
145
+ - **statics:** add cosmos batch to statics ([a5fc3e1](https://github.com/BitGo/BitGoJS/commit/a5fc3e178f0e6f02783b03773995b984f7ae2c04))
146
+ - **statics:** add method to insert single token in coin map ([7e3b3f8](https://github.com/BitGo/BitGoJS/commit/7e3b3f82088d5b2f9248425d7ff84548dcbee018))
147
+ - support imx and imxv2 both ([7231f7c](https://github.com/BitGo/BitGoJS/commit/7231f7cfc039a805d1e7c06ed504feb503949496))
148
+
149
+ # [52.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@52.0.0...@bitgo/statics@52.1.0) (2025-04-29)
150
+
151
+ ### Bug Fixes
152
+
153
+ - add alias for algo testnet tokens ([3c9b55a](https://github.com/BitGo/BitGoJS/commit/3c9b55ab58fa4d7c6e89091d52a522758d0edd9e))
154
+ - decimal of arbeth:tbill ([342cb14](https://github.com/BitGo/BitGoJS/commit/342cb14ec7fde8411533eecc93070f77aa579997))
155
+ - **statics:** add ICP feature to use sha256 ([3fc8984](https://github.com/BitGo/BitGoJS/commit/3fc89848ca680e7a90ac592241567527a509f67d))
156
+
157
+ ### Features
158
+
159
+ - **sdk-coin-soneium:** add transaction builder ([921cdbd](https://github.com/BitGo/BitGoJS/commit/921cdbd641574faf06880bfbb0a37db03fac55b6))
160
+ - **statics:** add method to create coin map from trimmed ams response ([7475788](https://github.com/BitGo/BitGoJS/commit/747578877b08daa2b094804d003c1306e17a35f7))
161
+ - **statics:** adding SHARED_EVM_SIGNING feature to tflr & tsgb ([cbab9fb](https://github.com/BitGo/BitGoJS/commit/cbab9fb64d243e90a5275a7f7438b15a799ba4d0))
162
+ - **statics:** onboard new tokens WIN-5323 ([3a27cc4](https://github.com/BitGo/BitGoJS/commit/3a27cc42e7a2ceddda5ba73d2dbae6244e191455))
163
+
164
+ # [52.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@51.8.0...@bitgo/statics@52.0.0) (2025-04-25)
165
+
166
+ ### Bug Fixes
167
+
168
+ - fix currency code for txrp:xsgd ([14d0934](https://github.com/BitGo/BitGoJS/commit/14d09346af120505ed27777837a0a35c495e07c2))
169
+ - fix the currency code for the xrp tokens if more than 3 characters ([d522b6a](https://github.com/BitGo/BitGoJS/commit/d522b6ae36cd4718b4fbeef79d94e40857403a03))
170
+ - fix the xrp:xsgd currency for txn hash ([fb7da56](https://github.com/BitGo/BitGoJS/commit/fb7da569cef31edd686209d48eec1ef892886f56))
171
+ - update stx:susdh decimal value ([8878814](https://github.com/BitGo/BitGoJS/commit/8878814a38c4371938fe332d9249d0609ece3bdf))
172
+
173
+ ### Code Refactoring
174
+
175
+ - remove unused bls and eth2 codebase ([4ffd5bd](https://github.com/BitGo/BitGoJS/commit/4ffd5bd13bc2e8d43b57bef4aae0b5880bbf9e2b))
176
+
177
+ ### Features
178
+
179
+ - added new constants to map network family to features for token ([f742fce](https://github.com/BitGo/BitGoJS/commit/f742fcec2ed1196d21cdfc57eb918a15e7ae46a0))
180
+ - fiat sgd and aed ofc config ([bb0352d](https://github.com/BitGo/BitGoJS/commit/bb0352d8288e3dedeb8d3239d3073ec9c55695d2))
181
+ - **sdk-coin-mon:** add transaction builder ([cff759f](https://github.com/BitGo/BitGoJS/commit/cff759f5c91711ec81af7effc7fe3d32320930fb))
182
+ - **sdk-coin-stt:** add transaction builder ([1e77306](https://github.com/BitGo/BitGoJS/commit/1e7730665a74235085d4dfe0c48ddecceb400624))
183
+ - **sdk-coin-world:** add transaction builder ([30e888e](https://github.com/BitGo/BitGoJS/commit/30e888ed7bb4a9325f873ad3ce30bbdd39a77893))
184
+ - **statics:** add coin feature for erc20 batching ([c756ecd](https://github.com/BitGo/BitGoJS/commit/c756ecda6ee8504d76eabf94858a1294cf98634a))
185
+ - **statics:** add coin feature TSS_SUPPORT_GATED and gate arb and op ([bb217aa](https://github.com/BitGo/BitGoJS/commit/bb217aa49b169187189f5cb8119feab204fcd931))
186
+ - **statics:** add go account support for baby ([da3fdb1](https://github.com/BitGo/BitGoJS/commit/da3fdb13233781802b97dc2758a040793076329d))
187
+ - **statics:** add tokens hteth:usd1 and tbsc:usd1 ([2411bb0](https://github.com/BitGo/BitGoJS/commit/2411bb0b7a81a22aea5c3a1a777e16381ae4b021))
188
+ - **statics:** added monad config ([5b44c19](https://github.com/BitGo/BitGoJS/commit/5b44c191bf457348a0c180001327fdb968991127))
189
+ - **statics:** added somnia config ([2f8bed7](https://github.com/BitGo/BitGoJS/commit/2f8bed7994a39a9121dd2bf75e51cbf47c0d74c4))
190
+ - **statics:** added soneium config ([4737b45](https://github.com/BitGo/BitGoJS/commit/4737b4529e48a8af6dcf43d7d1194b5541097210))
191
+ - **statics:** added world config ([5baccb8](https://github.com/BitGo/BitGoJS/commit/5baccb81d45579528e617ca1f51b731c9391b83a))
192
+ - **statics:** introduce SHARED_EVM_SIGNING coin feature ([93d28af](https://github.com/BitGo/BitGoJS/commit/93d28af23832e2a1a10b5bdfb281b7bdd6a8b32a))
193
+ - **statics:** map NFT collection ID to BaseCoin ([827a1ac](https://github.com/BitGo/BitGoJS/commit/827a1ac69f64839dfccd6be11c526dc1f1ae85d3))
194
+ - **statics:** update ICP explorer URLs for mainnet and testnet ([980ffd5](https://github.com/BitGo/BitGoJS/commit/980ffd5191a699e6f2bfd49f8f5985cbcceaa10a))
195
+
196
+ ### BREAKING CHANGES
197
+
198
+ - remove bls and eth2 sdk
199
+
200
+ TICKET: WP-3961
201
+
202
+ # [51.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@51.7.0...@bitgo/statics@51.8.0) (2025-04-15)
203
+
204
+ ### Bug Fixes
205
+
206
+ - **statics:** correct assetids for sip10 tokens ([11a693c](https://github.com/BitGo/BitGoJS/commit/11a693c37f56fd25328e0b9c13e8ffb42c5dc9af))
207
+ - **statics:** give precedence to statics coin map over ams map ([c8945b6](https://github.com/BitGo/BitGoJS/commit/c8945b629f82e50c1ac56d49b0caf1a7affe7a8e))
208
+
209
+ ### Features
210
+
211
+ - add ofc bsc usdt token ([3e323e1](https://github.com/BitGo/BitGoJS/commit/3e323e1c774693627aa9dc64a51c66ff85ccba92))
212
+ - add tss support for arbeth and opeth ([d9c9ec4](https://github.com/BitGo/BitGoJS/commit/d9c9ec4534ceac6eb85a5167e0985bc922262dee))
213
+ - added missing ofc coin config for stx:sbtc ([95aa9a3](https://github.com/BitGo/BitGoJS/commit/95aa9a3f589da765428051f420bd78f5875e9f89))
214
+ - adding new batch of tokens ([1c76684](https://github.com/BitGo/BitGoJS/commit/1c76684c5b8146232c944c4ae677c7cd98821451))
215
+ - enable erc20 sendmany ([a412a7c](https://github.com/BitGo/BitGoJS/commit/a412a7c6454cedf1cd235f4636e29e7e7a8d3232))
216
+ - onboard new tokens ([a81f7fe](https://github.com/BitGo/BitGoJS/commit/a81f7fe2669bac8ae3e288869b7d8e4c8aa4dd01))
217
+ - **statics:** add ofc support to all bsc tokens ([14a70c2](https://github.com/BitGo/BitGoJS/commit/14a70c28b7f0d981a7cb403490a5493b11927195))
218
+ - **statics:** onboard lucid finance's test NFT collection ([8c7d32b](https://github.com/BitGo/BitGoJS/commit/8c7d32bf6b6b7cab3367664e7dbeceafbddd77f1))
219
+ - **statics:** onboard new batch of erc20 tokens ([9e8c162](https://github.com/BitGo/BitGoJS/commit/9e8c1620ac8921f789bff52d6a425be8c8035d62))
220
+ - update eth opeth batcherContract to support erc20Batching ([d076e14](https://github.com/BitGo/BitGoJS/commit/d076e14636cf692ec1a1ada78b49b674612ff6c8))
221
+
222
+ # [51.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@51.6.1...@bitgo/statics@51.7.0) (2025-04-04)
223
+
224
+ ### Bug Fixes
225
+
226
+ - **statics:** correct ofc decimal places for stx tokens ([d044ed9](https://github.com/BitGo/BitGoJS/commit/d044ed97a68c3275d66ca1245a913b0fe3c6c15d))
227
+
228
+ ### Features
229
+
230
+ - **sdk-coin-apt:** add generic NFT collection statics ([519935b](https://github.com/BitGo/BitGoJS/commit/519935b37091e80079342150186346ae176a0dec))
231
+ - **statics:** extend coin name to chain id map ([f0908e0](https://github.com/BitGo/BitGoJS/commit/f0908e05b95722861f943e4179e6fda081de921d))
232
+
233
+ ## [51.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@51.6.0...@bitgo/statics@51.6.1) (2025-04-02)
234
+
235
+ **Note:** Version bump only for package @bitgo/statics
236
+
237
+ # [51.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@51.5.0...@bitgo/statics@51.6.0) (2025-03-28)
238
+
239
+ ### Features
240
+
241
+ - onboard arbeth coin because product missed adding it to ticket ([abbad82](https://github.com/BitGo/BitGoJS/commit/abbad82597c5ce8c4089cd31d9868d17bd35c97d))
242
+ - onboard new tokens ([f27c01e](https://github.com/BitGo/BitGoJS/commit/f27c01e078d80eb240ed053506726bb4ef30fdca))
243
+ - **statics:** add method to create custom coin map ([b5d60d2](https://github.com/BitGo/BitGoJS/commit/b5d60d2e88980825cad77e3311f5ad0587a7a985))
244
+ - **statics:** get formatted tokens from custom coin map ([0e12f90](https://github.com/BitGo/BitGoJS/commit/0e12f90a4e9d588e1c3f338d8bab8c445ac646fc))
245
+
246
+ # [51.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@51.4.0...@bitgo/statics@51.5.0) (2025-03-20)
247
+
248
+ ### Features
249
+
250
+ - add ofc statics for flr,sgb,xdc,wemix ([83acf7d](https://github.com/BitGo/BitGoJS/commit/83acf7db18719dca863ea93d00ff24277e17a2d7))
251
+ - **statics:** add tokens arbeth:tbill, xrp:tbill and eth:fuelv1 ([40b9b9b](https://github.com/BitGo/BitGoJS/commit/40b9b9bc0f55e5870fb4f2d1639ea5d5da91b3ae))
252
+ - **statics:** onbaord UNA, ADS, MATRIX, PACT, EURCV WIN-4836 ([825098d](https://github.com/BitGo/BitGoJS/commit/825098d92cffbfc51f9b0ec83ddaa400c0b73a42))
253
+
254
+ # [51.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@51.3.0...@bitgo/statics@51.4.0) (2025-03-18)
255
+
256
+ ### Bug Fixes
257
+
258
+ - **sdk-coin-stx:** adding contractId instead of contractAddress & contractName for SIP10 tokens ([68d4db7](https://github.com/BitGo/BitGoJS/commit/68d4db725e0cb35d217a5a47f333af6dc13502f0))
259
+
260
+ ### Features
261
+
262
+ - **sdk-coin-stx:** added mainnet and testnet token details ([110bbcf](https://github.com/BitGo/BitGoJS/commit/110bbcf72bccbd8c7e7aaa415e223652c60d9243))
263
+ - **sdk-core:** add aed and sgd ([2ba82d6](https://github.com/BitGo/BitGoJS/commit/2ba82d6b5a9e1522a54b4d086d0a06a60999f1ef))
264
+ - **statics:** add go account support for aptos ([c1a4365](https://github.com/BitGo/BitGoJS/commit/c1a4365b94b5e9551e0ccb2d0873b1fda60d6b0d))
265
+ - **statics:** new feature for coins supporting walletconnect ([b693155](https://github.com/BitGo/BitGoJS/commit/b693155abacfff9cfe8327b360115736a057a064))
266
+ - **statics:** onboard tokens ([55d21aa](https://github.com/BitGo/BitGoJS/commit/55d21aad9d2b0361cc30d4ab1a2622cde4a9dbfd))
267
+
268
+ # [51.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@51.2.0...@bitgo/statics@51.3.0) (2025-03-06)
269
+
270
+ ### Bug Fixes
271
+
272
+ - **statics:** fix testnet tokens config details ([162b7c5](https://github.com/BitGo/BitGoJS/commit/162b7c5ee1927c43bf242eb742324dfb5f5b029e))
273
+
274
+ ### Features
275
+
276
+ - add ofc tao ([982de1c](https://github.com/BitGo/BitGoJS/commit/982de1cd75e1bfa123f42fab0b93b7f5283f8728))
277
+ - new feature for coins supporting alphanumeric memo id ([a2685fe](https://github.com/BitGo/BitGoJS/commit/a2685fe85d3ca957cb25a466bb1028068ea6d829))
278
+ - **sdk-coin-stx:** add SIP10 skeleton ([1710f38](https://github.com/BitGo/BitGoJS/commit/1710f38296e836264b72dda0d6b04c0ee09cf293))
279
+
280
+ # [51.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@51.0.0...@bitgo/statics@51.2.0) (2025-03-04)
281
+
282
+ ### Bug Fixes
283
+
284
+ - add additional slash so txn can be viewed directly ([e9de644](https://github.com/BitGo/BitGoJS/commit/e9de6443ce35f401f7a097560be56ded45ad25ed))
285
+ - **statics:** add APT_FEATURES into apt token ([d0a3e49](https://github.com/BitGo/BitGoJS/commit/d0a3e49f90708aad3a9ad03af23f1ceca478246c))
286
+ - **statics:** mainnet apt token registration ([88c5b19](https://github.com/BitGo/BitGoJS/commit/88c5b19f5f80e2991f9e78d6821e0e5ba87b3f04))
287
+ - **statics:** modify gas tank factor ([4c00d68](https://github.com/BitGo/BitGoJS/commit/4c00d681687c8edc061a6d048cd367240425eabf))
288
+ - **statics:** remove staking feature from unsupported cosmos like coins ([1ae0416](https://github.com/BitGo/BitGoJS/commit/1ae041689174de8085a31c86a01a87ec64ae515f))
289
+
290
+ ### Features
291
+
292
+ - change instadapp name to fluid ([da57c7b](https://github.com/BitGo/BitGoJS/commit/da57c7be0a915234ce1c88d184506f1ff331fe28))
293
+ - **sdk-coin-apt:** ofc coins including apt ([2ea0428](https://github.com/BitGo/BitGoJS/commit/2ea04282ff4cf682234d1fc35f91ed49a47db3ea))
294
+ - **statics:** add GasTankAccountCoin ([b031d23](https://github.com/BitGo/BitGoJS/commit/b031d234e9acc38f3244c0407715a709a8aa28ab))
295
+ - **statics:** add list of gatekept coins and tokens ([d9a91ae](https://github.com/BitGo/BitGoJS/commit/d9a91ae1d0d30cad372aba9c073f0c224e9390bb))
296
+ - **statics:** bsc:usd1 trump token ([f3aa9a8](https://github.com/BitGo/BitGoJS/commit/f3aa9a8d74f01aa6c5b3b4fc61dd21bcda3f090f))
297
+ - **statics:** onboard eth:usd1 token ([802cb44](https://github.com/BitGo/BitGoJS/commit/802cb4429aec6ed6aea4eceb317c14d9ffad8173))
298
+ - **statics:** prod enable sui:wal staking ([14754b5](https://github.com/BitGo/BitGoJS/commit/14754b50094d71c4063e898cae804d2a1e394e9f))
299
+
300
+ # [51.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@51.0.0...@bitgo/statics@51.1.0) (2025-02-26)
301
+
302
+ ### Bug Fixes
303
+
304
+ - add additional slash so txn can be viewed directly ([e9de644](https://github.com/BitGo/BitGoJS/commit/e9de6443ce35f401f7a097560be56ded45ad25ed))
305
+
306
+ ### Features
307
+
308
+ - change instadapp name to fluid ([da57c7b](https://github.com/BitGo/BitGoJS/commit/da57c7be0a915234ce1c88d184506f1ff331fe28))
309
+ - **sdk-coin-apt:** ofc coins including apt ([2ea0428](https://github.com/BitGo/BitGoJS/commit/2ea04282ff4cf682234d1fc35f91ed49a47db3ea))
310
+ - **statics:** add GasTankAccountCoin ([b031d23](https://github.com/BitGo/BitGoJS/commit/b031d234e9acc38f3244c0407715a709a8aa28ab))
311
+
312
+ ## [51.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@51.0.0...@bitgo/statics@51.0.1) (2025-02-20)
313
+
314
+ ### Bug Fixes
315
+
316
+ - add additional slash so txn can be viewed directly ([e9de644](https://github.com/BitGo/BitGoJS/commit/e9de6443ce35f401f7a097560be56ded45ad25ed))
317
+
318
+ # [51.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.23.0...@bitgo/statics@51.0.0) (2025-02-19)
319
+
320
+ ### Bug Fixes
321
+
322
+ - display name correction for xdc,flr,sgb,wemix ([b50ea6a](https://github.com/BitGo/BitGoJS/commit/b50ea6ad6723e755ac8e5c61380ffe5735d74a4b))
323
+ - name for bera, coredao, oas ([719dde5](https://github.com/BitGo/BitGoJS/commit/719dde54d9966ceca297b5e2a10fab51a0af6edc))
324
+ - name for bera, coredao, oas ([9a80203](https://github.com/BitGo/BitGoJS/commit/9a802033b9cf84466be1f131f8b385b8f94cc616))
325
+ - **statics:** enable bulk withdrawal for babylon ([aa137f0](https://github.com/BitGo/BitGoJS/commit/aa137f01f0557da9572ff551d8502978db26252b))
326
+ - **statics:** use DAI as display instead of SAI ([c99e425](https://github.com/BitGo/BitGoJS/commit/c99e4258a059e52e086321ca0c15ee36e2942df4))
327
+ - testnet fix for sgb, flr ([2fc6a58](https://github.com/BitGo/BitGoJS/commit/2fc6a58f71ddebf7d13c21563f6f376bbfb003cd))
328
+
329
+ ### chore
330
+
331
+ - **sdk-coin-algo:** remove tokenurl from coin statics ([2e5c7aa](https://github.com/BitGo/BitGoJS/commit/2e5c7aa540e0048ba7539d7787ee51f12393d638))
332
+
333
+ ### Features
334
+
335
+ - onboard tokens ([8f1ecc7](https://github.com/BitGo/BitGoJS/commit/8f1ecc79f5f7ee5e82941b5701ed05d91204e6f6))
336
+ - **sdk-coin-apt:** enterprise pays fee flag addition ([2ae8b71](https://github.com/BitGo/BitGoJS/commit/2ae8b7101378f0da6e638bc224e7dea8699b2863))
337
+ - **sdk-coin-tao:** add network to ttao ([79ad572](https://github.com/BitGo/BitGoJS/commit/79ad5722b1b3b4ee08119d3c9a71f881e74095dc))
338
+ - **statics:** add go account support for bera coin ([5f3c3e2](https://github.com/BitGo/BitGoJS/commit/5f3c3e2f9be619622a8b9c837577707b1309a76e))
339
+ - **statics:** add go account support for oas ([dd3e2e6](https://github.com/BitGo/BitGoJS/commit/dd3e2e67accb3adc6664c89cf3948e6c89dac87b))
340
+ - **statics:** add sui:wal token ([620a92b](https://github.com/BitGo/BitGoJS/commit/620a92b576f2fabe94ab0103ac930d7fe86bfa5c))
341
+ - **statics:** addition of new coin feature for tss wallets ([43edfb6](https://github.com/BitGo/BitGoJS/commit/43edfb631e2a1d40be7bed616092032213a46294))
342
+ - **statics:** enable bulk withdrawal for thorchain rune ([326cc2b](https://github.com/BitGo/BitGoJS/commit/326cc2b5fd5664aa50b68754685f2794addc2896))
343
+ - **statics:** migrate sdk config to test2 ([3f294e8](https://github.com/BitGo/BitGoJS/commit/3f294e83f3b21844eb6b0a90cd69bd01e641f0da))
344
+ - **statics:** walrus bulk staking support ([eeb1d52](https://github.com/BitGo/BitGoJS/commit/eeb1d523c366e231950f71c60e71427545e69991))
345
+
346
+ ### BREAKING CHANGES
347
+
348
+ - **sdk-coin-algo:** tokenurl is removed from coin statics
349
+ - changing the name for bera, coredao and oas
350
+ Ticket: WIN-4509
351
+
352
+ # [50.24.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.23.0...@bitgo/statics@50.24.0) (2025-02-11)
353
+
354
+ ### Bug Fixes
355
+
356
+ - name for bera, coredao, oas ([9a80203](https://github.com/BitGo/BitGoJS/commit/9a802033b9cf84466be1f131f8b385b8f94cc616))
357
+ - **statics:** enable bulk withdrawal for babylon ([aa137f0](https://github.com/BitGo/BitGoJS/commit/aa137f01f0557da9572ff551d8502978db26252b))
358
+ - testnet fix for sgb, flr ([2fc6a58](https://github.com/BitGo/BitGoJS/commit/2fc6a58f71ddebf7d13c21563f6f376bbfb003cd))
359
+
360
+ ### Features
361
+
362
+ - **sdk-coin-apt:** enterprise pays fee flag addition ([2ae8b71](https://github.com/BitGo/BitGoJS/commit/2ae8b7101378f0da6e638bc224e7dea8699b2863))
363
+ - **sdk-coin-tao:** add network to ttao ([79ad572](https://github.com/BitGo/BitGoJS/commit/79ad5722b1b3b4ee08119d3c9a71f881e74095dc))
364
+ - **statics:** add go account support for bera coin ([5f3c3e2](https://github.com/BitGo/BitGoJS/commit/5f3c3e2f9be619622a8b9c837577707b1309a76e))
365
+ - **statics:** add go account support for oas ([dd3e2e6](https://github.com/BitGo/BitGoJS/commit/dd3e2e67accb3adc6664c89cf3948e6c89dac87b))
366
+ - **statics:** addition of new coin feature for tss wallets ([43edfb6](https://github.com/BitGo/BitGoJS/commit/43edfb631e2a1d40be7bed616092032213a46294))
367
+ - **statics:** enable bulk withdrawal for thorchain rune ([326cc2b](https://github.com/BitGo/BitGoJS/commit/326cc2b5fd5664aa50b68754685f2794addc2896))
368
+ - **statics:** migrate sdk config to test2 ([3f294e8](https://github.com/BitGo/BitGoJS/commit/3f294e83f3b21844eb6b0a90cd69bd01e641f0da))
369
+ - **statics:** walrus bulk staking support ([eeb1d52](https://github.com/BitGo/BitGoJS/commit/eeb1d523c366e231950f71c60e71427545e69991))
370
+
371
+ # [50.23.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.22.0...@bitgo/statics@50.23.0) (2025-02-05)
372
+
373
+ ### Bug Fixes
374
+
375
+ - **sdk-coin-apt:** fix and addition of explorer url for aptos ([1984fb3](https://github.com/BitGo/BitGoJS/commit/1984fb3f698520b2dd27d8ef8646b40229c5cb32))
376
+ - update xrpToken decimals ([3c5cc96](https://github.com/BitGo/BitGoJS/commit/3c5cc9608626f7e90fde73914ff4602a997e111d))
377
+
378
+ ### Features
379
+
380
+ - **bitgo:** add bitgo custody mena fze entity ([2f9452c](https://github.com/BitGo/BitGoJS/commit/2f9452c7c11de559da627f195b3312c71bfa3f5d))
381
+ - **sdk-coin-apt:** change fungibleAddress to assetId ([3c1bd56](https://github.com/BitGo/BitGoJS/commit/3c1bd56a05e20f1fc0bc3ad69227b021c972f919))
382
+ - **sdk-coin-icp:** added address creation and validation logic ([5f28145](https://github.com/BitGo/BitGoJS/commit/5f28145a5a2268b4a76599b353c5a95cd409d286))
383
+ - **statics:** add new batch of tokens ([2e79b89](https://github.com/BitGo/BitGoJS/commit/2e79b89877bc0976ad846e5ca378de547be4b085))
384
+ - **statics:** add new batch of tokens ([fdde292](https://github.com/BitGo/BitGoJS/commit/fdde292a416df85568ea9461088004fbf5ee051a))
385
+ - **statics:** enable btc mainnet staking feature ([a6dfa45](https://github.com/BitGo/BitGoJS/commit/a6dfa45ae313d1b3e0085be9154d53fc57461f09))
386
+
387
+ # [50.22.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.21.1...@bitgo/statics@50.22.0) (2025-01-28)
388
+
389
+ ### Features
390
+
391
+ - onboard ENRON token: ([d31390c](https://github.com/BitGo/BitGoJS/commit/d31390c38996a53127e280263473a8134f6251e7))
392
+ - **sdk-coin-apt:** add Apt Token Skeleton ([596f5e5](https://github.com/BitGo/BitGoJS/commit/596f5e506c61c7b93e8b0c24b8b29441ba3062ca))
393
+ - **statics:** add Apt Token support ([db1111c](https://github.com/BitGo/BitGoJS/commit/db1111ca46f5c2191dba2ea9d08aeed555e7491f))
394
+ - **statics:** add apt usdt token ([37224e8](https://github.com/BitGo/BitGoJS/commit/37224e89dbfb7e0173c4d5ab30ddbc3d45ea7aba))
395
+ - **statics:** add new batch of tokens ([99c7d8e](https://github.com/BitGo/BitGoJS/commit/99c7d8e024c517db92f5f506db83209e6b5c7322))
396
+ - **statics:** prod network config ([a52163f](https://github.com/BitGo/BitGoJS/commit/a52163f570bd7536baa679c7913cc5d0fadece13))
397
+
398
+ ## [50.21.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.21.0...@bitgo/statics@50.21.1) (2025-01-23)
399
+
400
+ **Note:** Version bump only for package @bitgo/statics
401
+
402
+ # [50.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.20.0...@bitgo/statics@50.21.0) (2025-01-23)
403
+
404
+ ### Features
405
+
406
+ - add deprecated feature to gteth ([10acaef](https://github.com/BitGo/BitGoJS/commit/10acaef757227c31d976ee4c4f00db190b56e5d4))
407
+ - **bitgo:** add bitgo mena fze entity ([76670a2](https://github.com/BitGo/BitGoJS/commit/76670a2fef42cbf35a8cbbf577f1f2d57f3178ac))
408
+ - **statics:** adding ofchteth:gousd in coins.ts ([9919a0e](https://github.com/BitGo/BitGoJS/commit/9919a0ee46ef74e353ed0bf0cb20aee3d35b39cd))
409
+
410
+ # [50.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.19.0...@bitgo/statics@50.20.0) (2025-01-20)
411
+
412
+ ### Bug Fixes
413
+
414
+ - removal of MPCV2 feature from ICP ([cdcd5c1](https://github.com/BitGo/BitGoJS/commit/cdcd5c188bc1ec916216881e55f6bb28efd95d8b))
415
+ - removing MPCV2 feature flag for apt ([19c0257](https://github.com/BitGo/BitGoJS/commit/19c0257c1945250b012cdce4ed496768b7dd948e))
416
+
417
+ ### Features
418
+
419
+ - onboard hteth:gousd ([fde2848](https://github.com/BitGo/BitGoJS/commit/fde28487ba567581c9cf655e151c6612d7434288))
420
+ - **statics:** add flr,sgb config ([b881454](https://github.com/BitGo/BitGoJS/commit/b8814548268f8de9b423e79abb10e30ccffebfa9))
421
+ - **statics:** add sol:melania ([9afbcdd](https://github.com/BitGo/BitGoJS/commit/9afbcdd3eef638a6721bca592e5cf24eaace2550))
422
+ - **statics:** add sol:trump token ([f209c9d](https://github.com/BitGo/BitGoJS/commit/f209c9dbfdc3e8aa5663d4c8218458281004c4ff))
423
+ - **statics:** add staking feature to tsui:wal ([5b8b758](https://github.com/BitGo/BitGoJS/commit/5b8b758d7d2fbd0c489ef8452231b39af128f08d))
424
+ - **statics:** add xdc, wemix config ([098c1ab](https://github.com/BitGo/BitGoJS/commit/098c1ab11765907477f3611e7c01346e3f9cf755))
425
+ - **statics:** adding ofctgousd and ofceth:gousd in coins.ts ([9a0c62e](https://github.com/BitGo/BitGoJS/commit/9a0c62e9f5401bd3aa3c3bd331c75ac55d6daaba))
426
+ - **statics:** onboard new ofc sol tokens ([2423405](https://github.com/BitGo/BitGoJS/commit/2423405430349359c2fa717796eaf1f4f2d01cdd))
427
+
428
+ # [50.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.18.0...@bitgo/statics@50.19.0) (2025-01-15)
429
+
430
+ ### Bug Fixes
431
+
432
+ - **sdk-coin-apt:** correcting fullname for aptos for test ([e7e239e](https://github.com/BitGo/BitGoJS/commit/e7e239e7bb80e1407c63481bf6f64354cbb4afa0))
433
+
434
+ ### Features
435
+
436
+ - **statics:** add new batch of tokens ([8cee0b0](https://github.com/BitGo/BitGoJS/commit/8cee0b080efde965ab8d2544a4d2e7402387e68f))
437
+ - **statics:** add new test polygon token with 10 dp ([2dbadb5](https://github.com/BitGo/BitGoJS/commit/2dbadb50f7da2b1621acca2b3a49ddb50c7ed21e))
438
+ - **statics:** ungate assets for frankfurt trust ([4a7c7c5](https://github.com/BitGo/BitGoJS/commit/4a7c7c5de4316f6656ec3b82633177233314852e))
439
+
440
+ # [50.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.17.0...@bitgo/statics@50.18.0) (2025-01-09)
441
+
442
+ ### Bug Fixes
443
+
444
+ - make contract address lowercase ([dbef63f](https://github.com/BitGo/BitGoJS/commit/dbef63fdc9620a99644eb7ceea9b0fe497d9ca52))
445
+
446
+ ### Features
447
+
448
+ - adding support for non-bitgo recovery for coredao and oas ([37f5e49](https://github.com/BitGo/BitGoJS/commit/37f5e4996c115543d068750d633ea5c5ae723725))
449
+ - **statics:** add new batch of tokens WIN-4114 ([1bd68a1](https://github.com/BitGo/BitGoJS/commit/1bd68a119b5d8614524da61d51fb8619ac13ba58))
450
+ - **statics:** add staking feature to bera ([e406a75](https://github.com/BitGo/BitGoJS/commit/e406a7537e18e2b107113af8ce240fbd71916843))
451
+ - **statics:** added ICP to statics ([78c2bbe](https://github.com/BitGo/BitGoJS/commit/78c2bbe53b14e063811a59bed5a656d19a399c49))
452
+ - **statics:** onboard GoUSD token with eth prefix ([14e8ce2](https://github.com/BitGo/BitGoJS/commit/14e8ce2267c11865ce7bddd1f36f7c083190c3be))
453
+ - **statics:** onboard new batch of tokens to go accounts ([ae681e8](https://github.com/BitGo/BitGoJS/commit/ae681e8311a3b9c0887ce9ff139d96ce2c1ee24b))
454
+ - **statics:** ungate assets for frankfurt trust ([9ee9710](https://github.com/BitGo/BitGoJS/commit/9ee9710f7bc2ab134ba02e571a5e2652b5491c49))
455
+
456
+ # [50.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.16.0...@bitgo/statics@50.17.0) (2025-01-03)
457
+
458
+ ### Bug Fixes
459
+
460
+ - **abstract-eth:** added eip1559 for hteth coin ([ea46725](https://github.com/BitGo/BitGoJS/commit/ea46725c6a30216603d3042e746717e6c739eeef))
461
+ - **abstract-eth:** added eip1559 property to missing coins ([1a49dea](https://github.com/BitGo/BitGoJS/commit/1a49dea702d585eaf814214cfe84b159f7f10823))
462
+ - **abstract-eth:** reorder coins in tests ([b23d244](https://github.com/BitGo/BitGoJS/commit/b23d2440d51c7c314c3157464145d657205b04c2))
463
+
464
+ ### Features
465
+
466
+ - **abstract-eth:** added eip1559 property to statics ([a336f67](https://github.com/BitGo/BitGoJS/commit/a336f67216427ff881d6f895258f00e51fe39d14))
467
+ - **abstract-eth:** added eip1559 property to statics ([c3fdc5f](https://github.com/BitGo/BitGoJS/commit/c3fdc5f9e60131fa1ec0c45491f5c3520e4d6953))
468
+ - **statics:** add go account support for coredao ([fb359c5](https://github.com/BitGo/BitGoJS/commit/fb359c5a0de45654ec7902adf49978072e0d6666))
469
+ - **statics:** onboard sol corn and yes token ([ba31ab3](https://github.com/BitGo/BitGoJS/commit/ba31ab3b82da67f823f92c1fcc679d149871cbdb))
470
+
471
+ # [50.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.15.0...@bitgo/statics@50.16.0) (2024-12-24)
472
+
473
+ ### Features
474
+
475
+ - **sdk-coin-bera:** add TSS Suport ([2afd7f0](https://github.com/BitGo/BitGoJS/commit/2afd7f0453b7c32eb14e6a30dbb2b6341a8a6122))
476
+ - **statics:** add new batch of tokens, COIN-2524 ([d9ff25c](https://github.com/BitGo/BitGoJS/commit/d9ff25c9c26be840f0310b7d6f40d12a0c66de16))
477
+ - **statics:** enable staking for coredao ([dc7aefb](https://github.com/BitGo/BitGoJS/commit/dc7aefb3c4a47a65b9040ed9ebb87fe82986892f))
478
+ - **statics:** rename of fet coin, COIN-2524 ([5d1d33d](https://github.com/BitGo/BitGoJS/commit/5d1d33d9ddf51448fde73a1235a8635d555354e0))
479
+
480
+ # [50.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.13.0...@bitgo/statics@50.15.0) (2024-12-17)
481
+
482
+ ### Features
483
+
484
+ - add ofc core and ofc sol tokens ([26d269f](https://github.com/BitGo/BitGoJS/commit/26d269f35424f394b0012ae4b604425dcca84bed))
485
+ - add ofcxrp mainnet support and update ofcsol tokens ([5eef4a9](https://github.com/BitGo/BitGoJS/commit/5eef4a940498f83caa95c3ab1f3e6636ffb74279))
486
+ - **statics:** changes for onboarding audu & wifi coin COIN-2507 ([c875767](https://github.com/BitGo/BitGoJS/commit/c87576756c4c8c636f3474e36b8a9b5361e6b07c))
487
+ - **statics:** enabled bulk withdrawal feature ([0542952](https://github.com/BitGo/BitGoJS/commit/054295205dc7335010040f8e6aa5feeebd27332c))
488
+ - **statics:** ungate ada for Frankfurt Trust - Bitstamp ([4571a8c](https://github.com/BitGo/BitGoJS/commit/4571a8cac13a5ecaa829a67c33ebea66e012fbf5))
489
+ - **statics:** ungate Optimism for Frankfurt Trust - Bitstamp ([44c3ad0](https://github.com/BitGo/BitGoJS/commit/44c3ad0d7f237a5e2cb949c6f922c47d436c8069))
490
+ - **statics:** ungate remaining ERC-20 tokens for Frankfurt Trust - Bitstamp ([d00ba52](https://github.com/BitGo/BitGoJS/commit/d00ba52123571bf769bfa810f0f0925b8bdec062))
491
+ - **statics:** ungate remaining usdcv2 for Frankfurt Trust - Bitstamp ([2b57c00](https://github.com/BitGo/BitGoJS/commit/2b57c00550f06b862faa258f590e4505d9800950))
492
+
493
+ # [50.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.13.0...@bitgo/statics@50.14.0) (2024-12-17)
494
+
495
+ ### Features
496
+
497
+ - add ofc core and ofc sol tokens ([26d269f](https://github.com/BitGo/BitGoJS/commit/26d269f35424f394b0012ae4b604425dcca84bed))
498
+ - add ofcxrp mainnet support and update ofcsol tokens ([5eef4a9](https://github.com/BitGo/BitGoJS/commit/5eef4a940498f83caa95c3ab1f3e6636ffb74279))
499
+ - **statics:** changes for onboarding audu & wifi coin COIN-2507 ([c875767](https://github.com/BitGo/BitGoJS/commit/c87576756c4c8c636f3474e36b8a9b5361e6b07c))
500
+ - **statics:** enabled bulk withdrawal feature ([0542952](https://github.com/BitGo/BitGoJS/commit/054295205dc7335010040f8e6aa5feeebd27332c))
501
+ - **statics:** ungate ada for Frankfurt Trust - Bitstamp ([4571a8c](https://github.com/BitGo/BitGoJS/commit/4571a8cac13a5ecaa829a67c33ebea66e012fbf5))
502
+ - **statics:** ungate Optimism for Frankfurt Trust - Bitstamp ([44c3ad0](https://github.com/BitGo/BitGoJS/commit/44c3ad0d7f237a5e2cb949c6f922c47d436c8069))
503
+ - **statics:** ungate remaining ERC-20 tokens for Frankfurt Trust - Bitstamp ([d00ba52](https://github.com/BitGo/BitGoJS/commit/d00ba52123571bf769bfa810f0f0925b8bdec062))
504
+ - **statics:** ungate remaining usdcv2 for Frankfurt Trust - Bitstamp ([2b57c00](https://github.com/BitGo/BitGoJS/commit/2b57c00550f06b862faa258f590e4505d9800950))
505
+
506
+ # [50.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.12.0...@bitgo/statics@50.13.0) (2024-12-12)
507
+
508
+ ### Bug Fixes
509
+
510
+ - **sdk-coin-rune:** disable bulk transaction ([b185544](https://github.com/BitGo/BitGoJS/commit/b1855448775f27964adadcd5519463cab718b62c))
511
+
512
+ ### Features
513
+
514
+ - **statics:** add ofc tbtc4 ([924dff5](https://github.com/BitGo/BitGoJS/commit/924dff52a3391d8722432c1e9c9773fc39603bfa))
515
+ - **statics:** added batch of tokens for onboarding ([d808dab](https://github.com/BitGo/BitGoJS/commit/d808dab648be3e7f1944675cc1d9da9c193b1b27))
516
+ - **statics:** added batch of tokens for onboarding ([4afe437](https://github.com/BitGo/BitGoJS/commit/4afe4372144b52c28c49422c62aba1a880fe7913))
517
+ - **statics:** enable bulk txns for opeth & opeth tokens ([924683b](https://github.com/BitGo/BitGoJS/commit/924683b9316639e1101b4c08f99fa327344bf73d))
518
+ - **statics:** ungate 7 top priority assets for bitstamp ([b314ad8](https://github.com/BitGo/BitGoJS/commit/b314ad86199171489f725af9acda30ef6c935232))
519
+ - **statics:** ungate MATIC ERC20 for Frankfurt ([73ab85a](https://github.com/BitGo/BitGoJS/commit/73ab85a158aeb4f03ee4ca3a131acd0e10156d84))
520
+
521
+ # [50.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.11.0...@bitgo/statics@50.12.0) (2024-12-11)
522
+
523
+ ### Features
524
+
525
+ - **statics:** add BitGo Europe ApS entity ([3d0438e](https://github.com/BitGo/BitGoJS/commit/3d0438efa495f7485e03e52522bc9806f1b0c8d7))
526
+ - **statics:** add bulk withdrawal feature for ada ([466eb14](https://github.com/BitGo/BitGoJS/commit/466eb14370d6de0a5bad8ded7a8116e522fce0d6))
527
+ - **statics:** add staking feature to tcoredao ([bfcc70f](https://github.com/BitGo/BitGoJS/commit/bfcc70f684691f7408b71a6cc2e11369b59370c2))
528
+ - **statics:** add staking feature to WCT in prod for testing ([d23195f](https://github.com/BitGo/BitGoJS/commit/d23195fd47737103520a33c260ffcf7834f3ffba))
529
+ - **statics:** fix trx tokens underlying asset ([259f21f](https://github.com/BitGo/BitGoJS/commit/259f21f91678d33a3b0c9e9bae9ec52142d0643b))
530
+
531
+ ### Reverts
532
+
533
+ - Revert "Revert "Revert "feat: add deprecated feature to gteth""" ([8290db5](https://github.com/BitGo/BitGoJS/commit/8290db536b37176fbde71fbde04c20f2a2ed382c))
534
+
535
+ # [50.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.10.0...@bitgo/statics@50.11.0) (2024-12-03)
536
+
537
+ ### Bug Fixes
538
+
539
+ - **statics:** update explorer link for sei ([45ae431](https://github.com/BitGo/BitGoJS/commit/45ae431b93d289c04b1dfa75d8c984904ee3ff7f))
540
+ - **statics:** update topeth:cnkt symbol to toopeth:wct ([b28b80f](https://github.com/BitGo/BitGoJS/commit/b28b80f90f862d0dbe7d2cb55aefae8cee53c0c1))
541
+
542
+ ### Features
543
+
544
+ - **statics:** add eth:vice and sui:vsui token ([61adc37](https://github.com/BitGo/BitGoJS/commit/61adc379d82c78d7d07a170d83dc2b4984f66cdb))
545
+ - **statics:** add ofc erc20 tokens ([9820ff2](https://github.com/BitGo/BitGoJS/commit/9820ff28a410b2084c2892b7e901141b3f147bd2))
546
+ - **statics:** add ofc sol tokens ([fe9d7cd](https://github.com/BitGo/BitGoJS/commit/fe9d7cd6166bf0307c91b4022ce15b4b499ec86b))
547
+ - **statics:** add ofc txrp and opeth token ([e4ab52e](https://github.com/BitGo/BitGoJS/commit/e4ab52e53957aae718e1e78ec10b0fb4bc84a94e))
548
+ - **statics:** add ofceth:virtual token ([2e81981](https://github.com/BitGo/BitGoJS/commit/2e81981c7e5ed2f2c0f5b31f1ef0bbc911301604))
549
+ - **statics:** add rlusd ([473ff08](https://github.com/BitGo/BitGoJS/commit/473ff08201bbdfde11d9d79839d1c0fa18e8afa6))
550
+ - **statics:** add support for trx tokens ([814c6d9](https://github.com/BitGo/BitGoJS/commit/814c6d9450b1e3b24606cc2df6eb3b3e845c3299))
551
+ - **statics:** added forwarder, wallet & batcher contract address for coredao testnet & oas testnet ([ae37ac6](https://github.com/BitGo/BitGoJS/commit/ae37ac67dd8f688a4d7a80e13e87dc34e85403cc))
552
+ - **statics:** fixed sol token address ([42f73df](https://github.com/BitGo/BitGoJS/commit/42f73dfa9f408affba29897be9b8739b651c170c))
553
+ - **statics:** update coredao coin config ([54dbe19](https://github.com/BitGo/BitGoJS/commit/54dbe19e3fd79c340ff2901164e461a65f3697b1))
554
+ - **statics:** update oas coin config ([e7b0738](https://github.com/BitGo/BitGoJS/commit/e7b073886faef5e29030a4ffb68a82890f5c394b))
555
+
556
+ ### Reverts
557
+
558
+ - Revert "Revert "feat: add deprecated feature to gteth"" ([58892e4](https://github.com/BitGo/BitGoJS/commit/58892e4519c67a34afe93852719e20a22bf30734))
559
+
560
+ # [50.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.9.0...@bitgo/statics@50.10.0) (2024-11-26)
561
+
562
+ ### Features
563
+
564
+ - **statics:** add staking feature to TWCT tokens ([c6abf54](https://github.com/BitGo/BitGoJS/commit/c6abf54f76288edc0c58bbafbc5a7ca151757de4))
565
+ - **statics:** added batch of tokens for onboarding ([28fff78](https://github.com/BitGo/BitGoJS/commit/28fff78e9ff870af74d0464b441460e06e98c0eb))
566
+ - **statics:** added drift token ([9afb80b](https://github.com/BitGo/BitGoJS/commit/9afb80bca6e491b15b262304c2a08474dae84917))
567
+ - **statics:** added support for bsc cfx and erc20 acx ([00cf9ef](https://github.com/BitGo/BitGoJS/commit/00cf9efdcfc0d2161acd2b7eed0e7c58d70795c9))
568
+ - **statics:** ungate assets for germany trust ([128fdc4](https://github.com/BitGo/BitGoJS/commit/128fdc45b82738ae3095468fa84925eaa82429c1))
569
+
570
+ # [50.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.8.0...@bitgo/statics@50.9.0) (2024-11-21)
571
+
572
+ ### Features
573
+
574
+ - **statics:** add new batch of tokens ([f75a9b3](https://github.com/BitGo/BitGoJS/commit/f75a9b35c208fce3826322843c1ab436a874ca81))
575
+ - **statics:** ungate assets for Frankfurt Trust added BNB ([1ab1a79](https://github.com/BitGo/BitGoJS/commit/1ab1a79e1346a6a440848fb6f61969feb3d793b6))
576
+
577
+ # [50.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.6.0...@bitgo/statics@50.8.0) (2024-11-19)
578
+
579
+ ### Bug Fixes
580
+
581
+ - **sdk-coin-rune:** rename thorchain:rune to tthorchain:rune ([27f3afa](https://github.com/BitGo/BitGoJS/commit/27f3afa5fcfe8d3281d845a37e13bc7ccec86098))
582
+ - **statics:** add staking feature to tbtc4 ([f3551d0](https://github.com/BitGo/BitGoJS/commit/f3551d02db493fed14a3e1904e072e904e61965e))
583
+ - **statics:** fix test token name prefix ([c26eb6b](https://github.com/BitGo/BitGoJS/commit/c26eb6b87c602708a4d34bcc47866b2c63026acc))
584
+ - **statics:** update correct explorer url for thorchain ([0c9258f](https://github.com/BitGo/BitGoJS/commit/0c9258f171141e4bd94a44e8793c5fd93ecdbaca))
585
+
586
+ ### Features
587
+
588
+ - **sdk-coin-apt:** add APT to statics ([3d1c70d](https://github.com/BitGo/BitGoJS/commit/3d1c70ded1c687488a2fe5a2322a19a58b779fb6))
589
+ - **sdk-coin-coredao:** add coredao sdk skeleton ([0e6ce18](https://github.com/BitGo/BitGoJS/commit/0e6ce183f378968ea1453395ba28f7eb5ab26d96))
590
+ - **sdk-coin-oas:** add oas sdk skeleton ([d04f601](https://github.com/BitGo/BitGoJS/commit/d04f601103e949da4ff50653b6d593c678536ea5))
591
+ - **statics:** add ofc erc20 support for fold ([258ccda](https://github.com/BitGo/BitGoJS/commit/258ccda1f877890284f42c0bae7569028b59086e))
592
+ - **statics:** add ofc support for polygon:copm ([d2304d3](https://github.com/BitGo/BitGoJS/commit/d2304d32351366e3e8512155c6596f7aea628d5c))
593
+ - **statics:** add ofc support for polygon:geod ([459fde2](https://github.com/BitGo/BitGoJS/commit/459fde20ae21c4a3948ec4a25966199231ef3ea8))
594
+ - **statics:** add ofc support for sol:natix ([ac37b0a](https://github.com/BitGo/BitGoJS/commit/ac37b0a1bb57fde6f9e31b896685156fcf9e3a26))
595
+ - **statics:** add ofc support for sol:render ([14d7d39](https://github.com/BitGo/BitGoJS/commit/14d7d395c912e60186bd6421475f099e6a2b077f))
596
+ - **statics:** add test token to test eth prefix ([9424f25](https://github.com/BitGo/BitGoJS/commit/9424f25b79a69a33ebf3cc9502ac42aa13b179e4))
597
+ - **statics:** fixing sol test tokens ([3816a41](https://github.com/BitGo/BitGoJS/commit/3816a41fffc68414aa71cf55920ca2936a79d870))
598
+ - **statics:** fixing sol token ([dee1e71](https://github.com/BitGo/BitGoJS/commit/dee1e71def5b933189dc14862df87e4129efcde3))
599
+
600
+ # [50.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.6.0...@bitgo/statics@50.7.0) (2024-11-14)
601
+
602
+ ### Bug Fixes
603
+
604
+ - **sdk-coin-rune:** rename thorchain:rune to tthorchain:rune ([27f3afa](https://github.com/BitGo/BitGoJS/commit/27f3afa5fcfe8d3281d845a37e13bc7ccec86098))
605
+ - **statics:** fix test token name prefix ([c26eb6b](https://github.com/BitGo/BitGoJS/commit/c26eb6b87c602708a4d34bcc47866b2c63026acc))
606
+ - **statics:** update correct explorer url for thorchain ([0c9258f](https://github.com/BitGo/BitGoJS/commit/0c9258f171141e4bd94a44e8793c5fd93ecdbaca))
607
+
608
+ ### Features
609
+
610
+ - **sdk-coin-apt:** add APT to statics ([3d1c70d](https://github.com/BitGo/BitGoJS/commit/3d1c70ded1c687488a2fe5a2322a19a58b779fb6))
611
+ - **statics:** add test token to test eth prefix ([9424f25](https://github.com/BitGo/BitGoJS/commit/9424f25b79a69a33ebf3cc9502ac42aa13b179e4))
612
+ - **statics:** fixing sol test tokens ([3816a41](https://github.com/BitGo/BitGoJS/commit/3816a41fffc68414aa71cf55920ca2936a79d870))
613
+ - **statics:** fixing sol token ([dee1e71](https://github.com/BitGo/BitGoJS/commit/dee1e71def5b933189dc14862df87e4129efcde3))
614
+
615
+ # [50.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.5.0...@bitgo/statics@50.6.0) (2024-11-07)
616
+
617
+ ### Bug Fixes
618
+
619
+ - **statics:** enable bulk tx for hteth ([5000d23](https://github.com/BitGo/BitGoJS/commit/5000d23a6d031d29acd185c0c28cdab187f9451f))
620
+ - **statics:** fixed exactly coin name ([5466534](https://github.com/BitGo/BitGoJS/commit/54665341d2c40b597ee497c08087481f802dc546))
621
+ - **statics:** keep staking feature for btc testnet only ([70cf590](https://github.com/BitGo/BitGoJS/commit/70cf5909c5f90ae16b2924adaa2deb71ac85152f))
622
+
623
+ ### Features
624
+
625
+ - **statics:** add coredao coin config ([8e3d536](https://github.com/BitGo/BitGoJS/commit/8e3d5364031da92889c2d5512ed73aa94de47ac5))
626
+ - **statics:** add teigen, teinu and topeth:cnkt tokens ([2dcfad9](https://github.com/BitGo/BitGoJS/commit/2dcfad946172393787309296d12712074c12d3f0))
627
+ - **statics:** onboarded batch of tokens ([06cd25a](https://github.com/BitGo/BitGoJS/commit/06cd25ae7c9b3be49162c51220be26869a178bbc))
628
+ - **statics:** ungate tokens and coins for Frankfurt Trust ([acbbc66](https://github.com/BitGo/BitGoJS/commit/acbbc66cf0533af313b9d07ad46612a0eb81be31))
629
+ - **statics:** ungating tokens for Frankfurt trust ([7ab9463](https://github.com/BitGo/BitGoJS/commit/7ab9463b0bbff6db8aa66f5d7a233ae6fff2aa6f))
630
+
631
+ # [50.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.4.0...@bitgo/statics@50.5.0) (2024-11-01)
632
+
633
+ ### Bug Fixes
634
+
635
+ - **statics:** update ofc usds name ([09a34f0](https://github.com/BitGo/BitGoJS/commit/09a34f07735500282fcf60f1bed5e96e7eac7b35))
636
+ - xrp explorer link for testnet ([37a6963](https://github.com/BitGo/BitGoJS/commit/37a69636bd90f17dac0257c34e993718ce394bb2))
637
+
638
+ ### Features
639
+
640
+ - add deprecated feature to gteth ([dc5b6c0](https://github.com/BitGo/BitGoJS/commit/dc5b6c0f8ffd135378ab7c16ce97ba6496c3fb8d))
641
+ - **sdk-coin-rune:** new coin generation ([64775ca](https://github.com/BitGo/BitGoJS/commit/64775caefc425df17f893fe1a5ae26d21adc7b6b))
642
+ - **statics:** add btc staking feature ([a4e8715](https://github.com/BitGo/BitGoJS/commit/a4e8715c434137f0cd643641561f92e15c64c125))
643
+ - **statics:** add new batch of tokens COIN-2007 ([ccbf75d](https://github.com/BitGo/BitGoJS/commit/ccbf75df2d83395b0aebc5d182900cf6fe763b75))
644
+ - **statics:** add new batch of tokens COIN-2007 ([82cb011](https://github.com/BitGo/BitGoJS/commit/82cb011ed786b2e4b46b76132f1479682b50cdc8))
645
+ - **statics:** add new map of address to coin ([220b029](https://github.com/BitGo/BitGoJS/commit/220b029adbc4f55af5680f2785a4c40d9e3939f3))
646
+ - **statics:** add oas coin config ([07045f8](https://github.com/BitGo/BitGoJS/commit/07045f8e713cf7a191345cf512824f5494df97b4))
647
+ - **statics:** add ofc erc20 support for usdy and eigen ([d8f6ef5](https://github.com/BitGo/BitGoJS/commit/d8f6ef56e38e1462994cd9e48cc76afdd7c0dc58))
648
+ - **statics:** adding ofchterc18dp, ofchterc6dp, ofctusds in coins.ts ([66ec3d7](https://github.com/BitGo/BitGoJS/commit/66ec3d75c47ac87856c1aa6b1db14c6ab43d64c3))
649
+
650
+ # [50.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.3.0...@bitgo/statics@50.4.0) (2024-10-22)
651
+
652
+ ### Features
653
+
654
+ - **statics:** add POLYGON:GMT token ([7275d1f](https://github.com/BitGo/BitGoJS/commit/7275d1f2e35d1ab777fbd486770b5b6bd278a6b5))
655
+
656
+ # [50.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.2.0...@bitgo/statics@50.3.0) (2024-10-15)
657
+
658
+ ### Features
659
+
660
+ - **statics:** add honey and USDC for bera ([881f41f](https://github.com/BitGo/BitGoJS/commit/881f41fad4fcec89d1f8f9e07e377984bb8d3e82))
661
+ - **statics:** add honey token for bera ([f3bd9c5](https://github.com/BitGo/BitGoJS/commit/f3bd9c5d06f3d8f99303209b9809f4247b7ee0dd))
662
+ - **statics:** add new coinfeature for bulk transaction ([6428730](https://github.com/BitGo/BitGoJS/commit/642873075243ec3a51864758662c7b8a47560ee5))
663
+ - **statics:** add token and coin ungating for trusts ([04ea06c](https://github.com/BitGo/BitGoJS/commit/04ea06c901dc5d416f7b41df0d4e813a082ef885))
664
+ - **statics:** add xrp rlusd token ([e3ba9f0](https://github.com/BitGo/BitGoJS/commit/e3ba9f04eba5807d2b3ccbbc63ef30bdc44ba3e3))
665
+ - **statics:** added new batch of tokens ([aaed1a8](https://github.com/BitGo/BitGoJS/commit/aaed1a87033b2cc8dc67bd450ac3ba66f4f71fd2))
666
+ - **statics:** changing token name from TOKE to TOKEN ([53853fe](https://github.com/BitGo/BitGoJS/commit/53853feb8df076a7b868e045c477aad0a5236d5c))
667
+ - **statics:** enable l1 finality webhook on mainnet ([27f5761](https://github.com/BitGo/BitGoJS/commit/27f5761c0586cc193c258fc0449689996df5a75b))
668
+ - **statics:** removal of trust frankfurt for arbeth:arb ([a0bd6dd](https://github.com/BitGo/BitGoJS/commit/a0bd6ddaebab9ea6421a5aa4da7e35c57a056ac0))
669
+ - **statics:** ungating token arbeth:arb for Frankfurt ([32e633a](https://github.com/BitGo/BitGoJS/commit/32e633a6fc1ef9085339eee040eede112233f4c6))
670
+
671
+ # [50.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.1.0...@bitgo/statics@50.2.0) (2024-10-08)
672
+
673
+ ### Features
674
+
675
+ - **sdk-coin-xrp:** add xrpToken skeleton ([441ec50](https://github.com/BitGo/BitGoJS/commit/441ec50e96675b7de550928e1192b37f4c9ef05c))
676
+ - **statics:** add hETH POL token ([e9033e7](https://github.com/BitGo/BitGoJS/commit/e9033e7b406cdea9091c62e38754b37070d5194e))
677
+ - **statics:** add new batch of tokens ([34b6bbb](https://github.com/BitGo/BitGoJS/commit/34b6bbb5f7cb6f48f782dcc997ab7649d77fe845))
678
+ - **statics:** update address for arbeth:xsgd, rlusd ([8883b9c](https://github.com/BitGo/BitGoJS/commit/8883b9c566cb2e5b4326d881358c8c277a064558))
679
+
680
+ # [50.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@50.0.0...@bitgo/statics@50.1.0) (2024-10-04)
681
+
682
+ ### Features
683
+
684
+ - add btc testnet4 to sdk ([8edfa40](https://github.com/BitGo/BitGoJS/commit/8edfa40e24fa5061f104e7e59a8e55c2dd27a0b8))
685
+ - **sdk-coin-bera:** add bera token support ([6dc002d](https://github.com/BitGo/BitGoJS/commit/6dc002d1c50eebee171256c732aab05a10337350))
686
+ - **statics:** add ARPA eth token ([4d2cdf3](https://github.com/BitGo/BitGoJS/commit/4d2cdf30047d16e85db35dc62fd8341cb1bd59c6))
687
+ - **statics:** add IOST token ([cc3ce4b](https://github.com/BitGo/BitGoJS/commit/cc3ce4bd6b844e1a234fa1209c7409f33eb77cae))
688
+ - **statics:** add new batch of tokens - COIN-1824,COIN-1887 ([2426c4c](https://github.com/BitGo/BitGoJS/commit/2426c4c5c6a3cba297a2058cd552a428e2381d40))
689
+ - **statics:** add new batch of tokens bNVDA - COIN-1829 - (Doddanna17) ([9c77fda](https://github.com/BitGo/BitGoJS/commit/9c77fdaa4a7d01b4326a26a9ef259b41c67f6f29))
690
+ - **statics:** add new coinfeature to identify eth rollup chain ([61b241c](https://github.com/BitGo/BitGoJS/commit/61b241c5560cf1d91ca1762a28aca1379da2e44d))
691
+ - **statics:** add new tokens ([60008c1](https://github.com/BitGo/BitGoJS/commit/60008c1cbe4ca27e24714beb13fc55b48e3983fc))
692
+ - **statics:** add new tokens ([d9a792f](https://github.com/BitGo/BitGoJS/commit/d9a792f7ecd9b15b56c98db25a19a6bcf228ff50))
693
+ - **statics:** adding token for pol token for go account ([dc044cb](https://github.com/BitGo/BitGoJS/commit/dc044cb1210c32e6c0fcfc0eed1da787a4d177e1))
694
+ - **statics:** fixed token name ([f4a62a7](https://github.com/BitGo/BitGoJS/commit/f4a62a76eac153433a056da780b5e995aa8217ac))
695
+ - **statics:** onboard new tokens - auction, ava, bake, beta, bigtime, bnx ([ab5bb63](https://github.com/BitGo/BitGoJS/commit/ab5bb634366cc2502d0acd60e4a69c2a4e23f4aa))
696
+ - **statics:** onboard new tokens COIN-1826 ([b2a727a](https://github.com/BitGo/BitGoJS/commit/b2a727a86bc80e4cdf30cb3e61fca1676271c867))
697
+ - **statics:** updated new batch of symbol for bnvda ([81ac309](https://github.com/BitGo/BitGoJS/commit/81ac30948dac56e64d1fc2248c073fdfd6234d1e))
698
+
699
+ # [50.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@49.6.0...@bitgo/statics@50.0.0) (2024-09-24)
700
+
701
+ ### Bug Fixes
702
+
703
+ - **bitgo:** remove deprecation comment ([c14de49](https://github.com/BitGo/BitGoJS/commit/c14de49d9e048162ec19b65e9621aac29b2fff6a))
704
+ - **statics:** rename tgousd to tusds ([c1d6d84](https://github.com/BitGo/BitGoJS/commit/c1d6d840634c026167e89691978e874755058a79))
705
+
706
+ ### Features
707
+
708
+ - **statics:** add new batch of tokens COIN-1827, COIN-1828 ([6e02248](https://github.com/BitGo/BitGoJS/commit/6e022480738fca49f68b0417ac6906205e198885))
709
+ - **statics:** add new batch of tokens ESE,FIRO,FLUX,FOR - COIN-1829 - (Doddanna17) ([c4862a2](https://github.com/BitGo/BitGoJS/commit/c4862a288cafbc588e803aef3baafea91a878462))
710
+
711
+ ### BREAKING CHANGES
712
+
713
+ - **statics:** Modifies the symbol of this token
714
+ Need to update this in indexer & wp to avoid inconsistencies
715
+ This is behind gatekeep, so not a breaking change for clients
716
+
717
+ # [49.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@49.5.0...@bitgo/statics@49.6.0) (2024-09-19)
718
+
719
+ ### Features
720
+
721
+ - **statics:** add new tokens COIN-1726 ([5e6b310](https://github.com/BitGo/BitGoJS/commit/5e6b310131398972a4a996b852e0e845af7b6ba3))
722
+ - **statics:** enable Injective Native for Frankfurt Trust ([371c28c](https://github.com/BitGo/BitGoJS/commit/371c28cdb81c9a9a1d4ad118efe7a22fe14c662f))
723
+
724
+ # [49.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@49.4.0...@bitgo/statics@49.5.0) (2024-09-16)
725
+
726
+ ### Features
727
+
728
+ - **bitgo:** add BitGo Korea entity ([1f6c201](https://github.com/BitGo/BitGoJS/commit/1f6c2017bee24d7681c99f2abf0f31628d5a9ac6))
729
+ - **express:** encrypt signer macaroon using ecdh ([62cbd00](https://github.com/BitGo/BitGoJS/commit/62cbd0090748a697017e9adcb49bb0cf34d044b8))
730
+ - **statics:** add new batch of tokens COIN-1669 ([60533dc](https://github.com/BitGo/BitGoJS/commit/60533dc51dd6ee54dfc11ccb3ac41b13b21bad21))
731
+
732
+ # [49.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@49.3.0...@bitgo/statics@49.4.0) (2024-09-10)
733
+
734
+ ### Bug Fixes
735
+
736
+ - coinfeatures for sui tokens ([96d8c6d](https://github.com/BitGo/BitGoJS/commit/96d8c6d3087df253fdac09bf9bb34a3b1f7a5a88))
737
+
738
+ ### Features
739
+
740
+ - **statics:** add new tokens for Indonesia Batch 1 ([faed2be](https://github.com/BitGo/BitGoJS/commit/faed2bed05fc3a06e7bb7edec24a3d26bce953a7))
741
+ - **statics:** add STAKING feature to POL token (Ticket: SC-343) ([3e4ef5b](https://github.com/BitGo/BitGoJS/commit/3e4ef5b83aef47d0fb15a0105bf0d28000ecfa4e))
742
+ - **statics:** add tokens having similar contract address ([2a4b9bc](https://github.com/BitGo/BitGoJS/commit/2a4b9bcdf34918cc1d9b03a31d4b14080f9ececa))
743
+
744
+ # [49.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@49.2.0...@bitgo/statics@49.3.0) (2024-09-03)
745
+
746
+ ### Bug Fixes
747
+
748
+ - **statics:** fix cardano explorer url/ ([c72ad38](https://github.com/BitGo/BitGoJS/commit/c72ad38985ca48ff57599e8ac950ac4391f40622))
749
+
750
+ ### Features
751
+
752
+ - **statics:** add new tokens as part of USMS Token Batch 5 ([ac0cd25](https://github.com/BitGo/BitGoJS/commit/ac0cd255d0cf106e3ab03fc13a44e193969e35bf))
753
+
754
+ # [49.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@49.1.0...@bitgo/statics@49.2.0) (2024-08-29)
755
+
756
+ ### Features
757
+
758
+ - **statics:** add 'pol' token as available for Germany and Frankfurt ([c55f6a8](https://github.com/BitGo/BitGoJS/commit/c55f6a8ab32590d7a63d735b6a525fb26c30d734))
759
+ - **statics:** add mother spl token ([d240d13](https://github.com/BitGo/BitGoJS/commit/d240d13c95e73bf727b708258ec2159a702484cc))
760
+ - **statics:** add new batch of tokens ([c770f42](https://github.com/BitGo/BitGoJS/commit/c770f42ffe2a13296ad9f569fdd588c19f0868da))
761
+
762
+ # [49.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@49.0.0...@bitgo/statics@49.1.0) (2024-08-27)
763
+
764
+ ### Bug Fixes
765
+
766
+ - **statics:** remove moveusd spl token ([ec68ca4](https://github.com/BitGo/BitGoJS/commit/ec68ca4fd033cd8de097838dde8cb355e671da81))
767
+
768
+ ### Features
769
+
770
+ - **sdk-coin-bera:** add bera sdk skeleton ([db64fa8](https://github.com/BitGo/BitGoJS/commit/db64fa81cd46d6c5ff6505c30173223a817e2540))
771
+ - **statics:** add moveusd spl token ([7124677](https://github.com/BitGo/BitGoJS/commit/7124677a3669b9e9b35d608f433949b58205581e))
772
+
773
+ # [49.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.27.0...@bitgo/statics@49.0.0) (2024-08-20)
774
+
775
+ ### Bug Fixes
776
+
777
+ - **statics:** rename Bitcoin TRC20 token ([a1ed064](https://github.com/BitGo/BitGoJS/commit/a1ed064aef255da53f01f4c0e0ad8af78f86f11b))
778
+
779
+ ### Features
780
+
781
+ - **statics:** add btc trc20 token ([cccf5df](https://github.com/BitGo/BitGoJS/commit/cccf5dfe16233c51790cf4be0b2fc78d8e5a8d03))
782
+ - **statics:** add paypal usd and moveusd spl tokens and update peaq ([b014e33](https://github.com/BitGo/BitGoJS/commit/b014e332f5527d407411d93bd2b67b82bbe21323))
783
+ - **statics:** add separate coinfeature for tss stuck txn management ([8322090](https://github.com/BitGo/BitGoJS/commit/8322090b4d6868248a8ab381bfcfd9d35d3dc285))
784
+ - **statics:** add STAKING feature to RETH-ROCKET token ([0049cb2](https://github.com/BitGo/BitGoJS/commit/0049cb2573c835d8b73473997fe7c4552b877ab8))
785
+ - **statics:** enable stuck transaction management coin feature for btc ([58ceeae](https://github.com/BitGo/BitGoJS/commit/58ceeae4873f4940b7b1f449b2a846549a0de6b2))
786
+ - **statics:** only weth in testnet can be staked ([339275a](https://github.com/BitGo/BitGoJS/commit/339275a82d17d7d07dbb7952fdcd8c5476b5af42))
787
+
788
+ ### BREAKING CHANGES
789
+
790
+ - **statics:** Coinfeature STUCK_TRANSACTION_MANAGEMENT is removed and
791
+ STUCK_TRANSACTION_MANAGEMENT_TSS or STUCK_TRANSACTION_MANAGEMENT_ONCHAIN
792
+ should be used instead
793
+
794
+ Ticket: WP-2155
795
+
796
+ # [48.28.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.27.0...@bitgo/statics@48.28.0) (2024-08-13)
797
+
798
+ ### Features
799
+
800
+ - **statics:** add btc trc20 token ([cccf5df](https://github.com/BitGo/BitGoJS/commit/cccf5dfe16233c51790cf4be0b2fc78d8e5a8d03))
801
+ - **statics:** add STAKING feature to RETH-ROCKET token ([0049cb2](https://github.com/BitGo/BitGoJS/commit/0049cb2573c835d8b73473997fe7c4552b877ab8))
802
+ - **statics:** enable stuck transaction management coin feature for btc ([58ceeae](https://github.com/BitGo/BitGoJS/commit/58ceeae4873f4940b7b1f449b2a846549a0de6b2))
803
+
804
+ # [48.27.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.26.0...@bitgo/statics@48.27.0) (2024-08-07)
805
+
806
+ ### Bug Fixes
807
+
808
+ - **statics:** rename token names ([71d8619](https://github.com/BitGo/BitGoJS/commit/71d861989a683ea3e603241e5f3bf3b70e948d36))
809
+
810
+ ### Features
811
+
812
+ - add bitgo signet for btc ([a1912b9](https://github.com/BitGo/BitGoJS/commit/a1912b9478211568b29b2ea8986dc62db435f6ab))
813
+ - **statics:** add feature flag for stuck transaction management ([1a7815a](https://github.com/BitGo/BitGoJS/commit/1a7815a3e28c2fa14fa91a7e0ad3667d93733cdd))
814
+ - **statics:** add new batch of tokens COIN-1390 ([9b2c897](https://github.com/BitGo/BitGoJS/commit/9b2c897b5691a3d7f761e026bfb36b8daaddda14))
815
+ - **statics:** add token as available for NY ([9bf1c73](https://github.com/BitGo/BitGoJS/commit/9bf1c73ef34c3f04c2d92235a91ea957fdda4e3e))
816
+
817
+ # [48.26.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.25.0...@bitgo/statics@48.26.0) (2024-07-30)
818
+
819
+ ### Features
820
+
821
+ - **statics:** add ausd token ([0991335](https://github.com/BitGo/BitGoJS/commit/0991335090e85b9b0e749e60b9b51b66bd87bfab))
822
+ - **statics:** add new batch of tokens EA-4045 ([99353f5](https://github.com/BitGo/BitGoJS/commit/99353f53ffe379c5e4f923d6ea9a1683275e544a))
823
+ - **statics:** add STAKING feature to WETH and EIGEN tokens ([fbecb1b](https://github.com/BitGo/BitGoJS/commit/fbecb1bdef3285caf42d0aa00524858725ed3c07))
824
+
825
+ # [48.25.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.24.0...@bitgo/statics@48.25.0) (2024-07-24)
826
+
827
+ ### Features
828
+
829
+ - **statics:** add new batch of tokens ([3b88e7d](https://github.com/BitGo/BitGoJS/commit/3b88e7db26e1b2e64d37da36312a0f65a734aadd))
830
+ - **statics:** add new batch of tokens COIN-1245 ([0adda85](https://github.com/BitGo/BitGoJS/commit/0adda8542483fb41f2961c50f6c62053b392b15d))
831
+ - **statics:** add render spl token ([8b02f86](https://github.com/BitGo/BitGoJS/commit/8b02f866c6a5767e256dd41605fe1d73083e5cef))
832
+ - **statics:** onboard ftx token ([a118714](https://github.com/BitGo/BitGoJS/commit/a118714334ebb5d75634682f2fdad433459a2cc6))
833
+ - **statics:** update near prod explorer link ([38ce454](https://github.com/BitGo/BitGoJS/commit/38ce45428135b1c1c32eb8795bce411447dbbda3))
834
+
835
+ # [48.24.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.23.0...@bitgo/statics@48.24.0) (2024-07-16)
836
+
837
+ ### Features
838
+
839
+ - enable bulk transactions for bch ([72f6b5f](https://github.com/BitGo/BitGoJS/commit/72f6b5f9d02d72412b40b63db3de67434ae2e2b6))
840
+ - **sdk-coin-sui:** add SuiToken skeleton ([5695078](https://github.com/BitGo/BitGoJS/commit/5695078081842b5bfc06f6b01c1d057042d688da))
841
+ - **statics:** add deep token ([de39797](https://github.com/BitGo/BitGoJS/commit/de39797c7134c5c8bea254ec705f2a7f63710281))
842
+ - **statics:** add ftx missing tokens ([a6318e3](https://github.com/BitGo/BitGoJS/commit/a6318e324427360219e235fd96dff1c91f31de3f))
843
+ - **statics:** add holesky wrapped ether ([c0dc27b](https://github.com/BitGo/BitGoJS/commit/c0dc27b19946a51ab13b0389aa95967bafe49d44))
844
+ - **statics:** add new batch of tokens ([f6af6b3](https://github.com/BitGo/BitGoJS/commit/f6af6b364eebdb7741b0ccf076a96bc8ae0c7b4a))
845
+ - **statics:** add Sui token support ([8ca9656](https://github.com/BitGo/BitGoJS/commit/8ca96564e467c15bc80e0932ca22fa98686b99a8))
846
+ - **statics:** onboard batch USMS tokens part-3-1 ([87b3a0d](https://github.com/BitGo/BitGoJS/commit/87b3a0dacc16236daec93115650112af316df87d))
847
+ - **statics:** uSMS Token Batch - 4 ([2af8294](https://github.com/BitGo/BitGoJS/commit/2af82946c0898c88d3d9857b63fad89331df0ca5))
848
+ - **statics:** uSMS Token batch part-3 ([37a22de](https://github.com/BitGo/BitGoJS/commit/37a22dea1918d8222a38d566159b2a93a528c2ea))
849
+
850
+ # [48.23.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.22.0...@bitgo/statics@48.23.0) (2024-07-04)
851
+
852
+ ### Features
853
+
854
+ - add btc public signet network and coin ([c26cc8d](https://github.com/BitGo/BitGoJS/commit/c26cc8d11c1e14777dd54dcb61b7af8ee2d5a4c6))
855
+ - **statics:** add peaq token ([88af43e](https://github.com/BitGo/BitGoJS/commit/88af43e2cdce19ea8f80dd5d2834b65065a35dff))
856
+ - **statics:** add TON coin support to Go Accounts ([5f4f1a9](https://github.com/BitGo/BitGoJS/commit/5f4f1a97c739a0cc778fcff45dfa6dd4267736b8))
857
+
858
+ # [48.22.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.21.0...@bitgo/statics@48.22.0) (2024-07-02)
859
+
860
+ ### Features
861
+
862
+ - **statics:** add new USMS tokens part-2 ([fe6ed9d](https://github.com/BitGo/BitGoJS/commit/fe6ed9ded8e36469f992b8d262eff9b39f73e6d3))
863
+
864
+ # [48.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.20.0...@bitgo/statics@48.21.0) (2024-06-26)
865
+
866
+ ### Bug Fixes
867
+
868
+ - **statics:** fix lightning network ([ed0cf33](https://github.com/BitGo/BitGoJS/commit/ed0cf33d0a5150e21a575af68b4eff10f90719dc))
869
+
870
+ ### Features
871
+
872
+ - **lightning-lib:** add new lightning lib module ([9ef9a34](https://github.com/BitGo/BitGoJS/commit/9ef9a34af71f090a2544ae0b20f6968358bc4b6c))
873
+ - **sdk-coin-lnbtc:** add new sdk coin lnbtc module ([0da600b](https://github.com/BitGo/BitGoJS/commit/0da600b44f258149d186ba3500a8359ca79b5444))
874
+ - **statics:** add XCHNG token ([a9f9110](https://github.com/BitGo/BitGoJS/commit/a9f9110f8b2d0aedf0adf4a929db6e94a573d3e7))
875
+ - **statics:** update stx testnet explorer link ([3185520](https://github.com/BitGo/BitGoJS/commit/3185520d611b9125dfece716566d041eb36543f2))
876
+ - **statics:** use network of utxolib for lightning coin ([4396713](https://github.com/BitGo/BitGoJS/commit/4396713d425af18d43c20550f07e04509ffa7883))
877
+
878
+ # [48.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.18.0...@bitgo/statics@48.20.0) (2024-06-21)
879
+
880
+ ### Bug Fixes
881
+
882
+ - **statics:** fix solToken features ([776ffdd](https://github.com/BitGo/BitGoJS/commit/776ffdd0a1d831761ec380d5e4629e9a1b63efd0))
883
+
884
+ ### Features
885
+
886
+ - **statics:** added offchain support for OCEANV2 ([76c26a7](https://github.com/BitGo/BitGoJS/commit/76c26a777b00bc665dbefde4a4ed2fcb3fbcde64))
887
+ - **statics:** adding test token for solana tokens for go account ([dd1bf3d](https://github.com/BitGo/BitGoJS/commit/dd1bf3dde2a8d7d5e29bbdbb79acc90ccdcd115a))
888
+ - **statics:** fixing sol tokens ([304be30](https://github.com/BitGo/BitGoJS/commit/304be30d257cf65b254a5e875a124d18a4e25961))
889
+ - **statics:** update tia testnet explorer link ([17dc263](https://github.com/BitGo/BitGoJS/commit/17dc263cbde1627f00a8d797a023c194f27bbebc))
890
+
891
+ # [48.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.18.0...@bitgo/statics@48.19.0) (2024-06-20)
892
+
893
+ ### Bug Fixes
894
+
895
+ - **statics:** fix solToken features ([776ffdd](https://github.com/BitGo/BitGoJS/commit/776ffdd0a1d831761ec380d5e4629e9a1b63efd0))
896
+
897
+ ### Features
898
+
899
+ - **statics:** added offchain support for OCEANV2 ([76c26a7](https://github.com/BitGo/BitGoJS/commit/76c26a777b00bc665dbefde4a4ed2fcb3fbcde64))
900
+ - **statics:** adding test token for solana tokens for go account ([dd1bf3d](https://github.com/BitGo/BitGoJS/commit/dd1bf3dde2a8d7d5e29bbdbb79acc90ccdcd115a))
901
+ - **statics:** fixing sol tokens ([304be30](https://github.com/BitGo/BitGoJS/commit/304be30d257cf65b254a5e875a124d18a4e25961))
902
+ - **statics:** update tia testnet explorer link ([17dc263](https://github.com/BitGo/BitGoJS/commit/17dc263cbde1627f00a8d797a023c194f27bbebc))
903
+
904
+ # [48.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.17.0...@bitgo/statics@48.18.0) (2024-06-14)
905
+
906
+ ### Bug Fixes
907
+
908
+ - **statics:** decimalPlaces for XLM tokens ([405128e](https://github.com/BitGo/BitGoJS/commit/405128e804eaf8c9a079639ac81d6fafa4ae94ad))
909
+ - **statics:** update contract address for xsgd ([4916b7f](https://github.com/BitGo/BitGoJS/commit/4916b7f28edb991bcf54058d13a59a5d3d6f57e4))
910
+
911
+ ### Features
912
+
913
+ - **sdk-coin-ethlike:** add new eth like coin packages ([ba305cb](https://github.com/BitGo/BitGoJS/commit/ba305cb7f7b564d499d0f931f50919058e85652f))
914
+ - **statics:** add new token zro ([7a4669a](https://github.com/BitGo/BitGoJS/commit/7a4669a302e0f608b125caa7029f9ff470f5d17b))
915
+ - **statics:** add USMS Tokens part 1 ([24ce642](https://github.com/BitGo/BitGoJS/commit/24ce642f0fec193d3e291a963abf6c2242a7c671))
916
+
917
+ # [48.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.16.0...@bitgo/statics@48.17.0) (2024-06-11)
918
+
919
+ ### Bug Fixes
920
+
921
+ - **abstract-eth:** use correct derivation path in wrw recover function ([5018147](https://github.com/BitGo/BitGoJS/commit/50181478d487c8871f94da2fb92e7327098b2370))
922
+
923
+ ### Features
924
+
925
+ - **statics:** add support for Optimism Ethereum (L2 Chain) ([866edb5](https://github.com/BitGo/BitGoJS/commit/866edb51a64dfa32011297452c39e0b163f9f665))
926
+ - **statics:** add usde token ([dfc83c6](https://github.com/BitGo/BitGoJS/commit/dfc83c6e2826c707c6cc2fd4a29945ca367afeaa))
927
+ - **statics:** added ofc support for Polygon tokens ([baa8fbd](https://github.com/BitGo/BitGoJS/commit/baa8fbd9d269f4eb103f746a5b7afb0402102332))
928
+
929
+ # [48.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.15.0...@bitgo/statics@48.16.0) (2024-06-05)
930
+
931
+ ### Features
932
+
933
+ - **statics:** add new batch of tokens ([fd2ad87](https://github.com/BitGo/BitGoJS/commit/fd2ad87c11318f5c63239dd8638e8c61f183795a))
934
+
935
+ # [48.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.14.0...@bitgo/statics@48.15.0) (2024-05-31)
936
+
937
+ ### Bug Fixes
938
+
939
+ - **statics:** fix the polygon usdc on amoy ([0b8134a](https://github.com/BitGo/BitGoJS/commit/0b8134a201e696ea2d56fa07dac7ee893c15cc18))
940
+
941
+ ### Features
942
+
943
+ - **statics:** add new batch of tokens ([634ab67](https://github.com/BitGo/BitGoJS/commit/634ab67c2dfd500b3bda5164d6f0a89f664aa12c))
944
+
945
+ # [48.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.13.0...@bitgo/statics@48.14.0) (2024-05-28)
946
+
947
+ ### Features
948
+
949
+ - **statics:** add new batch of tokens ([30316f1](https://github.com/BitGo/BitGoJS/commit/30316f1077a8cd303f3293735aa4e7db9e6fac42))
950
+ - **statics:** added offchain support for ANKR,PENDLE,OM ([60d73c1](https://github.com/BitGo/BitGoJS/commit/60d73c16b935f1c205ec2f197eebe6682351b06a))
951
+ - **statics:** adding test token for solana tokens for go account ([e89757d](https://github.com/BitGo/BitGoJS/commit/e89757d12a1540b433a856acb0aef6ee22c88ebe))
952
+ - **statics:** enable cosmosLike MPCv2 ([231d25e](https://github.com/BitGo/BitGoJS/commit/231d25eccaeb8e4cd96a3b5b79ae3c11e73ea991))
953
+ - **statics:** enable mpcv2 for bsc and polygon ([e8cbbb8](https://github.com/BitGo/BitGoJS/commit/e8cbbb8d2e4fa1e079298faa5ccac17e19228aff))
954
+ - **statics:** fixing gari token ([065b9f0](https://github.com/BitGo/BitGoJS/commit/065b9f01adf7e477025608645c9fcbf361745ba4))
955
+
956
+ # [48.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.12.0...@bitgo/statics@48.13.0) (2024-05-22)
957
+
958
+ ### Features
959
+
960
+ - **statics:** add new batch of tokens ([8f705eb](https://github.com/BitGo/BitGoJS/commit/8f705eb0905b15d24e07fd3e4c5a40534c1dfef0))
961
+ - **statics:** update sbc address to the new one ([cf8a122](https://github.com/BitGo/BitGoJS/commit/cf8a122ddd9714186216a1a3183fc1a4b14e4226))
962
+
963
+ # [48.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.11.0...@bitgo/statics@48.12.0) (2024-05-17)
964
+
965
+ ### Bug Fixes
966
+
967
+ - **statics:** update explorer for ADA and ALGO ([75773b5](https://github.com/BitGo/BitGoJS/commit/75773b5025fbed82d67b730684e96e38dc5807e6))
968
+ - **statics:** update stellar token label ([639ee43](https://github.com/BitGo/BitGoJS/commit/639ee43aeb047b7bddd177c952d6303f3a364006))
969
+
970
+ ### Features
971
+
972
+ - **statics:** add ofc token to represent Erc20 token on avalance chain ([abc09c2](https://github.com/BitGo/BitGoJS/commit/abc09c2009883e535a91a95c235801da87ce87e1))
973
+ - **statics:** add offchain token for arbeth:usdcv2 ([aad0b16](https://github.com/BitGo/BitGoJS/commit/aad0b166763242cc2bd0837e9d0138f721e17f86))
974
+ - **statics:** add Tezos(XTZ) coin support to Go Accounts ([7e9b7e8](https://github.com/BitGo/BitGoJS/commit/7e9b7e8931ba5f3337d74baf9a563e6b7651c497))
975
+ - **statics:** adding support for solana tokens for go account ([076ff13](https://github.com/BitGo/BitGoJS/commit/076ff133de149de8e6c6a1382b9f082f7f838316))
976
+ - **statics:** rename stx explorer testnet url to nakamoto testnet url ([8ccdca8](https://github.com/BitGo/BitGoJS/commit/8ccdca8500a5f5a91baa9f5bcabeb022067e6590))
977
+
978
+ # [48.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.10.0...@bitgo/statics@48.11.0) (2024-05-13)
979
+
980
+ ### Bug Fixes
981
+
982
+ - **statics:** fix display name issue for arbeth tokens ([6f096c7](https://github.com/BitGo/BitGoJS/commit/6f096c75502bdce40dd02a4b86db1b37a4759faf))
983
+
984
+ ### Features
985
+
986
+ - onboard celo coin ([d922c02](https://github.com/BitGo/BitGoJS/commit/d922c02e24ea3a80757f92c0aa9cc6f3a2441946))
987
+ - **statics:** add new batch of tokens ([983e919](https://github.com/BitGo/BitGoJS/commit/983e919a2b702013f7409606ee68587ead61e640))
988
+
989
+ # [48.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.9.0...@bitgo/statics@48.10.0) (2024-05-08)
990
+
991
+ ### Features
992
+
993
+ - onboard celo token ([75002b3](https://github.com/BitGo/BitGoJS/commit/75002b3a8a5c36f14e2ae46318bc1b55c4b91339))
994
+ - **statics:** add COREUM(CORE) coin support to Go Accounts ([7c8a797](https://github.com/BitGo/BitGoJS/commit/7c8a797e1339277448fd6b00cff2ff7a11978e74))
995
+ - **statics:** add COREUM(CORE) coin support to Go Accounts ([c43ef7f](https://github.com/BitGo/BitGoJS/commit/c43ef7f14fdc87558c9e55f70520c5dc7bf9aaf6))
996
+ - **statics:** add MASA(ERC-20) token support to Go Account ([eeccfef](https://github.com/BitGo/BitGoJS/commit/eeccfef88835384494905c6ef626e3b3b2b102c8))
997
+ - **statics:** add new batch of tokens ([bc5f92e](https://github.com/BitGo/BitGoJS/commit/bc5f92e4b8cf0010ecf077a70d5db5a0cc0b981c))
998
+ - **statics:** add new batch of tokens ([6fbc1c7](https://github.com/BitGo/BitGoJS/commit/6fbc1c7f2194bd53fc5a40d221f12d7924db1ed2))
999
+ - **statics:** add new erc20 tokens on holesky ([3f019f7](https://github.com/BitGo/BitGoJS/commit/3f019f7b574fe31ba532630a6c4f55515701cd9e))
1000
+ - **statics:** adding support for tokens (erc20) for go account ([913fd92](https://github.com/BitGo/BitGoJS/commit/913fd9275a5b2095ba1eb45a04bb7b81216d582e))
1001
+
1002
+ # [48.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.8.1...@bitgo/statics@48.9.0) (2024-05-01)
1003
+
1004
+ ### Features
1005
+
1006
+ - **sdk-core:** add MPCv2 wallet creation ([3b15e71](https://github.com/BitGo/BitGoJS/commit/3b15e715a5cdb165ce671bd216d1191170ee8980))
1007
+ - **statics:** adding support for tokens (erc20) for go account ([5f21569](https://github.com/BitGo/BitGoJS/commit/5f21569bafc6a7f0648c6d4d3b1e2eb800b3eef4))
1008
+
1009
+ ## [48.8.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.8.0...@bitgo/statics@48.8.1) (2024-04-25)
1010
+
1011
+ **Note:** Version bump only for package @bitgo/statics
1012
+
1013
+ # [48.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.7.0...@bitgo/statics@48.8.0) (2024-04-22)
1014
+
1015
+ ### Features
1016
+
1017
+ - **statics:** add new batch of tokens ([bdb16bc](https://github.com/BitGo/BitGoJS/commit/bdb16bc50059d391219a9b93366f20038d702f05))
1018
+ - **statics:** add polygon amoy testnet ([b9a770d](https://github.com/BitGo/BitGoJS/commit/b9a770d4833a9175832629912ecae4687b2681b4))
1019
+ - **statics:** adding support for jasmycoin (erc20) for go account ([d3cdb98](https://github.com/BitGo/BitGoJS/commit/d3cdb9841262bc253aa43a16221ae5957e85cf8a))
1020
+
1021
+ # [48.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.6.0...@bitgo/statics@48.7.0) (2024-04-17)
1022
+
1023
+ ### Features
1024
+
1025
+ - **statics:** add ofc token to represent Erc20 token on arbitrun chain ([32ccf68](https://github.com/BitGo/BitGoJS/commit/32ccf682b4329fd53f06c6466585af58dacc4a57))
1026
+ - **statics:** remove test on addressCoin ([c5356b9](https://github.com/BitGo/BitGoJS/commit/c5356b92fe9099babaee0085da63a440436b7220))
1027
+
1028
+ # [48.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.5.0...@bitgo/statics@48.6.0) (2024-04-12)
1029
+
1030
+ ### Features
1031
+
1032
+ - **statics:** add new batch of tokens ([534a156](https://github.com/BitGo/BitGoJS/commit/534a156cafecbcd9f1d918036516771270f79610))
1033
+ - **statics:** add ofc for TBILL (erc20) ([5e6c6f6](https://github.com/BitGo/BitGoJS/commit/5e6c6f6474eaf391ac120f721b255868193d5853))
1034
+ - **statics:** add ofc for USTB (erc20) ([b40d72c](https://github.com/BitGo/BitGoJS/commit/b40d72cf90b07fd890ea95b5feb759054403330c))
1035
+
1036
+ # [48.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.4.0...@bitgo/statics@48.5.0) (2024-04-09)
1037
+
1038
+ ### Features
1039
+
1040
+ - **statics:** add new batch of tokens ([2d5da0e](https://github.com/BitGo/BitGoJS/commit/2d5da0e038416fd512cdcd20e89938f980a756db))
1041
+
1042
+ # [48.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.3.0...@bitgo/statics@48.4.0) (2024-04-08)
1043
+
1044
+ ### Features
1045
+
1046
+ - **statics:** add offchain coins for few arbeth coins ([d7c570c](https://github.com/BitGo/BitGoJS/commit/d7c570cabb8e3e2a0481caac6f73e04a87d4ba48))
1047
+
1048
+ # [48.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.2.0...@bitgo/statics@48.3.0) (2024-04-05)
1049
+
1050
+ ### Features
1051
+
1052
+ - **statics:** add offchain coin for BUIDL ([2b0db4a](https://github.com/BitGo/BitGoJS/commit/2b0db4a509ab77bd39c27c9c52d7cc3dcd5feac0))
1053
+ - **statics:** corrected decimal places for wbtc and TKX ([d694492](https://github.com/BitGo/BitGoJS/commit/d6944925be55091e2b1254b6ee515ae7ab72d600))
1054
+ - **statics:** update testnet atom explorer link ([bdc6512](https://github.com/BitGo/BitGoJS/commit/bdc651233fddfe2f8277f059e1109a40544da8fc))
1055
+ - **statics:** update ton explorer link ([df944e6](https://github.com/BitGo/BitGoJS/commit/df944e68848f32a394d6daef1fbc5fba102ac8da))
1056
+
1057
+ # [48.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.1.0...@bitgo/statics@48.2.0) (2024-03-28)
1058
+
1059
+ ### Bug Fixes
1060
+
1061
+ - **sdk-core:** remove onToken validation when creating address ([75f7fb7](https://github.com/BitGo/BitGoJS/commit/75f7fb7d3a98995f8086743d9db1662808d2315f))
1062
+
1063
+ ### Features
1064
+
1065
+ - **statics:** add new token MASA ([24dac2a](https://github.com/BitGo/BitGoJS/commit/24dac2a926e66975f9b2d048587da8e87c8d8e59))
1066
+
1067
+ # [48.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@48.0.0...@bitgo/statics@48.1.0) (2024-03-19)
1068
+
1069
+ ### Bug Fixes
1070
+
1071
+ - adding PayGo to coinFeatures paygo ([f9b7d20](https://github.com/BitGo/BitGoJS/commit/f9b7d208c3de64cd7d88ab402b1941e7df123281))
1072
+ - **statics:** correct NEAR testnet explorer url ([530ec7b](https://github.com/BitGo/BitGoJS/commit/530ec7bd6a8f0b782c6aab27b88502e22d13eed4))
1073
+ - **statics:** update hbar explorer url ([0bdfd6b](https://github.com/BitGo/BitGoJS/commit/0bdfd6b6dbb3805a22b174cdfface27ae5923938))
1074
+ - **statics:** updates decimal for opeth:usdt ([0e98be4](https://github.com/BitGo/BitGoJS/commit/0e98be4e4151b8d64050f475e4fb3302e3b31b75))
1075
+
1076
+ ### Features
1077
+
1078
+ - **statics:** add new token MYRC and fix MSN address ([4e96305](https://github.com/BitGo/BitGoJS/commit/4e9630595808d6aa9c493014d2ac1f9b2775c858))
1079
+ - **statics:** added fet1 (new contract) token in coins.ts ([a060a8e](https://github.com/BitGo/BitGoJS/commit/a060a8ef7e12a7360c5f7b37d24f2d4e4054d4b0))
1080
+
1081
+ # [48.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@47.2.0...@bitgo/statics@48.0.0) (2024-03-11)
1082
+
1083
+ ### Bug Fixes
1084
+
1085
+ - **abstract-eth:** fixes issue related to gasestimate for ethlike ([190bdb2](https://github.com/BitGo/BitGoJS/commit/190bdb2b225fc2fd87fe536aeb77734f102b9984))
1086
+ - **statics:** fix name and network for tokens ([6a21d0e](https://github.com/BitGo/BitGoJS/commit/6a21d0e1f54e212e537cb601024283d08eaec044))
1087
+ - **statics:** update zetachain to zetaevm ([f410f81](https://github.com/BitGo/BitGoJS/commit/f410f81a5446f4b3aae279c7c80055c5a9ee33a2))
1088
+
1089
+ ### Features
1090
+
1091
+ - add singapore trust to all multisig coins ([4a417cc](https://github.com/BitGo/BitGoJS/commit/4a417cc92189d4453a68dd5ec1f09a0712ac324f))
1092
+ - **statics:** add new batch of tokens ([da6c844](https://github.com/BitGo/BitGoJS/commit/da6c84489b2ab4379d4f8922b167d62e1bafc1c9))
1093
+ - **statics:** add new batch of tokens ([99442b0](https://github.com/BitGo/BitGoJS/commit/99442b07e870e5ba60c00c28a80ec1f99275511d))
1094
+ - **statics:** added erc20 token in coins.ts ([a14d764](https://github.com/BitGo/BitGoJS/commit/a14d764fd7d3aa143879f1405d5486a8945437a7))
1095
+
1096
+ ### BREAKING CHANGES
1097
+
1098
+ - **statics:** we modify the symbol of the coins, and need to update this in indexer and wp also
1099
+ to avoid errors and inconsistances
1100
+
1101
+ # [47.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@47.1.0...@bitgo/statics@47.2.0) (2024-02-28)
1102
+
1103
+ ### Features
1104
+
1105
+ - **statics:** add token as available for switzerland ([0cf26a7](https://github.com/BitGo/BitGoJS/commit/0cf26a760c1d8487133eebc5125e5f838c0384c8))
1106
+
1107
+ # [47.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@47.0.0...@bitgo/statics@47.1.0) (2024-02-22)
1108
+
1109
+ ### Bug Fixes
1110
+
1111
+ - **statics:** fix address for vnx-euro ([4161a05](https://github.com/BitGo/BitGoJS/commit/4161a05505345a7883c614b033a74fc9dded5321))
1112
+ - **statics:** update hbar explorer url ([9222a07](https://github.com/BitGo/BitGoJS/commit/9222a07a0cb657a254f6b00ef72123be91c256e9))
1113
+
1114
+ ### Features
1115
+
1116
+ - add ofchteth token ([dbfb1c5](https://github.com/BitGo/BitGoJS/commit/dbfb1c56902366d7f2ad461b17b1e10189dd7dc9))
1117
+ - **statics:** add coins as available for switzerland ([5271c73](https://github.com/BitGo/BitGoJS/commit/5271c734d1961906478018ec3fe64621f599e4f5))
1118
+
1119
+ # [47.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@47.0.0) (2024-02-19)
1120
+
1121
+ ### Bug Fixes
1122
+
1123
+ - **abstract-eth:** change tx encoding method for arb and op ([c11b0dd](https://github.com/BitGo/BitGoJS/commit/c11b0dd4705b0de4aaf9fff26eecf361d78b9f10))
1124
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
1125
+ - rename injective erc20 token ([7c08ec0](https://github.com/BitGo/BitGoJS/commit/7c08ec0741e298fd744151aa55a846762ba1ad41))
1126
+ - rename Zeta Chain to Zeta (ERC20) ([bd05dca](https://github.com/BitGo/BitGoJS/commit/bd05dca7a10bd6250bf27d89462d1ed9cfeb8123))
1127
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1128
+ - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
1129
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
1130
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
1131
+ - **statics:** add tss coin feature for tokens ([5744649](https://github.com/BitGo/BitGoJS/commit/57446496e5afa36468c9d47711a94240fdf561fe))
1132
+ - **statics:** correct casing of erc20 tokens ([4b92205](https://github.com/BitGo/BitGoJS/commit/4b922058b7a62103c0caf38f224c4786ec42670c))
1133
+ - **statics:** correct token contract address ([f114d68](https://github.com/BitGo/BitGoJS/commit/f114d68d7476a532b0c80f69fac42616bcfff9a0))
1134
+ - **statics:** don't use . or $ or " " in token names ([384fc5c](https://github.com/BitGo/BitGoJS/commit/384fc5cdd4a436b559423f4d993bd5b915df8ce5))
1135
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
1136
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
1137
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
1138
+ - **statics:** fix bsgg address ([ff0fd72](https://github.com/BitGo/BitGoJS/commit/ff0fd7204ee5e0f04557d4de1440e08127d8182c))
1139
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
1140
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
1141
+ - **statics:** remove space from token ([58d73ac](https://github.com/BitGo/BitGoJS/commit/58d73acb91deaf11449e1cb50d05c0c00d9f6ed9))
1142
+ - **statics:** update holesky contract address ([8cfdfc4](https://github.com/BitGo/BitGoJS/commit/8cfdfc4c031e3998e40e8776f9ee22081084cc75))
1143
+ - update urls for XTZ and TXTZ explorers ([bd38de9](https://github.com/BitGo/BitGoJS/commit/bd38de95e972d62b99fcd1f5d6c79955545d5cb9))
1144
+
1145
+ ### chore
1146
+
1147
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
1148
+
1149
+ ### Code Refactoring
1150
+
1151
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1152
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
1153
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
1154
+
1155
+ ### Features
1156
+
1157
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
1158
+ - **abstract-eth:** add v4 forwarder creation logic ([25faaa3](https://github.com/BitGo/BitGoJS/commit/25faaa33723feb2a4f7ce7209a64841b438a4367))
1159
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1160
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
1161
+ - add new coin feature for bulk staking transaction ([ec08d91](https://github.com/BitGo/BitGoJS/commit/ec08d918401c9e6fd928acaa4f53fc0e518c4d1d))
1162
+ - add singapore trust as a new coinfeature ([9ad006d](https://github.com/BitGo/BitGoJS/commit/9ad006d49c9c7bdf55bb52fe28a68612e2a097c4))
1163
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
1164
+ - **bitgo:** use holesky etherscan url instead of goerli ([61962f6](https://github.com/BitGo/BitGoJS/commit/61962f6e273fd654575d3c93d9faf1a46bd361e4))
1165
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
1166
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
1167
+ - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
1168
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
1169
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
1170
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
1171
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
1172
+ - **statics:** add ERC20 tokens for FTX ([2549988](https://github.com/BitGo/BitGoJS/commit/2549988be6d74f98ba6554550f7b7af5de379d61))
1173
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
1174
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
1175
+ - **statics:** add matic tokens for ftx ([a625ad1](https://github.com/BitGo/BitGoJS/commit/a625ad13b5677d1cf48fa27527d8ee9b77794a0a))
1176
+ - **statics:** add new batch of tokens ([e0f3b20](https://github.com/BitGo/BitGoJS/commit/e0f3b2067dd971057c9aecb1c74649860717bc01))
1177
+ - **statics:** add new batch of tokens ([a308ca3](https://github.com/BitGo/BitGoJS/commit/a308ca3ec3e32bc6b22fdc41aef67c17077813d5))
1178
+ - **statics:** add new batch of tokens ([58627f8](https://github.com/BitGo/BitGoJS/commit/58627f8bd01af828f4bab34a56be703a2e4b7c59))
1179
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
1180
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
1181
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
1182
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
1183
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
1184
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
1185
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
1186
+ - **statics:** add SOL tokens for FTX ([5c5139a](https://github.com/BitGo/BitGoJS/commit/5c5139a112867701dcda6b3ae5226548be934733))
1187
+ - **statics:** add SOL tokens for FTX transfer drift ([1a1aa7a](https://github.com/BitGo/BitGoJS/commit/1a1aa7adc9238acaaa304a66d570a659a7f9401e))
1188
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
1189
+ - **statics:** add token ustb ([c3c3db5](https://github.com/BitGo/BitGoJS/commit/c3c3db5e50399a2ad9fb8e5592b7941b80abe8e0))
1190
+ - **statics:** add zketh coin config ([0afeee2](https://github.com/BitGo/BitGoJS/commit/0afeee2250d7738ec4cec14d1e14b03e81b04983))
1191
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
1192
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
1193
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
1194
+ - **statics:** adds ofcldo in coins.ts ([50355b1](https://github.com/BitGo/BitGoJS/commit/50355b1a6418b860bd03e0241ebbbf5a7bff6bb8))
1195
+ - **statics:** adds ofcsbc in coins.ts ([a7d66d2](https://github.com/BitGo/BitGoJS/commit/a7d66d2835877bc3ede48c66f892a4c0cb0e8932))
1196
+ - **statics:** adds ofcusdglo in coins.ts ([bc18b0b](https://github.com/BitGo/BitGoJS/commit/bc18b0b1d0cf415133bfe5f48efa9f1deb294bd8))
1197
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
1198
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
1199
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
1200
+ - **statics:** enable custody signing rebuilding for NEAR TSS ([320b182](https://github.com/BitGo/BitGoJS/commit/320b18278f2e7c75e671d901891a741038f67b61))
1201
+ - **statics:** onboard DUST, PYTH, HOOK, BORG, WECAN, osETH, CROWN ([8aa0161](https://github.com/BitGo/BitGoJS/commit/8aa016141fc66afde54458e9be78035b47e931fa))
1202
+ - **statics:** onboard new avaxc tokens ([0d54ebe](https://github.com/BitGo/BitGoJS/commit/0d54ebebc18ce5ee89cb193ca3c363f55f6fc91d))
1203
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
1204
+ - **statics:** onboard new erc20 tokens ([486c17a](https://github.com/BitGo/BitGoJS/commit/486c17a3bbb9554859dec08f95a70eb432b39af7))
1205
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
1206
+ - **statics:** update algorand explorer link ([ec41e7b](https://github.com/BitGo/BitGoJS/commit/ec41e7ba43615c82cc37f22f4713e5c435194c1e))
1207
+ - **statics:** update full name for ofcldo in coins.ts Ticket: PX-2959 ([914aa57](https://github.com/BitGo/BitGoJS/commit/914aa57f87034aaaa1a5b4165c09d949cb2f6d49))
1208
+ - **statics:** update polygon features ([7e6cd86](https://github.com/BitGo/BitGoJS/commit/7e6cd860f44a13ef66f4ce88410a4768b80626fc))
1209
+ - **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
1210
+
1211
+ ### BREAKING CHANGES
1212
+
1213
+ - **bitgo:** changed default eth testnet etherscan url to holesky
1214
+ - **sdk-coin-atom:** restructured exports
1215
+
1216
+ * Removed constants overlapping with @bitgo/abstract-cosmos
1217
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
1218
+
1219
+ Code dependent on the previously exported Interfaces/Constants needs to
1220
+ be updated to import these from @bitgo/abstract-cosmos instead
1221
+
1222
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1223
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1224
+ getCustomChainName method is removed from Polygon class because a common
1225
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1226
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1227
+ and needs to be passed to derive the Eth common object from the chainId.
1228
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1229
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1230
+ and Polygon class returns number instead of string just to align with
1231
+ AbstractEthLikeCoin
1232
+ Ticket: WIN-1012
1233
+ - rename coin module, coin name, named exports for coreum
1234
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
1235
+
1236
+ # [46.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@46.0.0) (2024-01-30)
1237
+
1238
+ ### Bug Fixes
1239
+
1240
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
1241
+ - rename injective erc20 token ([7c08ec0](https://github.com/BitGo/BitGoJS/commit/7c08ec0741e298fd744151aa55a846762ba1ad41))
1242
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1243
+ - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
1244
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
1245
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
1246
+ - **statics:** add tss coin feature for tokens ([5744649](https://github.com/BitGo/BitGoJS/commit/57446496e5afa36468c9d47711a94240fdf561fe))
1247
+ - **statics:** correct casing of erc20 tokens ([4b92205](https://github.com/BitGo/BitGoJS/commit/4b922058b7a62103c0caf38f224c4786ec42670c))
1248
+ - **statics:** correct token contract address ([f114d68](https://github.com/BitGo/BitGoJS/commit/f114d68d7476a532b0c80f69fac42616bcfff9a0))
1249
+ - **statics:** don't use . or $ or " " in token names ([384fc5c](https://github.com/BitGo/BitGoJS/commit/384fc5cdd4a436b559423f4d993bd5b915df8ce5))
1250
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
1251
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
1252
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
1253
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
1254
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
1255
+ - **statics:** remove space from token ([58d73ac](https://github.com/BitGo/BitGoJS/commit/58d73acb91deaf11449e1cb50d05c0c00d9f6ed9))
1256
+ - **statics:** update holesky contract address ([8cfdfc4](https://github.com/BitGo/BitGoJS/commit/8cfdfc4c031e3998e40e8776f9ee22081084cc75))
1257
+ - update urls for XTZ and TXTZ explorers ([bd38de9](https://github.com/BitGo/BitGoJS/commit/bd38de95e972d62b99fcd1f5d6c79955545d5cb9))
1258
+
1259
+ ### chore
1260
+
1261
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
1262
+
1263
+ ### Code Refactoring
1264
+
1265
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1266
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
1267
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
1268
+
1269
+ ### Features
1270
+
1271
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
1272
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1273
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
1274
+ - add new coin feature for bulk staking transaction ([ec08d91](https://github.com/BitGo/BitGoJS/commit/ec08d918401c9e6fd928acaa4f53fc0e518c4d1d))
1275
+ - add singapore trust as a new coinfeature ([9ad006d](https://github.com/BitGo/BitGoJS/commit/9ad006d49c9c7bdf55bb52fe28a68612e2a097c4))
1276
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
1277
+ - **bitgo:** use holesky etherscan url instead of goerli ([61962f6](https://github.com/BitGo/BitGoJS/commit/61962f6e273fd654575d3c93d9faf1a46bd361e4))
1278
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
1279
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
1280
+ - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
1281
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
1282
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
1283
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
1284
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
1285
+ - **statics:** add ERC20 tokens for FTX ([2549988](https://github.com/BitGo/BitGoJS/commit/2549988be6d74f98ba6554550f7b7af5de379d61))
1286
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
1287
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
1288
+ - **statics:** add matic tokens for ftx ([a625ad1](https://github.com/BitGo/BitGoJS/commit/a625ad13b5677d1cf48fa27527d8ee9b77794a0a))
1289
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
1290
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
1291
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
1292
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
1293
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
1294
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
1295
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
1296
+ - **statics:** add SOL tokens for FTX ([5c5139a](https://github.com/BitGo/BitGoJS/commit/5c5139a112867701dcda6b3ae5226548be934733))
1297
+ - **statics:** add SOL tokens for FTX transfer drift ([1a1aa7a](https://github.com/BitGo/BitGoJS/commit/1a1aa7adc9238acaaa304a66d570a659a7f9401e))
1298
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
1299
+ - **statics:** add token ustb ([c3c3db5](https://github.com/BitGo/BitGoJS/commit/c3c3db5e50399a2ad9fb8e5592b7941b80abe8e0))
1300
+ - **statics:** add zketh coin config ([0afeee2](https://github.com/BitGo/BitGoJS/commit/0afeee2250d7738ec4cec14d1e14b03e81b04983))
1301
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
1302
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
1303
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
1304
+ - **statics:** adds ofcldo in coins.ts ([50355b1](https://github.com/BitGo/BitGoJS/commit/50355b1a6418b860bd03e0241ebbbf5a7bff6bb8))
1305
+ - **statics:** adds ofcsbc in coins.ts ([a7d66d2](https://github.com/BitGo/BitGoJS/commit/a7d66d2835877bc3ede48c66f892a4c0cb0e8932))
1306
+ - **statics:** adds ofcusdglo in coins.ts ([bc18b0b](https://github.com/BitGo/BitGoJS/commit/bc18b0b1d0cf415133bfe5f48efa9f1deb294bd8))
1307
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
1308
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
1309
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
1310
+ - **statics:** enable custody signing rebuilding for NEAR TSS ([320b182](https://github.com/BitGo/BitGoJS/commit/320b18278f2e7c75e671d901891a741038f67b61))
1311
+ - **statics:** onboard DUST, PYTH, HOOK, BORG, WECAN, osETH, CROWN ([8aa0161](https://github.com/BitGo/BitGoJS/commit/8aa016141fc66afde54458e9be78035b47e931fa))
1312
+ - **statics:** onboard new avaxc tokens ([0d54ebe](https://github.com/BitGo/BitGoJS/commit/0d54ebebc18ce5ee89cb193ca3c363f55f6fc91d))
1313
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
1314
+ - **statics:** onboard new erc20 tokens ([486c17a](https://github.com/BitGo/BitGoJS/commit/486c17a3bbb9554859dec08f95a70eb432b39af7))
1315
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
1316
+ - **statics:** update full name for ofcldo in coins.ts Ticket: PX-2959 ([914aa57](https://github.com/BitGo/BitGoJS/commit/914aa57f87034aaaa1a5b4165c09d949cb2f6d49))
1317
+ - **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
1318
+
1319
+ ### BREAKING CHANGES
1320
+
1321
+ - **bitgo:** changed default eth testnet etherscan url to holesky
1322
+ - **sdk-coin-atom:** restructured exports
1323
+
1324
+ * Removed constants overlapping with @bitgo/abstract-cosmos
1325
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
1326
+
1327
+ Code dependent on the previously exported Interfaces/Constants needs to
1328
+ be updated to import these from @bitgo/abstract-cosmos instead
1329
+
1330
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1331
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1332
+ getCustomChainName method is removed from Polygon class because a common
1333
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1334
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1335
+ and needs to be passed to derive the Eth common object from the chainId.
1336
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1337
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1338
+ and Polygon class returns number instead of string just to align with
1339
+ AbstractEthLikeCoin
1340
+ Ticket: WIN-1012
1341
+ - rename coin module, coin name, named exports for coreum
1342
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
1343
+
1344
+ # [45.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@45.0.0) (2024-01-26)
1345
+
1346
+ ### Bug Fixes
1347
+
1348
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
1349
+ - rename injective erc20 token ([7c08ec0](https://github.com/BitGo/BitGoJS/commit/7c08ec0741e298fd744151aa55a846762ba1ad41))
1350
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1351
+ - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
1352
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
1353
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
1354
+ - **statics:** add tss coin feature for tokens ([5744649](https://github.com/BitGo/BitGoJS/commit/57446496e5afa36468c9d47711a94240fdf561fe))
1355
+ - **statics:** correct casing of erc20 tokens ([4b92205](https://github.com/BitGo/BitGoJS/commit/4b922058b7a62103c0caf38f224c4786ec42670c))
1356
+ - **statics:** correct token contract address ([f114d68](https://github.com/BitGo/BitGoJS/commit/f114d68d7476a532b0c80f69fac42616bcfff9a0))
1357
+ - **statics:** don't use . or $ or " " in token names ([384fc5c](https://github.com/BitGo/BitGoJS/commit/384fc5cdd4a436b559423f4d993bd5b915df8ce5))
1358
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
1359
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
1360
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
1361
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
1362
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
1363
+ - **statics:** remove space from token ([58d73ac](https://github.com/BitGo/BitGoJS/commit/58d73acb91deaf11449e1cb50d05c0c00d9f6ed9))
1364
+ - **statics:** update holesky contract address ([8cfdfc4](https://github.com/BitGo/BitGoJS/commit/8cfdfc4c031e3998e40e8776f9ee22081084cc75))
1365
+ - update urls for XTZ and TXTZ explorers ([bd38de9](https://github.com/BitGo/BitGoJS/commit/bd38de95e972d62b99fcd1f5d6c79955545d5cb9))
1366
+
1367
+ ### chore
1368
+
1369
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
1370
+
1371
+ ### Code Refactoring
1372
+
1373
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1374
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
1375
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
1376
+
1377
+ ### Features
1378
+
1379
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
1380
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1381
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
1382
+ - add new coin feature for bulk staking transaction ([ec08d91](https://github.com/BitGo/BitGoJS/commit/ec08d918401c9e6fd928acaa4f53fc0e518c4d1d))
1383
+ - add singapore trust as a new coinfeature ([9ad006d](https://github.com/BitGo/BitGoJS/commit/9ad006d49c9c7bdf55bb52fe28a68612e2a097c4))
1384
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
1385
+ - **bitgo:** use holesky etherscan url instead of goerli ([61962f6](https://github.com/BitGo/BitGoJS/commit/61962f6e273fd654575d3c93d9faf1a46bd361e4))
1386
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
1387
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
1388
+ - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
1389
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
1390
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
1391
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
1392
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
1393
+ - **statics:** add ERC20 tokens for FTX ([2549988](https://github.com/BitGo/BitGoJS/commit/2549988be6d74f98ba6554550f7b7af5de379d61))
1394
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
1395
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
1396
+ - **statics:** add matic tokens for ftx ([a625ad1](https://github.com/BitGo/BitGoJS/commit/a625ad13b5677d1cf48fa27527d8ee9b77794a0a))
1397
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
1398
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
1399
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
1400
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
1401
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
1402
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
1403
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
1404
+ - **statics:** add SOL tokens for FTX ([5c5139a](https://github.com/BitGo/BitGoJS/commit/5c5139a112867701dcda6b3ae5226548be934733))
1405
+ - **statics:** add SOL tokens for FTX transfer drift ([1a1aa7a](https://github.com/BitGo/BitGoJS/commit/1a1aa7adc9238acaaa304a66d570a659a7f9401e))
1406
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
1407
+ - **statics:** add zketh coin config ([0afeee2](https://github.com/BitGo/BitGoJS/commit/0afeee2250d7738ec4cec14d1e14b03e81b04983))
1408
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
1409
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
1410
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
1411
+ - **statics:** adds ofcldo in coins.ts ([50355b1](https://github.com/BitGo/BitGoJS/commit/50355b1a6418b860bd03e0241ebbbf5a7bff6bb8))
1412
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
1413
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
1414
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
1415
+ - **statics:** enable custody signing rebuilding for NEAR TSS ([320b182](https://github.com/BitGo/BitGoJS/commit/320b18278f2e7c75e671d901891a741038f67b61))
1416
+ - **statics:** onboard DUST, PYTH, HOOK, BORG, WECAN, osETH, CROWN ([8aa0161](https://github.com/BitGo/BitGoJS/commit/8aa016141fc66afde54458e9be78035b47e931fa))
1417
+ - **statics:** onboard new avaxc tokens ([0d54ebe](https://github.com/BitGo/BitGoJS/commit/0d54ebebc18ce5ee89cb193ca3c363f55f6fc91d))
1418
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
1419
+ - **statics:** onboard new erc20 tokens ([486c17a](https://github.com/BitGo/BitGoJS/commit/486c17a3bbb9554859dec08f95a70eb432b39af7))
1420
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
1421
+ - **statics:** update full name for ofcldo in coins.ts Ticket: PX-2959 ([914aa57](https://github.com/BitGo/BitGoJS/commit/914aa57f87034aaaa1a5b4165c09d949cb2f6d49))
1422
+ - **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
1423
+
1424
+ ### BREAKING CHANGES
1425
+
1426
+ - **bitgo:** changed default eth testnet etherscan url to holesky
1427
+ - **sdk-coin-atom:** restructured exports
1428
+
1429
+ * Removed constants overlapping with @bitgo/abstract-cosmos
1430
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
1431
+
1432
+ Code dependent on the previously exported Interfaces/Constants needs to
1433
+ be updated to import these from @bitgo/abstract-cosmos instead
1434
+
1435
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1436
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1437
+ getCustomChainName method is removed from Polygon class because a common
1438
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1439
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1440
+ and needs to be passed to derive the Eth common object from the chainId.
1441
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1442
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1443
+ and Polygon class returns number instead of string just to align with
1444
+ AbstractEthLikeCoin
1445
+ Ticket: WIN-1012
1446
+ - rename coin module, coin name, named exports for coreum
1447
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
1448
+
1449
+ # [44.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@44.0.0) (2024-01-26)
1450
+
1451
+ ### Bug Fixes
1452
+
1453
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
1454
+ - rename injective erc20 token ([7c08ec0](https://github.com/BitGo/BitGoJS/commit/7c08ec0741e298fd744151aa55a846762ba1ad41))
1455
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1456
+ - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
1457
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
1458
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
1459
+ - **statics:** add tss coin feature for tokens ([5744649](https://github.com/BitGo/BitGoJS/commit/57446496e5afa36468c9d47711a94240fdf561fe))
1460
+ - **statics:** correct casing of erc20 tokens ([4b92205](https://github.com/BitGo/BitGoJS/commit/4b922058b7a62103c0caf38f224c4786ec42670c))
1461
+ - **statics:** correct token contract address ([f114d68](https://github.com/BitGo/BitGoJS/commit/f114d68d7476a532b0c80f69fac42616bcfff9a0))
1462
+ - **statics:** don't use . or $ or " " in token names ([384fc5c](https://github.com/BitGo/BitGoJS/commit/384fc5cdd4a436b559423f4d993bd5b915df8ce5))
1463
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
1464
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
1465
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
1466
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
1467
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
1468
+ - **statics:** remove space from token ([58d73ac](https://github.com/BitGo/BitGoJS/commit/58d73acb91deaf11449e1cb50d05c0c00d9f6ed9))
1469
+ - **statics:** update holesky contract address ([8cfdfc4](https://github.com/BitGo/BitGoJS/commit/8cfdfc4c031e3998e40e8776f9ee22081084cc75))
1470
+ - update urls for XTZ and TXTZ explorers ([bd38de9](https://github.com/BitGo/BitGoJS/commit/bd38de95e972d62b99fcd1f5d6c79955545d5cb9))
1471
+
1472
+ ### chore
1473
+
1474
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
1475
+
1476
+ ### Code Refactoring
1477
+
1478
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1479
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
1480
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
1481
+
1482
+ ### Features
1483
+
1484
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
1485
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1486
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
1487
+ - add new coin feature for bulk staking transaction ([ec08d91](https://github.com/BitGo/BitGoJS/commit/ec08d918401c9e6fd928acaa4f53fc0e518c4d1d))
1488
+ - add singapore trust as a new coinfeature ([9ad006d](https://github.com/BitGo/BitGoJS/commit/9ad006d49c9c7bdf55bb52fe28a68612e2a097c4))
1489
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
1490
+ - **bitgo:** use holesky etherscan url instead of goerli ([61962f6](https://github.com/BitGo/BitGoJS/commit/61962f6e273fd654575d3c93d9faf1a46bd361e4))
1491
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
1492
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
1493
+ - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
1494
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
1495
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
1496
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
1497
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
1498
+ - **statics:** add ERC20 tokens for FTX ([2549988](https://github.com/BitGo/BitGoJS/commit/2549988be6d74f98ba6554550f7b7af5de379d61))
1499
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
1500
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
1501
+ - **statics:** add matic tokens for ftx ([a625ad1](https://github.com/BitGo/BitGoJS/commit/a625ad13b5677d1cf48fa27527d8ee9b77794a0a))
1502
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
1503
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
1504
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
1505
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
1506
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
1507
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
1508
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
1509
+ - **statics:** add SOL tokens for FTX ([5c5139a](https://github.com/BitGo/BitGoJS/commit/5c5139a112867701dcda6b3ae5226548be934733))
1510
+ - **statics:** add SOL tokens for FTX transfer drift ([1a1aa7a](https://github.com/BitGo/BitGoJS/commit/1a1aa7adc9238acaaa304a66d570a659a7f9401e))
1511
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
1512
+ - **statics:** add zketh coin config ([0afeee2](https://github.com/BitGo/BitGoJS/commit/0afeee2250d7738ec4cec14d1e14b03e81b04983))
1513
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
1514
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
1515
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
1516
+ - **statics:** adds ofcldo in coins.ts ([50355b1](https://github.com/BitGo/BitGoJS/commit/50355b1a6418b860bd03e0241ebbbf5a7bff6bb8))
1517
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
1518
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
1519
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
1520
+ - **statics:** enable custody signing rebuilding for NEAR TSS ([320b182](https://github.com/BitGo/BitGoJS/commit/320b18278f2e7c75e671d901891a741038f67b61))
1521
+ - **statics:** onboard DUST, PYTH, HOOK, BORG, WECAN, osETH, CROWN ([8aa0161](https://github.com/BitGo/BitGoJS/commit/8aa016141fc66afde54458e9be78035b47e931fa))
1522
+ - **statics:** onboard new avaxc tokens ([0d54ebe](https://github.com/BitGo/BitGoJS/commit/0d54ebebc18ce5ee89cb193ca3c363f55f6fc91d))
1523
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
1524
+ - **statics:** onboard new erc20 tokens ([486c17a](https://github.com/BitGo/BitGoJS/commit/486c17a3bbb9554859dec08f95a70eb432b39af7))
1525
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
1526
+ - **statics:** update full name for ofcldo in coins.ts Ticket: PX-2959 ([914aa57](https://github.com/BitGo/BitGoJS/commit/914aa57f87034aaaa1a5b4165c09d949cb2f6d49))
1527
+ - **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
1528
+
1529
+ ### BREAKING CHANGES
1530
+
1531
+ - **bitgo:** changed default eth testnet etherscan url to holesky
1532
+ - **sdk-coin-atom:** restructured exports
1533
+
1534
+ * Removed constants overlapping with @bitgo/abstract-cosmos
1535
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
1536
+
1537
+ Code dependent on the previously exported Interfaces/Constants needs to
1538
+ be updated to import these from @bitgo/abstract-cosmos instead
1539
+
1540
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1541
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1542
+ getCustomChainName method is removed from Polygon class because a common
1543
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1544
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1545
+ and needs to be passed to derive the Eth common object from the chainId.
1546
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1547
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1548
+ and Polygon class returns number instead of string just to align with
1549
+ AbstractEthLikeCoin
1550
+ Ticket: WIN-1012
1551
+ - rename coin module, coin name, named exports for coreum
1552
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
1553
+
1554
+ # [43.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@43.0.0) (2024-01-25)
1555
+
1556
+ ### Bug Fixes
1557
+
1558
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
1559
+ - rename injective erc20 token ([7c08ec0](https://github.com/BitGo/BitGoJS/commit/7c08ec0741e298fd744151aa55a846762ba1ad41))
1560
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1561
+ - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
1562
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
1563
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
1564
+ - **statics:** add tss coin feature for tokens ([5744649](https://github.com/BitGo/BitGoJS/commit/57446496e5afa36468c9d47711a94240fdf561fe))
1565
+ - **statics:** correct casing of erc20 tokens ([4b92205](https://github.com/BitGo/BitGoJS/commit/4b922058b7a62103c0caf38f224c4786ec42670c))
1566
+ - **statics:** correct token contract address ([f114d68](https://github.com/BitGo/BitGoJS/commit/f114d68d7476a532b0c80f69fac42616bcfff9a0))
1567
+ - **statics:** don't use . or $ or " " in token names ([384fc5c](https://github.com/BitGo/BitGoJS/commit/384fc5cdd4a436b559423f4d993bd5b915df8ce5))
1568
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
1569
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
1570
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
1571
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
1572
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
1573
+ - **statics:** remove space from token ([58d73ac](https://github.com/BitGo/BitGoJS/commit/58d73acb91deaf11449e1cb50d05c0c00d9f6ed9))
1574
+ - **statics:** update holesky contract address ([8cfdfc4](https://github.com/BitGo/BitGoJS/commit/8cfdfc4c031e3998e40e8776f9ee22081084cc75))
1575
+ - update urls for XTZ and TXTZ explorers ([bd38de9](https://github.com/BitGo/BitGoJS/commit/bd38de95e972d62b99fcd1f5d6c79955545d5cb9))
1576
+
1577
+ ### chore
1578
+
1579
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
1580
+
1581
+ ### Code Refactoring
1582
+
1583
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1584
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
1585
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
1586
+
1587
+ ### Features
1588
+
1589
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
1590
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1591
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
1592
+ - add new coin feature for bulk staking transaction ([ec08d91](https://github.com/BitGo/BitGoJS/commit/ec08d918401c9e6fd928acaa4f53fc0e518c4d1d))
1593
+ - add singapore trust as a new coinfeature ([9ad006d](https://github.com/BitGo/BitGoJS/commit/9ad006d49c9c7bdf55bb52fe28a68612e2a097c4))
1594
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
1595
+ - **bitgo:** use holesky etherscan url instead of goerli ([61962f6](https://github.com/BitGo/BitGoJS/commit/61962f6e273fd654575d3c93d9faf1a46bd361e4))
1596
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
1597
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
1598
+ - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
1599
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
1600
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
1601
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
1602
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
1603
+ - **statics:** add ERC20 tokens for FTX ([2549988](https://github.com/BitGo/BitGoJS/commit/2549988be6d74f98ba6554550f7b7af5de379d61))
1604
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
1605
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
1606
+ - **statics:** add matic tokens for ftx ([a625ad1](https://github.com/BitGo/BitGoJS/commit/a625ad13b5677d1cf48fa27527d8ee9b77794a0a))
1607
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
1608
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
1609
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
1610
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
1611
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
1612
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
1613
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
1614
+ - **statics:** add SOL tokens for FTX ([5c5139a](https://github.com/BitGo/BitGoJS/commit/5c5139a112867701dcda6b3ae5226548be934733))
1615
+ - **statics:** add SOL tokens for FTX transfer drift ([1a1aa7a](https://github.com/BitGo/BitGoJS/commit/1a1aa7adc9238acaaa304a66d570a659a7f9401e))
1616
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
1617
+ - **statics:** add zketh coin config ([0afeee2](https://github.com/BitGo/BitGoJS/commit/0afeee2250d7738ec4cec14d1e14b03e81b04983))
1618
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
1619
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
1620
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
1621
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
1622
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
1623
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
1624
+ - **statics:** enable custody signing rebuilding for NEAR TSS ([320b182](https://github.com/BitGo/BitGoJS/commit/320b18278f2e7c75e671d901891a741038f67b61))
1625
+ - **statics:** onboard DUST, PYTH, HOOK, BORG, WECAN, osETH, CROWN ([8aa0161](https://github.com/BitGo/BitGoJS/commit/8aa016141fc66afde54458e9be78035b47e931fa))
1626
+ - **statics:** onboard new avaxc tokens ([0d54ebe](https://github.com/BitGo/BitGoJS/commit/0d54ebebc18ce5ee89cb193ca3c363f55f6fc91d))
1627
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
1628
+ - **statics:** onboard new erc20 tokens ([486c17a](https://github.com/BitGo/BitGoJS/commit/486c17a3bbb9554859dec08f95a70eb432b39af7))
1629
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
1630
+ - **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
1631
+
1632
+ ### BREAKING CHANGES
1633
+
1634
+ - **bitgo:** changed default eth testnet etherscan url to holesky
1635
+ - **sdk-coin-atom:** restructured exports
1636
+
1637
+ * Removed constants overlapping with @bitgo/abstract-cosmos
1638
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
1639
+
1640
+ Code dependent on the previously exported Interfaces/Constants needs to
1641
+ be updated to import these from @bitgo/abstract-cosmos instead
1642
+
1643
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1644
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1645
+ getCustomChainName method is removed from Polygon class because a common
1646
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1647
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1648
+ and needs to be passed to derive the Eth common object from the chainId.
1649
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1650
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1651
+ and Polygon class returns number instead of string just to align with
1652
+ AbstractEthLikeCoin
1653
+ Ticket: WIN-1012
1654
+ - rename coin module, coin name, named exports for coreum
1655
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
1656
+
1657
+ # [42.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@42.0.0) (2024-01-22)
1658
+
1659
+ ### Bug Fixes
1660
+
1661
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
1662
+ - rename injective erc20 token ([7c08ec0](https://github.com/BitGo/BitGoJS/commit/7c08ec0741e298fd744151aa55a846762ba1ad41))
1663
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1664
+ - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
1665
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
1666
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
1667
+ - **statics:** add tss coin feature for tokens ([5744649](https://github.com/BitGo/BitGoJS/commit/57446496e5afa36468c9d47711a94240fdf561fe))
1668
+ - **statics:** correct casing of erc20 tokens ([4b92205](https://github.com/BitGo/BitGoJS/commit/4b922058b7a62103c0caf38f224c4786ec42670c))
1669
+ - **statics:** correct token contract address ([f114d68](https://github.com/BitGo/BitGoJS/commit/f114d68d7476a532b0c80f69fac42616bcfff9a0))
1670
+ - **statics:** don't use . or $ or " " in token names ([384fc5c](https://github.com/BitGo/BitGoJS/commit/384fc5cdd4a436b559423f4d993bd5b915df8ce5))
1671
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
1672
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
1673
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
1674
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
1675
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
1676
+ - **statics:** remove space from token ([58d73ac](https://github.com/BitGo/BitGoJS/commit/58d73acb91deaf11449e1cb50d05c0c00d9f6ed9))
1677
+ - **statics:** update holesky contract address ([8cfdfc4](https://github.com/BitGo/BitGoJS/commit/8cfdfc4c031e3998e40e8776f9ee22081084cc75))
1678
+ - update urls for XTZ and TXTZ explorers ([bd38de9](https://github.com/BitGo/BitGoJS/commit/bd38de95e972d62b99fcd1f5d6c79955545d5cb9))
1679
+
1680
+ ### chore
1681
+
1682
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
1683
+
1684
+ ### Code Refactoring
1685
+
1686
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1687
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
1688
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
1689
+
1690
+ ### Features
1691
+
1692
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
1693
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1694
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
1695
+ - add new coin feature for bulk staking transaction ([ec08d91](https://github.com/BitGo/BitGoJS/commit/ec08d918401c9e6fd928acaa4f53fc0e518c4d1d))
1696
+ - add singapore trust as a new coinfeature ([9ad006d](https://github.com/BitGo/BitGoJS/commit/9ad006d49c9c7bdf55bb52fe28a68612e2a097c4))
1697
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
1698
+ - **bitgo:** use holesky etherscan url instead of goerli ([61962f6](https://github.com/BitGo/BitGoJS/commit/61962f6e273fd654575d3c93d9faf1a46bd361e4))
1699
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
1700
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
1701
+ - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
1702
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
1703
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
1704
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
1705
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
1706
+ - **statics:** add ERC20 tokens for FTX ([2549988](https://github.com/BitGo/BitGoJS/commit/2549988be6d74f98ba6554550f7b7af5de379d61))
1707
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
1708
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
1709
+ - **statics:** add matic tokens for ftx ([a625ad1](https://github.com/BitGo/BitGoJS/commit/a625ad13b5677d1cf48fa27527d8ee9b77794a0a))
1710
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
1711
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
1712
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
1713
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
1714
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
1715
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
1716
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
1717
+ - **statics:** add SOL tokens for FTX ([5c5139a](https://github.com/BitGo/BitGoJS/commit/5c5139a112867701dcda6b3ae5226548be934733))
1718
+ - **statics:** add SOL tokens for FTX transfer drift ([1a1aa7a](https://github.com/BitGo/BitGoJS/commit/1a1aa7adc9238acaaa304a66d570a659a7f9401e))
1719
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
1720
+ - **statics:** add zketh coin config ([0afeee2](https://github.com/BitGo/BitGoJS/commit/0afeee2250d7738ec4cec14d1e14b03e81b04983))
1721
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
1722
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
1723
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
1724
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
1725
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
1726
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
1727
+ - **statics:** enable custody signing rebuilding for NEAR TSS ([320b182](https://github.com/BitGo/BitGoJS/commit/320b18278f2e7c75e671d901891a741038f67b61))
1728
+ - **statics:** onboard DUST, PYTH, HOOK, BORG, WECAN, osETH, CROWN ([8aa0161](https://github.com/BitGo/BitGoJS/commit/8aa016141fc66afde54458e9be78035b47e931fa))
1729
+ - **statics:** onboard new avaxc tokens ([0d54ebe](https://github.com/BitGo/BitGoJS/commit/0d54ebebc18ce5ee89cb193ca3c363f55f6fc91d))
1730
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
1731
+ - **statics:** onboard new erc20 tokens ([486c17a](https://github.com/BitGo/BitGoJS/commit/486c17a3bbb9554859dec08f95a70eb432b39af7))
1732
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
1733
+ - **statics:** update thbar usdc token address ([f83d2aa](https://github.com/BitGo/BitGoJS/commit/f83d2aab9e3bc12cebe73b4bb11f284aab00b2ee))
1734
+
1735
+ ### BREAKING CHANGES
1736
+
1737
+ - **bitgo:** changed default eth testnet etherscan url to holesky
1738
+ - **sdk-coin-atom:** restructured exports
1739
+
1740
+ * Removed constants overlapping with @bitgo/abstract-cosmos
1741
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
1742
+
1743
+ Code dependent on the previously exported Interfaces/Constants needs to
1744
+ be updated to import these from @bitgo/abstract-cosmos instead
1745
+
1746
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1747
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1748
+ getCustomChainName method is removed from Polygon class because a common
1749
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1750
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1751
+ and needs to be passed to derive the Eth common object from the chainId.
1752
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1753
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1754
+ and Polygon class returns number instead of string just to align with
1755
+ AbstractEthLikeCoin
1756
+ Ticket: WIN-1012
1757
+ - rename coin module, coin name, named exports for coreum
1758
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
1759
+
1760
+ # [41.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@41.0.0) (2024-01-09)
1761
+
1762
+ ### Bug Fixes
1763
+
1764
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
1765
+ - rename injective erc20 token ([7c08ec0](https://github.com/BitGo/BitGoJS/commit/7c08ec0741e298fd744151aa55a846762ba1ad41))
1766
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1767
+ - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
1768
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
1769
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
1770
+ - **statics:** add tss coin feature for tokens ([5744649](https://github.com/BitGo/BitGoJS/commit/57446496e5afa36468c9d47711a94240fdf561fe))
1771
+ - **statics:** correct casing of erc20 tokens ([4b92205](https://github.com/BitGo/BitGoJS/commit/4b922058b7a62103c0caf38f224c4786ec42670c))
1772
+ - **statics:** correct token contract address ([f114d68](https://github.com/BitGo/BitGoJS/commit/f114d68d7476a532b0c80f69fac42616bcfff9a0))
1773
+ - **statics:** don't use . or $ or " " in token names ([384fc5c](https://github.com/BitGo/BitGoJS/commit/384fc5cdd4a436b559423f4d993bd5b915df8ce5))
1774
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
1775
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
1776
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
1777
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
1778
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
1779
+ - **statics:** remove space from token ([58d73ac](https://github.com/BitGo/BitGoJS/commit/58d73acb91deaf11449e1cb50d05c0c00d9f6ed9))
1780
+
1781
+ ### chore
1782
+
1783
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
1784
+
1785
+ ### Code Refactoring
1786
+
1787
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1788
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
1789
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
1790
+
1791
+ ### Features
1792
+
1793
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
1794
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1795
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
1796
+ - add new coin feature for bulk staking transaction ([ec08d91](https://github.com/BitGo/BitGoJS/commit/ec08d918401c9e6fd928acaa4f53fc0e518c4d1d))
1797
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
1798
+ - **bitgo:** use holesky etherscan url instead of goerli ([61962f6](https://github.com/BitGo/BitGoJS/commit/61962f6e273fd654575d3c93d9faf1a46bd361e4))
1799
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
1800
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
1801
+ - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
1802
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
1803
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
1804
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
1805
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
1806
+ - **statics:** add ERC20 tokens for FTX ([2549988](https://github.com/BitGo/BitGoJS/commit/2549988be6d74f98ba6554550f7b7af5de379d61))
1807
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
1808
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
1809
+ - **statics:** add matic tokens for ftx ([a625ad1](https://github.com/BitGo/BitGoJS/commit/a625ad13b5677d1cf48fa27527d8ee9b77794a0a))
1810
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
1811
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
1812
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
1813
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
1814
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
1815
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
1816
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
1817
+ - **statics:** add SOL tokens for FTX ([5c5139a](https://github.com/BitGo/BitGoJS/commit/5c5139a112867701dcda6b3ae5226548be934733))
1818
+ - **statics:** add SOL tokens for FTX transfer drift ([1a1aa7a](https://github.com/BitGo/BitGoJS/commit/1a1aa7adc9238acaaa304a66d570a659a7f9401e))
1819
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
1820
+ - **statics:** add zketh coin config ([0afeee2](https://github.com/BitGo/BitGoJS/commit/0afeee2250d7738ec4cec14d1e14b03e81b04983))
1821
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
1822
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
1823
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
1824
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
1825
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
1826
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
1827
+ - **statics:** onboard DUST, PYTH, HOOK, BORG, WECAN, osETH, CROWN ([8aa0161](https://github.com/BitGo/BitGoJS/commit/8aa016141fc66afde54458e9be78035b47e931fa))
1828
+ - **statics:** onboard new avaxc tokens ([0d54ebe](https://github.com/BitGo/BitGoJS/commit/0d54ebebc18ce5ee89cb193ca3c363f55f6fc91d))
1829
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
1830
+ - **statics:** onboard new erc20 tokens ([486c17a](https://github.com/BitGo/BitGoJS/commit/486c17a3bbb9554859dec08f95a70eb432b39af7))
1831
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
1832
+
1833
+ ### BREAKING CHANGES
1834
+
1835
+ - **bitgo:** changed default eth testnet etherscan url to holesky
1836
+ - **sdk-coin-atom:** restructured exports
1837
+
1838
+ * Removed constants overlapping with @bitgo/abstract-cosmos
1839
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
1840
+
1841
+ Code dependent on the previously exported Interfaces/Constants needs to
1842
+ be updated to import these from @bitgo/abstract-cosmos instead
1843
+
1844
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1845
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1846
+ getCustomChainName method is removed from Polygon class because a common
1847
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1848
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1849
+ and needs to be passed to derive the Eth common object from the chainId.
1850
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1851
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1852
+ and Polygon class returns number instead of string just to align with
1853
+ AbstractEthLikeCoin
1854
+ Ticket: WIN-1012
1855
+ - rename coin module, coin name, named exports for coreum
1856
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
1857
+
1858
+ # [40.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@40.0.0) (2024-01-03)
1859
+
1860
+ ### Bug Fixes
1861
+
1862
+ - rename injective erc20 token ([7c08ec0](https://github.com/BitGo/BitGoJS/commit/7c08ec0741e298fd744151aa55a846762ba1ad41))
1863
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1864
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
1865
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
1866
+ - **statics:** correct casing of erc20 tokens ([4b92205](https://github.com/BitGo/BitGoJS/commit/4b922058b7a62103c0caf38f224c4786ec42670c))
1867
+ - **statics:** correct token contract address ([f114d68](https://github.com/BitGo/BitGoJS/commit/f114d68d7476a532b0c80f69fac42616bcfff9a0))
1868
+ - **statics:** don't use . or $ or " " in token names ([384fc5c](https://github.com/BitGo/BitGoJS/commit/384fc5cdd4a436b559423f4d993bd5b915df8ce5))
1869
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
1870
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
1871
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
1872
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
1873
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
1874
+ - **statics:** remove space from token ([58d73ac](https://github.com/BitGo/BitGoJS/commit/58d73acb91deaf11449e1cb50d05c0c00d9f6ed9))
1875
+
1876
+ ### chore
1877
+
1878
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
1879
+
1880
+ ### Code Refactoring
1881
+
1882
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1883
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
1884
+ - **sdk-coin-atom:** use abstract-cosmos ([18abbea](https://github.com/BitGo/BitGoJS/commit/18abbea939bb8f1cee1bbc72cfd8a2955468fcc5))
1885
+
1886
+ ### Features
1887
+
1888
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
1889
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1890
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
1891
+ - add new coin feature for bulk staking transaction ([ec08d91](https://github.com/BitGo/BitGoJS/commit/ec08d918401c9e6fd928acaa4f53fc0e518c4d1d))
1892
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
1893
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
1894
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
1895
+ - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
1896
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
1897
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
1898
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
1899
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
1900
+ - **statics:** add ERC20 tokens for FTX ([2549988](https://github.com/BitGo/BitGoJS/commit/2549988be6d74f98ba6554550f7b7af5de379d61))
1901
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
1902
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
1903
+ - **statics:** add matic tokens for ftx ([a625ad1](https://github.com/BitGo/BitGoJS/commit/a625ad13b5677d1cf48fa27527d8ee9b77794a0a))
1904
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
1905
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
1906
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
1907
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
1908
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
1909
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
1910
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
1911
+ - **statics:** add SOL tokens for FTX ([5c5139a](https://github.com/BitGo/BitGoJS/commit/5c5139a112867701dcda6b3ae5226548be934733))
1912
+ - **statics:** add SOL tokens for FTX transfer drift ([1a1aa7a](https://github.com/BitGo/BitGoJS/commit/1a1aa7adc9238acaaa304a66d570a659a7f9401e))
1913
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
1914
+ - **statics:** add zketh coin config ([0afeee2](https://github.com/BitGo/BitGoJS/commit/0afeee2250d7738ec4cec14d1e14b03e81b04983))
1915
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
1916
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
1917
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
1918
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
1919
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
1920
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
1921
+ - **statics:** onboard DUST, PYTH, HOOK, BORG, WECAN, osETH, CROWN ([8aa0161](https://github.com/BitGo/BitGoJS/commit/8aa016141fc66afde54458e9be78035b47e931fa))
1922
+ - **statics:** onboard new avaxc tokens ([0d54ebe](https://github.com/BitGo/BitGoJS/commit/0d54ebebc18ce5ee89cb193ca3c363f55f6fc91d))
1923
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
1924
+ - **statics:** onboard new erc20 tokens ([486c17a](https://github.com/BitGo/BitGoJS/commit/486c17a3bbb9554859dec08f95a70eb432b39af7))
1925
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
1926
+
1927
+ ### BREAKING CHANGES
1928
+
1929
+ - **sdk-coin-atom:** restructured exports
1930
+
1931
+ * Removed constants overlapping with @bitgo/abstract-cosmos
1932
+ * Removed common Interfaces exported by @bitgo/abstract-cosmos
1933
+
1934
+ Code dependent on the previously exported Interfaces/Constants needs to
1935
+ be updated to import these from @bitgo/abstract-cosmos instead
1936
+
1937
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1938
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1939
+ getCustomChainName method is removed from Polygon class because a common
1940
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1941
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1942
+ and needs to be passed to derive the Eth common object from the chainId.
1943
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1944
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1945
+ and Polygon class returns number instead of string just to align with
1946
+ AbstractEthLikeCoin
1947
+ Ticket: WIN-1012
1948
+ - rename coin module, coin name, named exports for coreum
1949
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
1950
+
1951
+ # [39.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@39.0.0) (2023-12-18)
1952
+
1953
+ ### Bug Fixes
1954
+
1955
+ - rename injective erc20 token ([7c08ec0](https://github.com/BitGo/BitGoJS/commit/7c08ec0741e298fd744151aa55a846762ba1ad41))
1956
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
1957
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
1958
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
1959
+ - **statics:** correct casing of erc20 tokens ([4b92205](https://github.com/BitGo/BitGoJS/commit/4b922058b7a62103c0caf38f224c4786ec42670c))
1960
+ - **statics:** correct token contract address ([f114d68](https://github.com/BitGo/BitGoJS/commit/f114d68d7476a532b0c80f69fac42616bcfff9a0))
1961
+ - **statics:** don't use . or $ or " " in token names ([384fc5c](https://github.com/BitGo/BitGoJS/commit/384fc5cdd4a436b559423f4d993bd5b915df8ce5))
1962
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
1963
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
1964
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
1965
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
1966
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
1967
+ - **statics:** remove space from token ([58d73ac](https://github.com/BitGo/BitGoJS/commit/58d73acb91deaf11449e1cb50d05c0c00d9f6ed9))
1968
+
1969
+ ### chore
1970
+
1971
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
1972
+
1973
+ ### Code Refactoring
1974
+
1975
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1976
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
1977
+
1978
+ ### Features
1979
+
1980
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1981
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
1982
+ - add new coin feature for bulk staking transaction ([ec08d91](https://github.com/BitGo/BitGoJS/commit/ec08d918401c9e6fd928acaa4f53fc0e518c4d1d))
1983
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
1984
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
1985
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
1986
+ - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
1987
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
1988
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
1989
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
1990
+ - **statics:** add ERC20 tokens for FTX ([2549988](https://github.com/BitGo/BitGoJS/commit/2549988be6d74f98ba6554550f7b7af5de379d61))
1991
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
1992
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
1993
+ - **statics:** add matic tokens for ftx ([a625ad1](https://github.com/BitGo/BitGoJS/commit/a625ad13b5677d1cf48fa27527d8ee9b77794a0a))
1994
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
1995
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
1996
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
1997
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
1998
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
1999
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
2000
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
2001
+ - **statics:** add SOL tokens for FTX ([5c5139a](https://github.com/BitGo/BitGoJS/commit/5c5139a112867701dcda6b3ae5226548be934733))
2002
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
2003
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
2004
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
2005
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2006
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
2007
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
2008
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
2009
+ - **statics:** onboard DUST, PYTH, HOOK, BORG, WECAN, osETH, CROWN ([8aa0161](https://github.com/BitGo/BitGoJS/commit/8aa016141fc66afde54458e9be78035b47e931fa))
2010
+ - **statics:** onboard new avaxc tokens ([0d54ebe](https://github.com/BitGo/BitGoJS/commit/0d54ebebc18ce5ee89cb193ca3c363f55f6fc91d))
2011
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
2012
+ - **statics:** onboard new erc20 tokens ([486c17a](https://github.com/BitGo/BitGoJS/commit/486c17a3bbb9554859dec08f95a70eb432b39af7))
2013
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
2014
+
2015
+ ### BREAKING CHANGES
2016
+
2017
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
2018
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
2019
+ getCustomChainName method is removed from Polygon class because a common
2020
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
2021
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
2022
+ and needs to be passed to derive the Eth common object from the chainId.
2023
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
2024
+ it can be used for other EthLike coins. getBaseFactor method in Eth
2025
+ and Polygon class returns number instead of string just to align with
2026
+ AbstractEthLikeCoin
2027
+ Ticket: WIN-1012
2028
+ - rename coin module, coin name, named exports for coreum
2029
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2030
+
2031
+ # [38.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@38.0.0) (2023-12-12)
2032
+
2033
+ ### Bug Fixes
2034
+
2035
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2036
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
2037
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
2038
+ - **statics:** correct casing of erc20 tokens ([4b92205](https://github.com/BitGo/BitGoJS/commit/4b922058b7a62103c0caf38f224c4786ec42670c))
2039
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
2040
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2041
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
2042
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
2043
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
2044
+
2045
+ ### chore
2046
+
2047
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2048
+
2049
+ ### Code Refactoring
2050
+
2051
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
2052
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
2053
+
2054
+ ### Features
2055
+
2056
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
2057
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
2058
+ - add new coin feature for bulk staking transaction ([ec08d91](https://github.com/BitGo/BitGoJS/commit/ec08d918401c9e6fd928acaa4f53fc0e518c4d1d))
2059
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
2060
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
2061
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
2062
+ - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
2063
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
2064
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
2065
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
2066
+ - **statics:** add ERC20 tokens for FTX ([2549988](https://github.com/BitGo/BitGoJS/commit/2549988be6d74f98ba6554550f7b7af5de379d61))
2067
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
2068
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
2069
+ - **statics:** add matic tokens for ftx ([a625ad1](https://github.com/BitGo/BitGoJS/commit/a625ad13b5677d1cf48fa27527d8ee9b77794a0a))
2070
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
2071
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2072
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
2073
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
2074
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
2075
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
2076
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
2077
+ - **statics:** add SOL tokens for FTX ([5c5139a](https://github.com/BitGo/BitGoJS/commit/5c5139a112867701dcda6b3ae5226548be934733))
2078
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
2079
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
2080
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
2081
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2082
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
2083
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
2084
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
2085
+ - **statics:** onboard DUST, PYTH, HOOK, BORG, WECAN, osETH, CROWN ([8aa0161](https://github.com/BitGo/BitGoJS/commit/8aa016141fc66afde54458e9be78035b47e931fa))
2086
+ - **statics:** onboard new avaxc tokens ([0d54ebe](https://github.com/BitGo/BitGoJS/commit/0d54ebebc18ce5ee89cb193ca3c363f55f6fc91d))
2087
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
2088
+ - **statics:** onboard new erc20 tokens ([486c17a](https://github.com/BitGo/BitGoJS/commit/486c17a3bbb9554859dec08f95a70eb432b39af7))
2089
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
2090
+
2091
+ ### BREAKING CHANGES
2092
+
2093
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
2094
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
2095
+ getCustomChainName method is removed from Polygon class because a common
2096
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
2097
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
2098
+ and needs to be passed to derive the Eth common object from the chainId.
2099
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
2100
+ it can be used for other EthLike coins. getBaseFactor method in Eth
2101
+ and Polygon class returns number instead of string just to align with
2102
+ AbstractEthLikeCoin
2103
+ Ticket: WIN-1012
2104
+ - rename coin module, coin name, named exports for coreum
2105
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2106
+
2107
+ # [37.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@37.0.0) (2023-12-09)
2108
+
2109
+ ### Bug Fixes
2110
+
2111
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2112
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
2113
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
2114
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
2115
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2116
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
2117
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
2118
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
2119
+
2120
+ ### chore
2121
+
2122
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2123
+
2124
+ ### Code Refactoring
2125
+
2126
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
2127
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
2128
+
2129
+ ### Features
2130
+
2131
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
2132
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
2133
+ - add new coin feature for bulk staking transaction ([ec08d91](https://github.com/BitGo/BitGoJS/commit/ec08d918401c9e6fd928acaa4f53fc0e518c4d1d))
2134
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
2135
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
2136
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
2137
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
2138
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
2139
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
2140
+ - **statics:** add ERC20 tokens for FTX ([2549988](https://github.com/BitGo/BitGoJS/commit/2549988be6d74f98ba6554550f7b7af5de379d61))
2141
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
2142
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
2143
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
2144
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2145
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
2146
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
2147
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
2148
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
2149
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
2150
+ - **statics:** add SOL tokens for FTX ([5c5139a](https://github.com/BitGo/BitGoJS/commit/5c5139a112867701dcda6b3ae5226548be934733))
2151
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
2152
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
2153
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2154
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
2155
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
2156
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
2157
+ - **statics:** onboard DUST, PYTH, HOOK, BORG, WECAN, osETH, CROWN ([8aa0161](https://github.com/BitGo/BitGoJS/commit/8aa016141fc66afde54458e9be78035b47e931fa))
2158
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
2159
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
2160
+
2161
+ ### BREAKING CHANGES
2162
+
2163
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
2164
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
2165
+ getCustomChainName method is removed from Polygon class because a common
2166
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
2167
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
2168
+ and needs to be passed to derive the Eth common object from the chainId.
2169
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
2170
+ it can be used for other EthLike coins. getBaseFactor method in Eth
2171
+ and Polygon class returns number instead of string just to align with
2172
+ AbstractEthLikeCoin
2173
+ Ticket: WIN-1012
2174
+ - rename coin module, coin name, named exports for coreum
2175
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2176
+
2177
+ # [36.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@36.0.0) (2023-12-05)
2178
+
2179
+ ### Bug Fixes
2180
+
2181
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2182
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
2183
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
2184
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
2185
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2186
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
2187
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
2188
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
2189
+
2190
+ ### chore
2191
+
2192
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2193
+
2194
+ ### Code Refactoring
2195
+
2196
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
2197
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
2198
+
2199
+ ### Features
2200
+
2201
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
2202
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
2203
+ - add new coin feature for bulk staking transaction ([ec08d91](https://github.com/BitGo/BitGoJS/commit/ec08d918401c9e6fd928acaa4f53fc0e518c4d1d))
2204
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
2205
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
2206
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
2207
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
2208
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
2209
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
2210
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
2211
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
2212
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
2213
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2214
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
2215
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
2216
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
2217
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
2218
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
2219
+ - **statics:** add SOL tokens for FTX ([5c5139a](https://github.com/BitGo/BitGoJS/commit/5c5139a112867701dcda6b3ae5226548be934733))
2220
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
2221
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
2222
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2223
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
2224
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
2225
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
2226
+ - **statics:** onboard DUST, PYTH, HOOK, BORG, WECAN, osETH, CROWN ([8aa0161](https://github.com/BitGo/BitGoJS/commit/8aa016141fc66afde54458e9be78035b47e931fa))
2227
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
2228
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
2229
+
2230
+ ### BREAKING CHANGES
2231
+
2232
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
2233
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
2234
+ getCustomChainName method is removed from Polygon class because a common
2235
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
2236
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
2237
+ and needs to be passed to derive the Eth common object from the chainId.
2238
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
2239
+ it can be used for other EthLike coins. getBaseFactor method in Eth
2240
+ and Polygon class returns number instead of string just to align with
2241
+ AbstractEthLikeCoin
2242
+ Ticket: WIN-1012
2243
+ - rename coin module, coin name, named exports for coreum
2244
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2245
+
2246
+ # [35.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@35.0.0) (2023-11-28)
2247
+
2248
+ ### Bug Fixes
2249
+
2250
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2251
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
2252
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
2253
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
2254
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2255
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
2256
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
2257
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
2258
+
2259
+ ### chore
2260
+
2261
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2262
+
2263
+ ### Code Refactoring
2264
+
2265
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
2266
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
2267
+
2268
+ ### Features
2269
+
2270
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
2271
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
2272
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
2273
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
2274
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
2275
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
2276
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
2277
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
2278
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
2279
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
2280
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
2281
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2282
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
2283
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
2284
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
2285
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
2286
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
2287
+ - **statics:** add SOL tokens for FTX ([5c5139a](https://github.com/BitGo/BitGoJS/commit/5c5139a112867701dcda6b3ae5226548be934733))
2288
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
2289
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
2290
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2291
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
2292
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
2293
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
2294
+ - **statics:** onboard DUST, PYTH, HOOK, BORG, WECAN, osETH, CROWN ([8aa0161](https://github.com/BitGo/BitGoJS/commit/8aa016141fc66afde54458e9be78035b47e931fa))
2295
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
2296
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
2297
+
2298
+ ### BREAKING CHANGES
2299
+
2300
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
2301
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
2302
+ getCustomChainName method is removed from Polygon class because a common
2303
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
2304
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
2305
+ and needs to be passed to derive the Eth common object from the chainId.
2306
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
2307
+ it can be used for other EthLike coins. getBaseFactor method in Eth
2308
+ and Polygon class returns number instead of string just to align with
2309
+ AbstractEthLikeCoin
2310
+ Ticket: WIN-1012
2311
+ - rename coin module, coin name, named exports for coreum
2312
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2313
+
2314
+ # [34.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@34.0.0) (2023-11-24)
2315
+
2316
+ ### Bug Fixes
2317
+
2318
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2319
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
2320
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
2321
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
2322
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2323
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
2324
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
2325
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
2326
+
2327
+ ### chore
2328
+
2329
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2330
+
2331
+ ### Code Refactoring
2332
+
2333
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
2334
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
2335
+
2336
+ ### Features
2337
+
2338
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
2339
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
2340
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
2341
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
2342
+ - **sdk-coin-avaxp:** replace export fee for import fee on output validation ([a0ae101](https://github.com/BitGo/BitGoJS/commit/a0ae101487cf88eecb078ed793b640160703c086))
2343
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
2344
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
2345
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
2346
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
2347
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
2348
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
2349
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2350
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
2351
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
2352
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
2353
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
2354
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
2355
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
2356
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
2357
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2358
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
2359
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
2360
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
2361
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
2362
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
2363
+
2364
+ ### BREAKING CHANGES
2365
+
2366
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
2367
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
2368
+ getCustomChainName method is removed from Polygon class because a common
2369
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
2370
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
2371
+ and needs to be passed to derive the Eth common object from the chainId.
2372
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
2373
+ it can be used for other EthLike coins. getBaseFactor method in Eth
2374
+ and Polygon class returns number instead of string just to align with
2375
+ AbstractEthLikeCoin
2376
+ Ticket: WIN-1012
2377
+ - rename coin module, coin name, named exports for coreum
2378
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2379
+
2380
+ # [33.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@33.0.0) (2023-11-17)
2381
+
2382
+ ### Bug Fixes
2383
+
2384
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2385
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
2386
+ - **sdk-coin-zeta:** zeta explorer url fix ([386c867](https://github.com/BitGo/BitGoJS/commit/386c867c65f794b46240e9b5fc2d88792d318b6e))
2387
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
2388
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2389
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
2390
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
2391
+ - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
2392
+
2393
+ ### chore
2394
+
2395
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2396
+
2397
+ ### Code Refactoring
2398
+
2399
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
2400
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
2401
+
2402
+ ### Features
2403
+
2404
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
2405
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
2406
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
2407
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
2408
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
2409
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
2410
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
2411
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
2412
+ - **statics:** add Litentry (LIT) and Ampleforth (AMPL) as tokens ([6acf3f7](https://github.com/BitGo/BitGoJS/commit/6acf3f7ae6883db71bb63fb447ff18b960bb5e5d))
2413
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
2414
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2415
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
2416
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
2417
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
2418
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
2419
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
2420
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
2421
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
2422
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2423
+ - **statics:** adds ofcwsteth in coins.ts ([c16f6ff](https://github.com/BitGo/BitGoJS/commit/c16f6ffbc712865a4b81af7f4e6f001881479d96))
2424
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
2425
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
2426
+ - **statics:** onboard new batch of tokens ([f50a075](https://github.com/BitGo/BitGoJS/commit/f50a075ec1262f7d8a8022e41492729d0591b55a))
2427
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
2428
+
2429
+ ### BREAKING CHANGES
2430
+
2431
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
2432
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
2433
+ getCustomChainName method is removed from Polygon class because a common
2434
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
2435
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
2436
+ and needs to be passed to derive the Eth common object from the chainId.
2437
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
2438
+ it can be used for other EthLike coins. getBaseFactor method in Eth
2439
+ and Polygon class returns number instead of string just to align with
2440
+ AbstractEthLikeCoin
2441
+ Ticket: WIN-1012
2442
+ - rename coin module, coin name, named exports for coreum
2443
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2444
+
2445
+ # [32.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@32.0.0) (2023-11-13)
2446
+
2447
+ ### Bug Fixes
2448
+
2449
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2450
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
2451
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2452
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
2453
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
2454
+
2455
+ ### chore
2456
+
2457
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2458
+
2459
+ ### Code Refactoring
2460
+
2461
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
2462
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
2463
+
2464
+ ### Features
2465
+
2466
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
2467
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
2468
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
2469
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
2470
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
2471
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
2472
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
2473
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
2474
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
2475
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2476
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
2477
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
2478
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
2479
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
2480
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
2481
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
2482
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
2483
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2484
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
2485
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
2486
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
2487
+
2488
+ ### BREAKING CHANGES
2489
+
2490
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
2491
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
2492
+ getCustomChainName method is removed from Polygon class because a common
2493
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
2494
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
2495
+ and needs to be passed to derive the Eth common object from the chainId.
2496
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
2497
+ it can be used for other EthLike coins. getBaseFactor method in Eth
2498
+ and Polygon class returns number instead of string just to align with
2499
+ AbstractEthLikeCoin
2500
+ Ticket: WIN-1012
2501
+ - rename coin module, coin name, named exports for coreum
2502
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2503
+
2504
+ # [31.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@31.0.0) (2023-11-13)
2505
+
2506
+ ### Bug Fixes
2507
+
2508
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2509
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
2510
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2511
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
2512
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
2513
+
2514
+ ### chore
2515
+
2516
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2517
+
2518
+ ### Code Refactoring
2519
+
2520
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
2521
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
2522
+
2523
+ ### Features
2524
+
2525
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
2526
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
2527
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
2528
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
2529
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
2530
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
2531
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
2532
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
2533
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
2534
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2535
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
2536
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
2537
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
2538
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
2539
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
2540
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
2541
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
2542
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2543
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
2544
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
2545
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
2546
+
2547
+ ### BREAKING CHANGES
2548
+
2549
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
2550
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
2551
+ getCustomChainName method is removed from Polygon class because a common
2552
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
2553
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
2554
+ and needs to be passed to derive the Eth common object from the chainId.
2555
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
2556
+ it can be used for other EthLike coins. getBaseFactor method in Eth
2557
+ and Polygon class returns number instead of string just to align with
2558
+ AbstractEthLikeCoin
2559
+ Ticket: WIN-1012
2560
+ - rename coin module, coin name, named exports for coreum
2561
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2562
+
2563
+ # [30.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@30.0.0) (2023-11-13)
2564
+
2565
+ ### Bug Fixes
2566
+
2567
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2568
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
2569
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2570
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
2571
+ - **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07))
2572
+
2573
+ ### chore
2574
+
2575
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2576
+
2577
+ ### Code Refactoring
2578
+
2579
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
2580
+ - rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb))
2581
+
2582
+ ### Features
2583
+
2584
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
2585
+ - add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03))
2586
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
2587
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
2588
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
2589
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
2590
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
2591
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
2592
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
2593
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2594
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
2595
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
2596
+ - **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8))
2597
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
2598
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
2599
+ - **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d))
2600
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
2601
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2602
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
2603
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
2604
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
2605
+
2606
+ ### BREAKING CHANGES
2607
+
2608
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
2609
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
2610
+ getCustomChainName method is removed from Polygon class because a common
2611
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
2612
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
2613
+ and needs to be passed to derive the Eth common object from the chainId.
2614
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
2615
+ it can be used for other EthLike coins. getBaseFactor method in Eth
2616
+ and Polygon class returns number instead of string just to align with
2617
+ AbstractEthLikeCoin
2618
+ Ticket: WIN-1012
2619
+ - rename coin module, coin name, named exports for coreum
2620
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2621
+
2622
+ # [29.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@29.0.0) (2023-10-20)
2623
+
2624
+ ### Bug Fixes
2625
+
2626
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2627
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
2628
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2629
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
2630
+
2631
+ ### chore
2632
+
2633
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2634
+
2635
+ ### Features
2636
+
2637
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
2638
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
2639
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
2640
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
2641
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
2642
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
2643
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
2644
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
2645
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2646
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
2647
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
2648
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
2649
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
2650
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
2651
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2652
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
2653
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
2654
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
2655
+
2656
+ ### BREAKING CHANGES
2657
+
2658
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2659
+
2660
+ # [28.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@28.0.0) (2023-10-18)
2661
+
2662
+ ### Bug Fixes
2663
+
2664
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2665
+ - **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989))
2666
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2667
+ - **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc))
2668
+
2669
+ ### chore
2670
+
2671
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2672
+
2673
+ ### Features
2674
+
2675
+ - add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755))
2676
+ - **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
2677
+ - **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
2678
+ - **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
2679
+ - **statics:** add coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1))
2680
+ - **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c))
2681
+ - **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34))
2682
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2683
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
2684
+ - **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418))
2685
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
2686
+ - **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))
2687
+ - **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed))
2688
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2689
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
2690
+ - **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7))
2691
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
2692
+
2693
+ ### BREAKING CHANGES
2694
+
2695
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2696
+
2697
+ # [27.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@27.0.0) (2023-09-25)
2698
+
2699
+ ### Bug Fixes
2700
+
2701
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2702
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2703
+
2704
+ ### chore
2705
+
2706
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2707
+
2708
+ ### Features
2709
+
2710
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2711
+ - **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b))
2712
+ - **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57))
2713
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2714
+ - **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042))
2715
+ - **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1))
2716
+
2717
+ ### BREAKING CHANGES
2718
+
2719
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2720
+
2721
+ # [26.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@26.0.0) (2023-09-09)
2722
+
2723
+ ### Bug Fixes
2724
+
2725
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2726
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2727
+
2728
+ ### chore
2729
+
2730
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2731
+
2732
+ ### Features
2733
+
2734
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2735
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2736
+
2737
+ ### BREAKING CHANGES
2738
+
2739
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2740
+
2741
+ # [25.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@25.0.0) (2023-09-09)
2742
+
2743
+ ### Bug Fixes
2744
+
2745
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2746
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2747
+
2748
+ ### chore
2749
+
2750
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2751
+
2752
+ ### Features
2753
+
2754
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2755
+ - **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1))
2756
+
2757
+ ### BREAKING CHANGES
2758
+
2759
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2760
+
2761
+ # [24.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@24.0.0) (2023-09-07)
2762
+
2763
+ ### Bug Fixes
2764
+
2765
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2766
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2767
+
2768
+ ### chore
2769
+
2770
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2771
+
2772
+ ### Features
2773
+
2774
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2775
+
2776
+ ### BREAKING CHANGES
2777
+
2778
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2779
+
2780
+ # [23.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@23.0.0) (2023-09-05)
2781
+
2782
+ ### Bug Fixes
2783
+
2784
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2785
+ - **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a))
2786
+
2787
+ ### chore
2788
+
2789
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2790
+
2791
+ ### Features
2792
+
2793
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2794
+
2795
+ ### BREAKING CHANGES
2796
+
2797
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2798
+
2799
+ # [22.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@22.0.0) (2023-09-01)
2800
+
2801
+ ### Bug Fixes
2802
+
2803
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2804
+
2805
+ ### chore
2806
+
2807
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2808
+
2809
+ ### Features
2810
+
2811
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2812
+
2813
+ ### BREAKING CHANGES
2814
+
2815
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2816
+
2817
+ # [21.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@21.0.0) (2023-08-29)
2818
+
2819
+ ### Bug Fixes
2820
+
2821
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2822
+
2823
+ ### chore
2824
+
2825
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2826
+
2827
+ ### Features
2828
+
2829
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2830
+
2831
+ ### BREAKING CHANGES
2832
+
2833
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2834
+
2835
+ # [20.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@20.0.0) (2023-08-25)
2836
+
2837
+ ### Bug Fixes
2838
+
2839
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2840
+
2841
+ ### chore
2842
+
2843
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2844
+
2845
+ ### Features
2846
+
2847
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2848
+
2849
+ ### BREAKING CHANGES
2850
+
2851
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2852
+
2853
+ # [19.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@19.0.0) (2023-08-24)
2854
+
2855
+ ### Bug Fixes
2856
+
2857
+ - **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))
2858
+
2859
+ ### chore
2860
+
2861
+ - **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4))
2862
+
2863
+ ### Features
2864
+
2865
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2866
+
2867
+ ### BREAKING CHANGES
2868
+
2869
+ - **statics:** FIX REEF to use UnderlyingAsset.REEF
2870
+
2871
+ # [18.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@18.4.0) (2023-08-16)
2872
+
2873
+ ### Features
2874
+
2875
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2876
+
2877
+ # [18.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@18.3.0) (2023-08-16)
2878
+
2879
+ ### Features
2880
+
2881
+ - **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa))
2882
+
6
2883
  # [18.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.0.0...@bitgo/statics@18.2.0) (2023-08-04)
7
2884
 
8
2885
  ### Features