@vauban/glacis-sdk 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/constants.js CHANGED
@@ -6,7 +6,7 @@ export const SEPOLIA_CONFIG = {
6
6
  rpcUrl: 'https://sepolia.rpc.vauban.tech/rpc/v0_7',
7
7
  verifierAddress: '0x051814c8a17ace1491a7203d9fac2525a32c0813fe44d78bb96ba8bd8737cf9c',
8
8
  attestationTokenAddress: '0x0082d381f17ac9490c0de35f95f86916bececebb2a472398f64514982a5bf54c',
9
- explorerBaseUrl: 'https://sepolia.starkscan.co',
9
+ explorerBaseUrl: 'https://sepolia.voyager.online',
10
10
  };
11
11
  /**
12
12
  * Starknet mainnet deployment.
@@ -15,7 +15,7 @@ export const SEPOLIA_CONFIG = {
15
15
  * After deployment, update these with real addresses from deployments/mainnet.json.
16
16
  */
17
17
  export const MAINNET_CONFIG = {
18
- rpcUrl: 'https://mainnet.rpc.vauban.tech/rpc/v0_7',
18
+ rpcUrl: 'https://rpc.vauban.tech/rpc/v0_7',
19
19
  verifierAddress: '',
20
20
  attestationTokenAddress: '',
21
21
  explorerBaseUrl: 'https://voyager.online',
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AASH,2CAA2C;AAC3C,MAAM,CAAC,MAAM,cAAc,GAAkB;IAC3C,MAAM,EAAE,0CAA0C;IAClD,eAAe,EACb,oEAAoE;IACtE,uBAAuB,EACrB,oEAAoE;IACtE,eAAe,EAAE,8BAA8B;CAChD,CAAC;AAEF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,cAAc,GAAkB;IAC3C,MAAM,EAAE,0CAA0C;IAClD,eAAe,EAAE,EAAE;IACnB,uBAAuB,EAAE,EAAE;IAC3B,eAAe,EAAE,wBAAwB;CAC1C,CAAC;AAEF,mDAAmD;AACnD,MAAM,UAAU,gBAAgB,CAC9B,OAAgD;IAEhD,OAAO,OAAO,KAAK,kBAAkB,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC;AAC1E,CAAC;AAED,+CAA+C;AAC/C,MAAM,UAAU,aAAa,CAC3B,OAAgD,EAChD,MAAc;IAEd,MAAM,MAAM,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACzC,OAAO,GAAG,MAAM,CAAC,eAAe,OAAO,MAAM,EAAE,CAAC;AAClD,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AASH,2CAA2C;AAC3C,MAAM,CAAC,MAAM,cAAc,GAAkB;IAC3C,MAAM,EAAE,0CAA0C;IAClD,eAAe,EACb,oEAAoE;IACtE,uBAAuB,EACrB,oEAAoE;IACtE,eAAe,EAAE,gCAAgC;CAClD,CAAC;AAEF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,cAAc,GAAkB;IAC3C,MAAM,EAAE,kCAAkC;IAC1C,eAAe,EAAE,EAAE;IACnB,uBAAuB,EAAE,EAAE;IAC3B,eAAe,EAAE,wBAAwB;CAC1C,CAAC;AAEF,mDAAmD;AACnD,MAAM,UAAU,gBAAgB,CAC9B,OAAgD;IAEhD,OAAO,OAAO,KAAK,kBAAkB,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC;AAC1E,CAAC;AAED,+CAA+C;AAC/C,MAAM,UAAU,aAAa,CAC3B,OAAgD,EAChD,MAAc;IAEd,MAAM,MAAM,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACzC,OAAO,GAAG,MAAM,CAAC,eAAe,OAAO,MAAM,EAAE,CAAC;AAClD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vauban/glacis-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "TypeScript SDK for Glacis Protocol — Proof of Humanity on Starknet",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",