Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion constants/production.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ pub const HYPERGRID_ADDRESS: &str = "0xd65cb2ae7212e9b767c6953bb11cad1876d81cc8"
pub const HYPERGRID_NAMESPACE_MINTER_ADDRESS: &str = "0x44a8Bd4f9370b248c91d54773Ac4a457B3454b50";
pub const HYPR_HASH: &str = "0x29575a1a0473dcc0e00d7137198ed715215de7bffd92911627d5e008410a5826";
pub const USDC_BASE_ADDRESS: &str = "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
pub const CIRCLE_PAYMASTER: &str = "0x0578cFB241215b77442a541325d6A4E6dFE700Ec";
pub const USDC_SEPOLIA_ADDRESS: &str = "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
pub const CIRCLE_PAYMASTER: &str = "0x0578cFB241215b77442a541325d6A4E6dFE700Ec";

// X402 Payment Configuration
pub const X402_PAYMENT_NETWORK: &str = "base";
pub const USDC_EIP712_NAME: &str = "USD Coin";
pub const USDC_EIP712_VERSION: &str = "2";
pub const X402_FACILITATOR_BASE_URL: &str = "https://facilitator.x402.rs";
9 changes: 8 additions & 1 deletion constants/staging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ pub const HYPERGRID_ADDRESS: &str = "0x2138da52cbf52adf2e73139a898370e03bbebf0a"
pub const HYPERGRID_NAMESPACE_MINTER_ADDRESS: &str = "0x44a8Bd4f9370b248c91d54773Ac4a457B3454b50";
pub const HYPR_HASH: &str = "0x29575a1a0473dcc0e00d7137198ed715215de7bffd92911627d5e008410a5826"; // TODO: Update with staging hash
pub const USDC_BASE_ADDRESS: &str = "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913";
pub const CIRCLE_PAYMASTER: &str = "0x0578cFB241215b77442a541325d6A4E6dFE700Ec";
pub const USDC_SEPOLIA_ADDRESS: &str = "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
pub const CIRCLE_PAYMASTER: &str = "0x0578cFB241215b77442a541325d6A4E6dFE700Ec";

// X402 Payment Configuration
pub const X402_PAYMENT_NETWORK: &str = "base-sepolia";
pub const USDC_EIP712_NAME: &str = "USDC";
pub const USDC_EIP712_VERSION: &str = "2";
pub const X402_FACILITATOR_BASE_URL: &str = "https://facilitator.x402.rs";
5 changes: 0 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@
"image": "https://raw.githubusercontent.com/hyperware-ai/hpn/ccd0e9c0d08b2344b06ce4a5b8584f819b92e43e/hypergrid-logo.webp",
"properties": {
"package_name": "hypergrid",
<<<<<<< Updated upstream
"current_version": "1.2.1",
"publisher": "ware.hypr",
=======
"current_version": "1.2.2",
"publisher": "test.hypr",
>>>>>>> Stashed changes
"mirrors": ["ware.hypr","sam.hypr", "backup-distro-node.os"],
"code_hashes": {
"1.0.0": "001a49117374abc3bdb38179d8ce05d76205b008bb55683e116be36f3e1635ce",
Expand Down
4 changes: 2 additions & 2 deletions provider/provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ optional = true
path = "../target/caller-utils"

[dependencies.hyperprocess_macro]
branch = "develop"
branch = "set-response-body"
git = "https://github.com/hyperware-ai/hyperprocess-macro"

[dependencies.hyperware_process_lib]
features = [
"hyperapp",
"logging",
]
branch = "develop"
branch = "set-response-body"
git = "https://github.com/hyperware-ai/process_lib"

[dependencies.serde]
Expand Down
Loading