Skip to content

Commit 1dbb308

Browse files
committed
feat: 🎸 update fee asset
1 parent bb0788f commit 1dbb308

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/constants.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ export const DEFAULT_ASSET_ID = "c94ac88f-4671-3976-b60a-09064f1811e8";
3535

3636
export const BTC_ASSET_ID = "c6d0c728-2624-429b-8e0d-d9d19b6592fa";
3737

38+
export const ETH_ASSET_ID = "43d61dcd-e413-450d-80b8-101d5e903357";
39+
3840
export const CNB_ASSET_ID = "965e5c6e-434c-3fa9-b780-c50f43cd955c";
3941

4042
// ETH
41-
export const ACTION_ASSET_ID = "43d61dcd-e413-450d-80b8-101d5e903357";
43+
export const ACTION_ASSET_ID = CNB_ASSET_ID;
4244

4345
export const ACTION_ASSET_AMOUNT = "0.00000001";
4446

0 commit comments

Comments
 (0)