rain-sdk-v2 1.0.11 → 1.0.12

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.
@@ -22,7 +22,7 @@ export const ENV_CONFIG = {
22
22
  oracle_fixed_fee_per_option: 1000000n, // $1 in 6 decimals
23
23
  },
24
24
  rain: {
25
- address: "0x25118290e6A5f4139381D072181157035864099d",
25
+ address: "0x43976a124e6834b541840Ce741243dAD3dd538DA",
26
26
  symbol: "RAIN",
27
27
  decimals: 18,
28
28
  oracle_fixed_fee_per_option: 1000000000000000000n, // $1 in 18 decimals
@@ -41,7 +41,7 @@ export const ENV_CONFIG = {
41
41
  oracle_fixed_fee_per_option: 1000000n,
42
42
  },
43
43
  rain: {
44
- address: "0x43976a124e6834b541840Ce741243dAD3dd538DA",
44
+ address: "0x25118290e6A5f4139381D072181157035864099d",
45
45
  symbol: "RAIN",
46
46
  decimals: 18,
47
47
  oracle_fixed_fee_per_option: 1000000000000000000n,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rain-sdk-v2",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "type": "module",
5
5
  "description": "Rain SDK V2 — TypeScript SDK for Rain prediction markets on Arbitrum. Market creation, trading, liquidity, order book, split/merge, dispute, and smart account support.",
6
6
  "main": "dist/index.js",