Skip to content

Commit

Permalink
Adds Aave token metadata to mainnet environment (#1363)
Browse files Browse the repository at this point in the history
* upgrades

* adds aave token
  • Loading branch information
claravanstaden authored Jan 17, 2025
1 parent 7bd8974 commit 4410757
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowbridge/api",
"version": "0.1.26-alpha.1",
"version": "0.1.26",
"description": "Snowbridge API client",
"license": "Apache-2.0",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions web/packages/api/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,11 @@ export const SNOWBRIDGE_ENV: { [id: string]: SnowbridgeEnvironment } = {
address: "0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb",
minimumTransferAmount: 1n,
},
{
id: "AAVE",
address: "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
minimumTransferAmount: 1n,
},
],
},
{
Expand Down Expand Up @@ -411,6 +416,11 @@ export const SNOWBRIDGE_ENV: { [id: string]: SnowbridgeEnvironment } = {
address: "0x5d3d01fd6d2ad1169b17918eb4f153c6616288eb",
minimumTransferAmount: 1n,
},
{
id: "AAVE",
address: "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
minimumTransferAmount: 1n,
},
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion web/packages/contract-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowbridge/contract-types",
"version": "0.1.26-alpha.1",
"version": "0.1.26",
"description": "Snowbridge contract type bindings",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion web/packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowbridge/contracts",
"version": "0.1.25",
"version": "0.1.26",
"description": "Snowbridge contract source and abi.",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 4410757

Please sign in to comment.