Skip to content

Commit

Permalink
adds paseo environment
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Oct 31, 2024
1 parent 5d340bd commit a1e57d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions web/packages/api/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,12 @@ export const SNOWBRIDGE_ENV: { [id: string]: SnowbridgeEnvironment } = {
address: "0xfff9976782d46cc05630d1f6ebab18b2324d6b14",
minimumTransferAmount: 15_000_000_000_000n,
},
// Todo fix registration
{
id: "WBTC",
address: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
minimumTransferAmount: 1n,
},
// Todo fix token metadata
//{
// id: "WBTC",
// address: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
// minimumTransferAmount: 1n,
//},
],
},
],
Expand Down

0 comments on commit a1e57d8

Please sign in to comment.