Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
]
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.14.2
- name: Use Node.js 21.1.0
uses: actions/setup-node@v3
with:
node-version: 18.14.2
node-version: 21.1.0
- name: Build for testing
run: |
cd ./packages/common/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.14.2
- name: Use Node.js 21.1.0
uses: actions/setup-node@v3
with:
node-version: 18.14.2
node-version: 21.1.0
- name: Build for testing contracts
run: |
cd packages/contracts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.14.2
- name: Use Node.js 21.1.0
uses: actions/setup-node@v3
with:
node-version: 18.14.2
node-version: 21.1.0
- name: Build for testing router
run: |
cd packages/router
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests-uniswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.14.2
- name: Use Node.js 21.1.0
uses: actions/setup-node@v3
with:
node-version: 18.14.2
node-version: 21.1.0
- name: Build for testing uniswap mock
run: |
cd packages/common
Expand Down
12 changes: 12 additions & 0 deletions packages/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ const config = {
blastSepolia: {
url: 'https://sepolia.blast.io',
},
sonic: {
url: 'https://rpc.soniclabs.com',
},
},
etherscan: {
apiKey: {
Expand All @@ -58,6 +61,7 @@ const config = {
x1Testnet: process.env.API_KEY,
artioTestnet: 'artio_testnet',
blastSepolia: 'blast_sepolia',
sonic: process.env.SONIC_API_KEY,
},
customChains: [
{
Expand Down Expand Up @@ -92,6 +96,14 @@ const config = {
browserURL: 'https://testnet.blastscan.io',
},
},
{
network: 'sonic',
chainId: 146,
urls: {
apiURL: 'https://api.sonicscan.org/api',
browserURL: 'https://sonicscan.org',
},
},
],
},
mocha: {
Expand Down
170 changes: 0 additions & 170 deletions packages/deploy/src/data/deploy/arbitrum-v1.5-pendle/config.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading