Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: Merge to publish new version to npm #429

Merged
merged 10 commits into from
Jun 6, 2024
6 changes: 4 additions & 2 deletions .github/workflows/create-asana-attachment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
asana-secret: ${{ secrets.ASANA_SECRET }}
allowed-projects: |
1201812548509877
1207145524635866
1207160002492686
1203400194794992
- name: Log output status
run: echo "Status is ${{ steps.postAttachment.outputs.status }}"
run: echo "Status is ${{ steps.postAttachment.outputs.status }}"
14 changes: 14 additions & 0 deletions adapters/aptos-wallet-adapter-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @blocto/aptos-wallet-adapter-plugin

## 0.2.10

### Patch Changes

- Updated dependencies [e066144]
- @blocto/[email protected]

## 0.2.10-beta.0

### Patch Changes

- Updated dependencies [e066144]
- @blocto/[email protected]

## 0.2.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions adapters/aptos-wallet-adapter-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocto/aptos-wallet-adapter-plugin",
"version": "0.2.9",
"version": "0.2.10",
"description": "Blocto Wallet plugin to use with Aptos Wallet Adapter",
"author": "Blocto Wallet",
"main": "./dist/index.js",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@aptos-labs/wallet-adapter-core": "^2.2.0",
"@blocto/sdk": "^0.10.0",
"@blocto/sdk": "^0.10.3",
"aptos": "^1.9.1"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions adapters/rainbowkit-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @blocto/rainbowkit-connector

## 2.0.2

### Patch Changes

- @blocto/[email protected]

## 2.0.2-beta.0

### Patch Changes

- @blocto/[email protected]

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions adapters/rainbowkit-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocto/rainbowkit-connector",
"version": "2.0.1",
"version": "2.0.2",
"description": "blocto wallet connector to use rainbowkit",
"author": "Blocto Wallet",
"main": "./dist/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.5",
"@blocto/wagmi-connector": "^2.0.3"
"@blocto/wagmi-connector": "^2.0.4"
},
"devDependencies": {
"@types/jest": "^29.5.2",
Expand Down
14 changes: 14 additions & 0 deletions adapters/wagmi-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @blocto/wagmi-connector

## 2.0.4

### Patch Changes

- Updated dependencies [e066144]
- @blocto/[email protected]

## 2.0.4-beta.0

### Patch Changes

- Updated dependencies [e066144]
- @blocto/[email protected]

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions adapters/wagmi-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@blocto/wagmi-connector",
"description": "Blocto wallet connector extend from wagmi Connector",
"author": "Calvin Chang",
"version": "2.0.3",
"version": "2.0.4",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"/dist"
],
"dependencies": {
"@blocto/sdk": "^0.10.0"
"@blocto/sdk": "^0.10.3"
},
"peerDependencies": {
"@wagmi/core": "^2.2.0",
Expand Down
14 changes: 14 additions & 0 deletions adapters/web3-react-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @blocto/web3-react-connector

## 1.0.8

### Patch Changes

- Updated dependencies [e066144]
- @blocto/[email protected]

## 1.0.8-beta.0

### Patch Changes

- Updated dependencies [e066144]
- @blocto/[email protected]

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions adapters/web3-react-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocto/web3-react-connector",
"version": "1.0.7",
"version": "1.0.8",
"description": "A Blocto SDK connector for web3-react",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "git://github.com/portto/blocto-sdk.git"
},
"dependencies": {
"@blocto/sdk": "^0.10.0",
"@blocto/sdk": "^0.10.3",
"@web3-react/types": "^8.1.2-beta.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/blocto-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @blocto/sdk

## 0.10.3

### Patch Changes

- e066144: support Merlin Chain (BTC L2)

## 0.10.3-beta.0

### Patch Changes

- e066144: support Merlin Chain (BTC L2)

## 0.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocto-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocto/sdk",
"version": "0.10.2",
"version": "0.10.3",
"repository": "[email protected]:portto/blocto-sdk.git",
"author": "Chiaki.C",
"license": "MIT",
Expand Down
7 changes: 6 additions & 1 deletion packages/blocto-sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ export const ETH_RPC_LIST: Mapping = {
// Blast
81457: 'https://rpc.blast.io',
// Blast Sepolia Testnet
168587773: 'https://sepolia.blast.io'
168587773: 'https://sepolia.blast.io',

// Merlin Chain
4200: 'https://rpc.merlinchain.io',
// Merlin Testnet
686868: 'https://testnet-rpc.merlinchain.io',
};

export const ETH_ENV_WALLET_SERVER_MAPPING: Mapping = {
Expand Down
Loading