We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0788f commit 1dbb308Copy full SHA for 1dbb308
‎src/constants.ts
@@ -35,10 +35,12 @@ export const DEFAULT_ASSET_ID = "c94ac88f-4671-3976-b60a-09064f1811e8";
35
36
export const BTC_ASSET_ID = "c6d0c728-2624-429b-8e0d-d9d19b6592fa";
37
38
+export const ETH_ASSET_ID = "43d61dcd-e413-450d-80b8-101d5e903357";
39
+
40
export const CNB_ASSET_ID = "965e5c6e-434c-3fa9-b780-c50f43cd955c";
41
42
// ETH
-export const ACTION_ASSET_ID = "43d61dcd-e413-450d-80b8-101d5e903357";
43
+export const ACTION_ASSET_ID = CNB_ASSET_ID;
44
45
export const ACTION_ASSET_AMOUNT = "0.00000001";
46
0 commit comments