@virtuals-protocol/acp-node 0.1.0-beta.5 → 0.1.0-beta.7
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.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -778,8 +778,8 @@ var baseSepoliaAcpConfig = {
|
|
|
778
778
|
};
|
|
779
779
|
var baseAcpConfig = {
|
|
780
780
|
chain: import_infra.base,
|
|
781
|
-
contractAddress: "
|
|
782
|
-
virtualsTokenAddress: "
|
|
781
|
+
contractAddress: "0x6a1FE26D54ab0d3E1e3168f2e0c0cDa5cC0A0A4A",
|
|
782
|
+
virtualsTokenAddress: "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b",
|
|
783
783
|
alchemyRpcUrl: "https://alchemy-proxy-prod.virtuals.io/api/proxy/rpc",
|
|
784
784
|
acpUrl: "https://acpx.virtuals.io"
|
|
785
785
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -738,8 +738,8 @@ var baseSepoliaAcpConfig = {
|
|
|
738
738
|
};
|
|
739
739
|
var baseAcpConfig = {
|
|
740
740
|
chain: base,
|
|
741
|
-
contractAddress: "
|
|
742
|
-
virtualsTokenAddress: "
|
|
741
|
+
contractAddress: "0x6a1FE26D54ab0d3E1e3168f2e0c0cDa5cC0A0A4A",
|
|
742
|
+
virtualsTokenAddress: "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b",
|
|
743
743
|
alchemyRpcUrl: "https://alchemy-proxy-prod.virtuals.io/api/proxy/rpc",
|
|
744
744
|
acpUrl: "https://acpx.virtuals.io"
|
|
745
745
|
};
|