Skip to content

Commit

Permalink
Merge pull request #766 from bcnmy/feature/enable-sonic-and-monad
Browse files Browse the repository at this point in the history
feat(chain-integrations): enable Monad & Sonic
  • Loading branch information
TheDivic authored Feb 19, 2025
2 parents 7ebfebe + d6520f9 commit 360787f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
13 changes: 7 additions & 6 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
11155111, 84532, 168587773, 81457, 534351, 534352, 56400, 7000, 11155420,
80002, 27827, 4653, 8101902, 666666666, 2442, 7001, 5003, 100, 10200, 195,
196, 2810, 997, 3799, 167009, 80084, 5845, 167000, 1328, 1329, 995, 28882,
288, 920637907288165, 1740, 1750, 4202, 1135, 2818
288, 920637907288165, 1740, 1750, 4202, 1135, 2818, 146, 57054, 10143
],
"supportedNetworksV07": [
1, 11155420, 84532, 8453, 10, 56, 42161, 137, 100, 80084, 168587773, 81457
1, 11155420, 84532, 8453, 10, 56, 42161, 137, 100, 80084, 168587773, 81457,
146, 57054, 10143
],
"EIP1559SupportedNetworks": [
1, 137, 42161, 10, 43114, 43113, 8453, 59144, 204, 5611, 421614, 11155111,
Expand Down Expand Up @@ -846,8 +847,8 @@
"4202": 0.01,
"1135": 0.01,
"2818": 0.01,
"146": 0.01,
"57054": 0.01,
"146": 0.1,
"57054": 0.1,
"10143": 1
},
"fundingBalanceThreshold": {
Expand Down Expand Up @@ -919,8 +920,8 @@
"4202": 0.005,
"1135": 0.005,
"2818": 0.005,
"146": 0.005,
"57054": 0.005,
"146": 0.05,
"57054": 0.05,
"10143": 0.5
},
"newRelayerInstanceCount": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:e2e": "jest --testPathIgnorePatterns='smoke' -t e2e --setupFiles dotenv/config --verbose"
},
"dependencies": {
"@biconomy/gas-estimations": "^0.2.66",
"@biconomy/gas-estimations": "^0.2.69",
"@slack/web-api": "^6.8.0",
"@types/config": "^3.3.3",
"@types/crypto-js": "^4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions src/test/e2e/nativeTransfer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ describe("e2e", () => {
});
});

describe.only("monad-testnet", () => {
describe.skip("monad-testnet", () => {
const account = privateKeyToAccount(`0x${privateKey}`);

const monadTestnetChainId = 10143;
Expand Down Expand Up @@ -1394,7 +1394,7 @@ describe("e2e", () => {
});
});

describe.skip("sonic-mainnet", () => {
describe.only("sonic-mainnet", () => {
const account = privateKeyToAccount(`0x${privateKey}`);

const sonicMainnetChainId = 146;
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@
dependencies:
merkletreejs "^0.4.0"

"@biconomy/gas-estimations@^0.2.66":
version "0.2.66"
resolved "https://registry.yarnpkg.com/@biconomy/gas-estimations/-/gas-estimations-0.2.66.tgz#b60bf53ecc6429e6d130055683c7d96ca2c91c02"
integrity sha512-uWV5SKmVy3ql6WHNBBrl9an9cot8bvr6uXVsk2bnsPZvB9NdKr6i5rXbxz/Y6CoexIskbR/uHftJvp818mvRNA==
"@biconomy/gas-estimations@^0.2.69":
version "0.2.69"
resolved "https://registry.yarnpkg.com/@biconomy/gas-estimations/-/gas-estimations-0.2.69.tgz#e47080b1966891867281692944d698c7c1571add"
integrity sha512-LBpLhsnIsM4Zq8CpKEYNcVlgym3N160+Dna3Zg5kwEOHAS2zAtlBq2yeyZeI9psCf0wnDWG3fh6dHLdVxNYC5Q==
dependencies:
zod "^3.24.1"
zod-validation-error "^3.4.0"
Expand Down

0 comments on commit 360787f

Please sign in to comment.