Skip to content

Commit

Permalink
Fix Westend environment config (#1297)
Browse files Browse the repository at this point in the history
* remove muse

* remove muse
  • Loading branch information
claravanstaden authored Oct 2, 2024
1 parent 230cbbe commit 7d558a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowbridge/api",
"version": "0.1.21",
"version": "0.1.22",
"description": "Snowbridge API client",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion web/packages/api/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ export const SNOWBRIDGE_ENV: { [id: string]: SnowbridgeEnvironment } = {
id: "ethereum",
name: "Ethereum",
type: "ethereum",
destinationIds: ["assethub", "muse"],
destinationIds: ["assethub"],
erc20tokensReceivable: [
{
id: "WETH",
Expand Down
2 changes: 1 addition & 1 deletion web/packages/contract-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowbridge/contract-types",
"version": "0.1.21",
"version": "0.1.22",
"description": "Snowbridge contract type bindings",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion web/packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowbridge/contracts",
"version": "0.1.21",
"version": "0.1.22",
"description": "Snowbridge contract source and abi.",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 7d558a1

Please sign in to comment.