Skip to content

Commit 61de2f5

Browse files
committed
Add fraxtal and mantle
1 parent 280e738 commit 61de2f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/Release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
node: ["21.x"]
14-
chain: ["arbitrum", "base", "bsc", "ethereum", "linea", "mode", "optimism"]
14+
chain: ["arbitrum", "base", "bsc", "ethereum", "fraxtal", "linea", "mantle", "mode", "optimism"]
1515
os: [ubuntu-latest]
1616

1717
runs-on: ${{ matrix.os }}

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"prepare:base": "./bin/prepare.sh base",
1919
"prepare:bsc": "./bin/prepare.sh bsc",
2020
"prepare:ethereum": "./bin/prepare.sh ethereum",
21+
"prepare:fraxtal": "./bin/prepare.sh fraxtal",
2122
"prepare:linea": "./bin/prepare.sh linea",
23+
"prepare:mantle": "./bin/prepare.sh mantle",
2224
"prepare:mode": "./bin/prepare.sh mode",
2325
"prepare:optimism": "./bin/prepare.sh optimism"
2426
},

0 commit comments

Comments
 (0)