Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
DFK ETH Address change
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliusbtc committed Aug 2, 2022
1 parent 1063aba commit 7b5f8b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synapseprotocol/sdk",
"version": "0.95.1-alpha.25",
"version": "0.95.1-alpha.26",
"description": "Synapse Protocol's NodeJS SDK.",
"repository": "github.com/synapsecns/sdk",
"author": "synapsecns",
Expand Down Expand Up @@ -87,7 +87,6 @@
"mocha": "10.0.0",
"mocha-lcov-reporter": "1.3.0",
"mocha-steps": "1.3.0",
"react": "17.0.2",
"ts-mocha": "10.0.0",
"ts-node": "10.9.1",
"ts-patch": "2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export namespace Tokens {
[ChainId.AVALANCHE]: "0x19E1ae0eE35c0404f835521146206595d37981ae",
[ChainId.HARMONY]: "0x0b5740c6b4a97f90eF2F0220651Cca420B868FfB",
[ChainId.KLAYTN]: "0xCD6f29dC9Ca217d0973d3D21bF58eDd3CA871a86",
[ChainId.DFK]: "0x9596A3C6a4B2597adCC5D6d69b281A7C49e3Fe6A"
[ChainId.DFK]: "0xfBDF0E31808d0aa7b9509AA6aBC9754E48C58852"
},
swapType: SwapType.ETH
});
Expand Down Expand Up @@ -342,7 +342,7 @@ export namespace Tokens {
symbol: "ETH",
decimals: 18,
addresses: {
[ChainId.DFK]: "0x9596A3C6a4B2597adCC5D6d69b281A7C49e3Fe6A"
[ChainId.DFK]: "0xfBDF0E31808d0aa7b9509AA6aBC9754E48C58852"
},
swapType: SwapType.ETH,
});
Expand Down

0 comments on commit 7b5f8b5

Please sign in to comment.