mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
fix: use celo sepolia in common (#1091)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@selfxyz/common",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"description": "Constants and utils for self sdks",
|
||||
"license": "MIT",
|
||||
"author": "@Selfxyz Team",
|
||||
|
||||
@@ -29,7 +29,7 @@ export interface SelfApp {
|
||||
devMode: boolean;
|
||||
disclosures: SelfAppDisclosureConfig;
|
||||
version: number;
|
||||
chainID: 42220 | 44787;
|
||||
chainID: 42220 | 11142220;
|
||||
userDefinedData: string;
|
||||
}
|
||||
|
||||
@@ -112,7 +112,7 @@ export class SelfAppBuilder {
|
||||
logoBase64: '',
|
||||
deeplinkCallback: '',
|
||||
disclosures: {},
|
||||
chainID: config.endpointType === 'staging_celo' ? 44787 : 42220,
|
||||
chainID: config.endpointType === 'staging_celo' ? 11142220 : 42220,
|
||||
version: config.version ?? 2,
|
||||
userDefinedData: '',
|
||||
...config,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@selfxyz/qrcode",
|
||||
"version": "1.0.11",
|
||||
"version": "1.0.12",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/selfxyz/self"
|
||||
|
||||
Reference in New Issue
Block a user