Skip to content

Commit

Permalink
Change naming of Connext service provider to 'Etherspot' (#231)
Browse files Browse the repository at this point in the history
* Update constants.ts

Changes 'Connext' to 'Etherspot' for SDK requests. Tested Connext backend integration via example 16 get cross chain quotes.

* 1.43.8
  • Loading branch information
lbw33 authored Jul 10, 2023
1 parent a8417a7 commit 789364e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherspot",
"version": "1.43.7",
"version": "1.43.8",
"description": "Etherspot SDK",
"keywords": [
"ether",
Expand Down
4 changes: 2 additions & 2 deletions src/sdk/exchange/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export enum SocketTokenDirection {
export enum CrossChainServiceProvider {
SocketV2 = 'SocketV2',
LiFi = 'LiFi',
Connext = 'Connext',
Etherspot = 'Connext',
}

export enum LiFiBridge {
Expand All @@ -29,5 +29,5 @@ export enum LiFiBridge {
multichain = 'multichain',
optimism = 'optimism',
polygon = 'polygon',
stargate = 'stargate'
stargate = 'stargate',
}

0 comments on commit 789364e

Please sign in to comment.