example-js-sdk 0.0.7 → 0.0.8

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.
@@ -99,7 +99,7 @@ exports.DEFAULT_EIP712_TYPES = {
99
99
  };
100
100
  // Note that the chainId field is delibrately omitted because it is dynamic
101
101
  exports.DEFAULT_ORBIX_DOMAIN_FIELDS = {
102
- name: 'Orbix',
102
+ name: 'Carbon',
103
103
  version: '1.0.0',
104
104
  verifyingContract: '0x0000000000000000000000000000636f736D6F73',
105
105
  salt: '1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "example-js-sdk",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "TypeScript SDK for Mememax Orbix blockchain",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",