@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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 = "
|
|
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 = "
|
|
681
|
+
DEFAULT_SIGNER_ADDRESS = "0x177bfcdd15bc01e99013dcc5d2b09cd87a18ce9c";
|
|
682
682
|
NATIVE_TOKEN_ADDRESS = "0x0000000000000000000000000000000000000000";
|
|
683
683
|
ALL_CHAINS_BY_ID = {
|
|
684
684
|
[mainnet.id]: mainnet,
|