Skip to content

Commit

Permalink
usdc-bridge deploy (#209)
Browse files Browse the repository at this point in the history
* test usdc-bridge arbitrum

* test usdc-bridge arbitrum 2

* test usdc-bridge arbitrum 3

* test usdc-bridge arbitrum 4

* test usdc-bridge arbitrum 5

* [skip ci] bump version

* [skip ci] revert action changes
  • Loading branch information
valentinoConti authored Jun 27, 2023
1 parent 8adc1dd commit b33a193
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
concurrency:
group: ${{ github.ref }}-cctp-preview
cancel-in-progress: true
environment: Cloudflare-Preview
environment: Cloudflare-Preview
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
with:
name: docs-preview-build
path: docs/build

portal:
name: "Build Portal Bridge"
runs-on: "ubuntu-latest"
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

publish:
name: "Publish"
needs:
needs:
- portal
- docs
- cctp
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
concurrency:
group: ${{ github.ref }}-cctp-testnet
cancel-in-progress: true
environment: Cloudflare-Testnet
environment: Cloudflare-Testnet
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

publish:
name: "Publish"
needs:
needs:
- portal
- cctp
runs-on: "ubuntu-latest"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xlabs/portal-bridge-ui",
"version": "0.1.39",
"version": "0.1.40",
"private": true,
"dependencies": {
"@certusone/wormhole-sdk": "^0.9.18",
Expand Down

0 comments on commit b33a193

Please sign in to comment.