Skip to content

Commit

Permalink
update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
greedythib committed Nov 22, 2023
1 parent 1fbce50 commit 4ba54cc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@angleprotocol:registry=https://npm.pkg.github.com
12 changes: 12 additions & 0 deletions ERC20_LIST.json
Original file line number Diff line number Diff line change
Expand Up @@ -1766,6 +1766,18 @@
"useInSwap": false,
"logoURI": "https://raw.githubusercontent.com/AngleProtocol/angle-assets/main/2_protocol-icon-only/4-colorback/PNG/angle-icon-colorback-black500.png"
}
},
"108": {
"0xC16B81Af351BA9e64C1a069E3Ab18c244A1E3049": {
"address": "0xC16B81Af351BA9e64C1a069E3Ab18c244A1E3049",
"name": "Angle Merkl",
"decimals": 18,
"symbol": "aglaMerkl",
"hasPermit": false,
"useInSwap": false,
"logoURI": "https://raw.githubusercontent.com/AngleProtocol/angle-assets/main/2_protocol-icon-only/4-colorback/PNG/angle-icon-colorback-black500.png"
}
}

}
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "greedythib <thibaudb@angle.money>",
"license": "MIT",
"dependencies": {
"@angleprotocol/sdk": "^3.0.121",
"@angleprotocol/sdk": "0.4.10",
"ethers": "^5.7.1",
"joi": "^17.6.0",
"prettier": "^2.8.2"
Expand Down
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ export const joiSchema = Joi.object().keys({
[ChainId.LINEA]: Joi.object().pattern(/^/, tokenInfo),
[ChainId.MANTLE]: Joi.object().pattern(/^/, tokenInfo),
[ChainId.ZKSYNC]: Joi.object().pattern(/^/, tokenInfo),
// [ChainId.]: Joi.object().pattern(/^/, tokenInfo),
// [ChainId.ZKSYNC]: Joi.object().pattern(/^/, tokenInfo),
});
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@angleprotocol/sdk@^3.0.121":
version "3.0.121"
resolved "https://registry.yarnpkg.com/@angleprotocol/sdk/-/sdk-3.0.121.tgz#53911149c4a43f032b1979a4c679858a7dbb2ba6"
integrity sha512-XAhNlFIEbKm2f0nQHF0sTA56OAPlsZD5OtTvD32CnTM0Lk2ezIRjgKJf5imwpZxMRgP/5jKtLZyP+fi8o/Ry0w==
"@angleprotocol/sdk@0.4.10":
version "0.4.10"
resolved "https://npm.pkg.github.com/download/@angleprotocol/sdk/0.4.10/97cde67ec5896244a37b936ceb7bec382a295f4c#97cde67ec5896244a37b936ceb7bec382a295f4c"
integrity sha512-RzlSDjmhSXrOeMiO+tWP+Kt75ON1Mvw3m1kX/YU5Q8NsUOCS4R7Oa+f3ZNWHQlpnPck1Ucc5/F8FMrGdro4Y+w==
dependencies:
"@typechain/ethers-v5" "^10.0.0"
"@types/lodash" "^4.14.180"
Expand Down

0 comments on commit 4ba54cc

Please sign in to comment.