Skip to content

Commit bc61a26

Browse files
authored
Merge pull request #16 from Stacktical/dev/add_steth
Liquid tokens support - wstETH (Ethereum) 💧
2 parents 07426fd + e057e01 commit bc61a26

File tree

3 files changed

+655
-0
lines changed

3 files changed

+655
-0
lines changed

constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export enum CONTRACT_NAMES {
99
WBNB = 'WBNB',
1010
WFTM = 'WFTM',
1111
WMATIC = 'WMATIC',
12+
WSTETH = 'WSTETH',
1213
ONE = 'ONE',
1314
ERC20 = 'ERC20',
1415
Details = 'Details',
@@ -46,6 +47,7 @@ export enum TOKEN_NAMES {
4647
WBNB = 'WBNB',
4748
WFTM = 'WFTM',
4849
WMATIC = 'WMATIC',
50+
WSTETH = 'WSTETH',
4951
}
5052

5153
export enum DEPLOYMENT_TAGS {

0 commit comments

Comments
 (0)