@eva-protocol/sdk 0.0.1-beta.13 → 0.0.1-beta.14

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.
@@ -6,5 +6,5 @@ export type { Network, NetworkConfig } from '../types';
6
6
  export declare function getNetworkConfig(network: Network): NetworkConfig;
7
7
  /** Pre-built testnet config (from setup_scrips/constants). Use for examples and testnet. */
8
8
  export declare const TESTNET_CONFIG: NetworkConfig;
9
- export declare const SUI_TYPE = "0xeb4bd02c49d477b9ca43ff49cb306a8413ff4640c7f429ee296a678b745d0e3d::fsui::FSUI";
9
+ export declare const SUI_TYPE = "0xc5f04426743742acd48e33010f2ca96ef935a38e48bea9e861463227e7781cc2::fsui::FSUI";
10
10
  //# sourceMappingURL=networks.d.ts.map
@@ -1,16 +1,16 @@
1
1
  // From setup_scrips/constants.ts
2
- const PROTOCOL_PACKAGE = '0x6ea719b23ecae40960796d6b681246ae75159f614f880396d6bd35e694a678d4';
3
- const EVA_PACKAGE = '0x2546a534d39cda850e28668207e3919ec315ba7ba065eb63ec0781bc6d86d224';
4
- const SUI_PACKAGE = '0xeb4bd02c49d477b9ca43ff49cb306a8413ff4640c7f429ee296a678b745d0e3d';
5
- const CONFIG = '0x31cb60e02ec742474fee043d866232c4c856f0595615b85828d5a99380b882cb';
6
- const STAKING_REGISTRY = '0xa4b5d6d9006400a80f6f490011b4e9aea086efc10506d3776096fd0c42886705';
7
- const CLAIMS_VAULT = '0x4dcdc59c71f3280bf6bdf1a766e8546833dfae1c37e97d9ed94688168cbca031';
8
- const RISK_REGISTRY = '0xb60d12bf14ef0eea982ef0899272f8b8facb28bfb640c08bd4436908f78d6839';
9
- const COVER_VAULT = '0x89484bee7dacd47fa106bf9e68557a73daad37a62861ae8a0e93f28402e7c46a';
10
- const CAPITAL_POOL = '0x4094e4b30cc68fff2e25f0cd1ae19048ddc4197822379658ef88af43c753a5de';
11
- const ALLOWLIST = '0x8aa8f1ba4522f521b8e47189bfa44be2c8417df44593b6e6b7b28a9b4286c9c3';
2
+ const PROTOCOL_PACKAGE = '0x893722d44fd1a4b475aee495c323cf74253ccb6c847d863e1e5b048db0a3c591';
3
+ const EVA_PACKAGE = '0x73ac1be6251cdb581f0b8acdfedda0df9cf24d10295b8f3df7c16a8667ab8110';
4
+ const SUI_PACKAGE = '0xc5f04426743742acd48e33010f2ca96ef935a38e48bea9e861463227e7781cc2';
5
+ const CONFIG = '0xb9693fa38ba31a1e4852cec0f49c47ca66b32c9608b73c85b448afc249e60ad1';
6
+ const STAKING_REGISTRY = '0xda60950c4cca731ab1f1ca4f8462b9f40dae93e2817f01736ab5ecc5f37a7369';
7
+ const CLAIMS_VAULT = '0x4eefecfc2412d0a80db3cda3e0b08afabea5e22b02bf00c30eddffbcb96d409b';
8
+ const RISK_REGISTRY = '0x3b81084058e2182aaa28e9261ca266a0f1682b1e747bc068255b0ede75efe71d';
9
+ const COVER_VAULT = '0x0a1625302cb9a1705c1a31f0e0a938155fe098b3e888133b22b7b80cff5e1834';
10
+ const CAPITAL_POOL = '0xf0a77bbcd4b4f4a83adead274dd2db287688d38fdc3fcf996b6d9a76f0458f42';
11
+ const ALLOWLIST = '0x21743ea6125ff98179e08bc4722bcf98f8b211f1a17345ccc5e2d6cbcd9ee94c';
12
12
  // SUI faucet - update after running setup_scrips/new_faucet.ts if needed
13
- const FAUCET_ID = '0x0c3a7216eb3f8cfbe75232d4a02df55cab8a4076b2afc4fc92df628dc856ca60';
13
+ const FAUCET_ID = '0x3b58cbb3234ddc020e139794c928964669bbc2e057bdaefafb5d0dcb585afcb2';
14
14
  const TESTNET = {
15
15
  packageIds: {
16
16
  protocol: PROTOCOL_PACKAGE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eva-protocol/sdk",
3
- "version": "0.0.1-beta.13",
3
+ "version": "0.0.1-beta.14",
4
4
  "description": "TypeScript SDK for EVA Protocol - decentralized insurance on Sui",
5
5
  "main": "dist/src/index.js",
6
6
  "module": "dist/src/index.js",