@kimafinance/kima-transaction-widget 1.2.40 → 1.2.41

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare enum ChainName {
3
2
  ETHEREUM = "ETH",
4
3
  POLYGON = "POL",
@@ -13,13 +12,13 @@ export declare enum ChainName {
13
12
  BTC = "BTC"
14
13
  }
15
14
  export declare enum SupportedChainId {
16
- ETHEREUM = 11155111,
17
- POLYGON = 80002,
18
- AVALANCHE = 43113,
19
- BSC = 97,
20
- ARBITRUM = 421614,
21
- OPTIMISM = 11155420,
22
- POLYGON_ZKEM = 2442
15
+ ETHEREUM = 1,
16
+ POLYGON = 137,
17
+ AVALANCHE = 43114,
18
+ BSC = 56,
19
+ ARBITRUM = 42161,
20
+ OPTIMISM = 10,
21
+ POLYGON_ZKEM = 1101
23
22
  }
24
23
  export declare const CHAIN_NAMES_TO_IDS: {
25
24
  [chainName: string]: SupportedChainId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimafinance/kima-transaction-widget",
3
- "version": "1.2.40",
3
+ "version": "1.2.41",
4
4
  "description": "Kima Transaction Widget",
5
5
  "author": "",
6
6
  "license": "MIT",