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

Feat/v3 viem p #12

Open
wants to merge 22 commits into
base: feat/v3-viem
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6a3d355
fix(swap): fix swap
envin3 Oct 6, 2023
35ee54b
refactor(ptokens.js): update libraries and fix linting
envin3 Oct 10, 2023
1a73921
fix(swap): fix swap, asset, provider
envin3 Oct 16, 2023
2e09251
refactor(test): add tests for swap and provider
envin3 Oct 16, 2023
072690b
chore(package): update dependencies
envin3 Nov 8, 2023
bd3f742
chore(ts-config): add ts initialization option
envin3 Nov 8, 2023
238685e
refactor(interim-provider): remove interim provider from asset lib
envin3 Nov 8, 2023
e61d436
refactor(hub-abi): refactor hub abi import
envin3 Nov 8, 2023
88025f5
refactor(testnet): remove testnet network ids
envin3 Nov 8, 2023
94c3a66
refactor(interim): rename interim chain const
envin3 Nov 8, 2023
9781fb3
chore(interim-test): remove test about interim interaction
envin3 Nov 8, 2023
04ef744
chore(viem type): use 0xstring type with viem
envin3 Nov 8, 2023
dd6dfd9
refactor(opID-test): refactor log imports
envin3 Nov 8, 2023
4440f6a
refactor(clients-mocks): use mocked viem clients
envin3 Nov 8, 2023
6ea9881
feat(interim-monitor): monitor interim directly on swap package
envin3 Nov 8, 2023
217b075
chore(test-swap): test swap functions
envin3 Nov 8, 2023
dab1243
refactor(ptokens-asset-evm): upgrade evm asset
envin3 Dec 4, 2023
b8068b7
refactor(ptokens-constants): add interim chain type
envin3 Dec 4, 2023
0dc3504
refactor(ptokens-entities): aupgrade ptoken entities
envin3 Dec 4, 2023
4b831d7
refactor(ptokens-swap): upgrade ptoken swap
envin3 Dec 4, 2023
13949e7
chore(version): bump version
envin3 Dec 4, 2023
52e2927
refactor(factory-addresses): update to new deploy
envin3 Dec 5, 2023
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
42,466 changes: 16,918 additions & 25,548 deletions package-lock.json

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,41 @@
"type-check": "lerna run type-check"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/core": "^7.23.0",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-transform-export-namespace-from": "^7.22.11",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@commitlint/config-conventional": "^17.6.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@testing-library/dom": "^8.13.0",
"@types/jest": "^29.0.0",
"@types/jest": "^29.5.5",
"@types/multicoin-address-validator": "^0.5.0",
"@types/node-fetch": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"commitlint": "^17.6.3",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.27.5",
"@types/node-fetch": "^2.6.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"commitlint": "^17.7.2",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"husky": "^7.0.4",
"jest": "^29.0.0",
"lerna": "^7.1.4",
"lint-staged": "^12.4.0",
"rollup": "^3.26.3",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lerna": "^7.2.0",
"lint-staged": "^14.0.1",
"rollup": "^4.0.2",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-node-externals": "^6.1.1",
"ts-jest": "^29.0.0",
"typedoc": "^0.25.1"
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-node-externals": "^6.1.2",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.2"
},
"dependencies": {
"@babel/runtime": "^7.20.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ptokens-assets-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ptokens-constants": "file:../ptokens-constants",
"ptokens-entities": "file:../ptokens-entities",
"ptokens-helpers": "file:../ptokens-helpers",
"viem": "^1.11.1"
"viem": "^1.16.2"
},
"typedoc": {
"entryPoint": "./src/index.ts",
Expand Down
Loading