@rhinestone/deposit-modal 0.1.18 → 0.1.19

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.
package/dist/index.cjs CHANGED
@@ -694,7 +694,7 @@ var init_constants = __esm({
694
694
  import_chains = require("viem/chains");
695
695
  import_shared_configs = require("@rhinestone/shared-configs");
696
696
  DEFAULT_BACKEND_URL = "https://v1.orchestrator.rhinestone.dev/deposit-widget";
697
- DEFAULT_SIGNER_ADDRESS = "0xcc47aa2d96c35bc6aab12ffb0e2edab8042274bd";
697
+ DEFAULT_SIGNER_ADDRESS = "0x177bfcdd15bc01e99013dcc5d2b09cd87a18ce9c";
698
698
  NATIVE_TOKEN_ADDRESS = "0x0000000000000000000000000000000000000000";
699
699
  ALL_CHAINS_BY_ID = {
700
700
  [import_chains.mainnet.id]: import_chains.mainnet,
package/dist/index.mjs CHANGED
@@ -678,7 +678,7 @@ var init_constants = __esm({
678
678
  "src/core/constants.ts"() {
679
679
  "use strict";
680
680
  DEFAULT_BACKEND_URL = "https://v1.orchestrator.rhinestone.dev/deposit-widget";
681
- DEFAULT_SIGNER_ADDRESS = "0xcc47aa2d96c35bc6aab12ffb0e2edab8042274bd";
681
+ DEFAULT_SIGNER_ADDRESS = "0x177bfcdd15bc01e99013dcc5d2b09cd87a18ce9c";
682
682
  NATIVE_TOKEN_ADDRESS = "0x0000000000000000000000000000000000000000";
683
683
  ALL_CHAINS_BY_ID = {
684
684
  [mainnet.id]: mainnet,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/deposit-modal",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "React modal component for Rhinestone cross-chain deposits",
5
5
  "author": "Rhinestone <dev@rhinestone.wtf>",
6
6
  "bugs": {