-
Notifications
You must be signed in to change notification settings - Fork 5
feat: publish chainservice npm package #49
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
base: dev
Are you sure you want to change the base?
Changes from 19 commits
c264a07
250fbb6
0c4dee7
b14c628
88df089
9251a9a
e0c18a4
4242a67
35d660c
bbfecc2
cec5150
c56397f
d4a078e
1589288
d46cbe9
4c66cbe
5205c26
4bc073c
91508fd
18e38b6
0510887
e775b7b
3000fd4
f1b766d
d121f80
d053275
67dc25f
ff65e24
9fdb47d
46a3763
a3f993f
160d827
d2c2373
8f294cf
dc220e3
271d986
a0bd979
ec86af0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| // SPDX-License-Identifier: MIT | ||
| pragma solidity >=0.8.4 <0.9.0; | ||
|
|
||
| import {IERC20} from 'isolmate/interfaces/tokens/IERC20.sol'; | ||
| import {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol'; | ||
|
||
| import {Test} from 'forge-std/Test.sol'; | ||
| import {XERC20} from '../../contracts/XERC20.sol'; | ||
| import {XERC20Lockbox} from '../../contracts/XERC20Lockbox.sol'; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@chimera-monorepo/contracts", | ||
| "version": "0.0.1", | ||
| "version": "0.0.1-alpha.6", | ||
| "description": "Smart contracts for Everclear", | ||
| "homepage": "https://github.com/defi-wonderland/chimera-monorepo/packages/contracts", | ||
| "repository": { | ||
|
|
@@ -81,7 +81,7 @@ | |
| "@openzeppelin/contracts": "5.0.2", | ||
| "@openzeppelin/contracts-upgradeable": "5.0.2", | ||
| "dotenv": "^16.4.5", | ||
| "isolmate": "github:defi-wonderland/isolmate#59e18043c2450fef550f1744b3705ce9ebcaf1c8", | ||
| "solmate": "^6.8.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do we have any idea what the difference is between the two packages?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, only used for the XERC20 contracts. Main diff is that DW version has interfaces, the regular solmate package does not. DW version has a |
||
| "ts-node": "^10.9.2", | ||
| "viem": "^2.19.8" | ||
| }, | ||
|
|
@@ -96,5 +96,10 @@ | |
| "solhint": "github:solhint-community/solhint-community#v4.0.0-rc01", | ||
| "sort-package-json": "1.53.1", | ||
| "typescript": "^5.5.4" | ||
| }, | ||
| "publishConfig": { | ||
| "registry": "https://registry.npmjs.org", | ||
| "access": "public", | ||
| "name": "@chimera-monorepo/contracts" | ||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.