Skip to content

Commit

Permalink
Merge branch 'main' into fix/remove-extra-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
enemycnt authored Feb 21, 2023
2 parents d6c1725 + 324d77c commit c494af1
Show file tree
Hide file tree
Showing 18 changed files with 1,489 additions and 1,689 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- '**'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/sdk": "1.1.2"
"packages/sdk": "1.1.3"
}
29 changes: 13 additions & 16 deletions examples/node-example/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,35 @@
{
// This is an alias to @tsconfig/node12: https://github.com/tsconfig/bases
"extends": "ts-node/node12/tsconfig.json",

// Most ts-node options can be specified here using their programmatic names.
"ts-node": {
// It is faster to skip typechecking.
// Remove if you want ts-node to do typechecking.
"transpileOnly": true,

"files": true,

"compilerOptions": {
// compilerOptions specified here will override those declared below,
// but *only* in ts-node. Useful if you want ts-node and tsc to use
// different options with a single tsconfig.json.
}
},
"compilerOptions": {
"target": "ES2017",
"outDir": "dist",
"module": "commonjs",
"allowJs": true,
"composite": true,
"target": "ES2017",
"outDir": "dist",
"module": "commonjs",
"allowJs": true,
"composite": true,
"declaration": true,
"sourceMap": true,
"declarationMap": true,
"resolveJsonModule": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"moduleResolution": "node",
"strict": true,
"jsx": "react-jsx",
"esModuleInterop": true,
"downlevelIteration": true,
"moduleResolution": "node",
"strict": true,
"jsx": "react-jsx",
"esModuleInterop": true,
"downlevelIteration": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true
},
"forceConsistentCasingInFileNames": true
}
}
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.3](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.1.2...sygma-sdk-core-v1.1.3) (2023-02-14)


### Bug Fixes

* fix amount in createOracleFeeData ([#162](https://github.com/sygmaprotocol/sygma-sdk/issues/162)) ([a39180d](https://github.com/sygmaprotocol/sygma-sdk/commit/a39180d5e9d5993ee6c15abc6aa8a6e1c1939632))

## [1.1.2](https://github.com/sygmaprotocol/sygma-sdk/compare/sygma-sdk-core-v1.1.1...sygma-sdk-core-v1.1.2) (2023-02-10)


Expand Down
60 changes: 30 additions & 30 deletions packages/sdk/config/config_evm-evm.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"relayer": {},
"relayer": {},
"chains": [
{
"id": 23,
"from": "0xff93B45308FD417dF303D6515aB04D9e89a750Ca",
"name": "evm1",
"type": "evm",
"endpoint": "http://node1-1:8544",
"bridge": "0x62877dDCd49aD22f5eDfc6ac108e9a4b5D2bD88B",
"erc20Handler": "0x3167776db165D8eA0f51790CA2bbf44Db5105ADF",
"erc721Handler": "0x3f709398808af36ADBA86ACC617FeB7F5B7B193E",
"genericHandler": "0x2B6Ab4b880A45a07d83Cf4d664Df4Ab85705Bc07",
"gasLimit": 9000000,
"maxGasPrice": 20000000000,
"blockConfirmations": 2
},
{
"id": 24,
"from": "0xff93B45308FD417dF303D6515aB04D9e89a750Ca",
"name": "evm1",
"type": "evm",
"endpoint": "http://node2-1:8553",
"bridge": "0x62877dDCd49aD22f5eDfc6ac108e9a4b5D2bD88B",
"erc20Handler": "0x3167776db165D8eA0f51790CA2bbf44Db5105ADF",
"erc721Handler": "0x3f709398808af36ADBA86ACC617FeB7F5B7B193E",
"genericHandler": "0x2B6Ab4b880A45a07d83Cf4d664Df4Ab85705Bc07",
"gasLimit": 9000000,
"maxGasPrice": 20000000000,
"blockConfirmations": 2
}
]
{
"id": 23,
"from": "0xff93B45308FD417dF303D6515aB04D9e89a750Ca",
"name": "evm1",
"type": "evm",
"endpoint": "http://node1-1:8544",
"bridge": "0x62877dDCd49aD22f5eDfc6ac108e9a4b5D2bD88B",
"erc20Handler": "0x3167776db165D8eA0f51790CA2bbf44Db5105ADF",
"erc721Handler": "0x3f709398808af36ADBA86ACC617FeB7F5B7B193E",
"genericHandler": "0x2B6Ab4b880A45a07d83Cf4d664Df4Ab85705Bc07",
"gasLimit": 9000000,
"maxGasPrice": 20000000000,
"blockConfirmations": 2
},
{
"id": 24,
"from": "0xff93B45308FD417dF303D6515aB04D9e89a750Ca",
"name": "evm1",
"type": "evm",
"endpoint": "http://node2-1:8553",
"bridge": "0x62877dDCd49aD22f5eDfc6ac108e9a4b5D2bD88B",
"erc20Handler": "0x3167776db165D8eA0f51790CA2bbf44Db5105ADF",
"erc721Handler": "0x3f709398808af36ADBA86ACC617FeB7F5B7B193E",
"genericHandler": "0x2B6Ab4b880A45a07d83Cf4d664Df4Ab85705Bc07",
"gasLimit": 9000000,
"maxGasPrice": 20000000000,
"blockConfirmations": 2
}
]
}
Loading

0 comments on commit c494af1

Please sign in to comment.