Skip to content

Commit

Permalink
feat: adding aptos and sui subpaths back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Jan 28, 2024
1 parent 9f95306 commit 2dd42b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Build Mac binaries
run: |
cd "$GITHUB_WORKSPACE/movement-sdk"
cargo build --release
cargo build --release -p movement --features "aptos,sui"
- name: Upload subnet
uses: actions/upload-release-asset@v1
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Build Mac binaries
run: |
cd "$GITHUB_WORKSPACE/movement-sdk"
cargo build --release
cargo build --release -p movement --features "aptos,sui"
- name: Upload subnet
uses: actions/upload-release-asset@v1
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
- name: Build Mac binaries
run: |
cd "$GITHUB_WORKSPACE/movement-sdk"
cargo build --release
cargo build --release -p movement --features "aptos,sui"
- name: Upload subnet
uses: actions/upload-release-asset@v1
Expand Down Expand Up @@ -295,10 +295,10 @@ jobs:
cd "$GITHUB_WORKSPACE/m1"
cargo build --release --target x86_64-pc-windows-gnu
- name: Build Mac binaries
- name: Build Windows binaries
run: |
cd "$GITHUB_WORKSPACE/movement-sdk"
cargo build --release --target x86_64-pc-windows-gnu
cargo build --release -p movement --features "aptos,sui"
- name: Upload subnet
uses: actions/upload-release-asset@v1
Expand Down
2 changes: 1 addition & 1 deletion movement-sdk/services/src/m1/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub struct Config {

impl Config {

pub const BASE_URL : &str = "https://subnet.testnet.movementlabs.xyz/v1";
pub const BASE_URL : &str = "https://subnet.testnet.m1.movementlabs.xyz/v1";
pub const SUBNET_ID : &str = "2vUTKYZBbLtXnfCL2RF5XEChZf1wxVYQqxZQQCShMmseSKSiee";

}
Expand Down

0 comments on commit 2dd42b3

Please sign in to comment.