Skip to content

Commit 53c49eb

Browse files
Decommissioned Sokol and replaced with a new Chiado testnet (#220)
* Decommissioned Sokol and replaced with a new Chiado testnet * Version updated
1 parent ed8716f commit 53c49eb

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etherspot",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "Etherspot SDK",
55
"keywords": [
66
"ether",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@apollo/client": "3.4.0",
45-
"@etherspot/contracts": "1.9.6",
45+
"@etherspot/contracts": "1.9.7",
4646
"@lifi/sdk": "1.6.4",
4747
"@nerdwallet/apollo-cache-policies": "1.2.1",
4848
"class-transformer": "0.4.0",

schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ enum NetworkNames {
11261126
Mainnet
11271127
Matic
11281128
Mumbai
1129-
Sokol
1129+
Chiado
11301130
Xdai
11311131
Optimism
11321132
ArbitrumTest

src/sdk/env/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const SUPPORTED_ENVS: { [key: string]: Env } = {
4141
networkOptions: {
4242
supportedNetworkNames: [
4343
NetworkNames.Goerli,
44-
NetworkNames.Sokol,
44+
NetworkNames.Chiado,
4545
NetworkNames.BscTest,
4646
NetworkNames.FantomTest,
4747
NetworkNames.Mumbai,

src/sdk/network/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export enum NetworkNames {
22
Mainnet = 'mainnet',
33
Goerli = 'goerli',
44
Xdai = 'xdai',
5-
Sokol = 'sokol',
5+
Chiado = 'chiado',
66
Bsc = 'bsc',
77
BscTest = 'bscTest',
88
Fantom = 'fantom',
@@ -39,7 +39,7 @@ export const NETWORK_NAME_TO_CHAIN_ID: {
3939
[NetworkNames.Mainnet]: 1,
4040
[NetworkNames.Goerli]: 5,
4141
[NetworkNames.Xdai]: 100,
42-
[NetworkNames.Sokol]: 77,
42+
[NetworkNames.Chiado]: 10200,
4343
[NetworkNames.Bsc]: 56,
4444
[NetworkNames.BscTest]: 97,
4545
[NetworkNames.Fantom]: 250,

0 commit comments

Comments
 (0)