viem 0.0.0-main.20230926T224751 → 0.0.0-main.20230927T015402
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/_cjs/chains/definitions/coreDao.js +9 -9
- package/_cjs/chains/definitions/coreDao.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_esm/chains/definitions/coreDao.js +9 -9
- package/_esm/chains/definitions/coreDao.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/chains/definitions/coreDao.ts +22 -22
- package/errors/version.ts +1 -1
- package/package.json +1 -1
@@ -4,24 +4,24 @@ exports.coreDao = void 0;
|
|
4
4
|
const chain_js_1 = require("../../utils/chain.js");
|
5
5
|
exports.coreDao = (0, chain_js_1.defineChain)({
|
6
6
|
id: 1116,
|
7
|
-
name:
|
8
|
-
network:
|
7
|
+
name: 'Core Dao',
|
8
|
+
network: 'coreDao',
|
9
9
|
nativeCurrency: {
|
10
10
|
decimals: 18,
|
11
|
-
name:
|
12
|
-
symbol:
|
11
|
+
name: 'Core',
|
12
|
+
symbol: 'CORE',
|
13
13
|
},
|
14
14
|
rpcUrls: {
|
15
|
-
public: { http: [
|
16
|
-
default: { http: [
|
15
|
+
public: { http: ['https://rpc.coredao.org'] },
|
16
|
+
default: { http: ['https://rpc.coredao.org'] },
|
17
17
|
},
|
18
18
|
blockExplorers: {
|
19
|
-
default: { name:
|
20
|
-
etherscan: { name:
|
19
|
+
default: { name: 'CoreDao', url: 'https://scan.coredao.org' },
|
20
|
+
etherscan: { name: 'CoreDao', url: 'https://scan.coredao.org' },
|
21
21
|
},
|
22
22
|
contracts: {
|
23
23
|
multicall3: {
|
24
|
-
address:
|
24
|
+
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
25
25
|
blockCreated: 11907934,
|
26
26
|
},
|
27
27
|
},
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"coreDao.js","sourceRoot":"","sources":["../../../chains/definitions/coreDao.ts"],"names":[],"mappings":";;;AAAA,mDAAkD;AAErC,QAAA,OAAO,GAAiB,IAAA,sBAAW,EAAC;
|
1
|
+
{"version":3,"file":"coreDao.js","sourceRoot":"","sources":["../../../chains/definitions/coreDao.ts"],"names":[],"mappings":";;;AAAA,mDAAkD;AAErC,QAAA,OAAO,GAAiB,IAAA,sBAAW,EAAC;IAC/C,EAAE,EAAE,IAAI;IACR,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,SAAS;IAClB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,MAAM,EAAE,EAAE,IAAI,EAAE,CAAC,yBAAyB,CAAC,EAAE;QAC7C,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,yBAAyB,CAAC,EAAE;KAC/C;IACD,cAAc,EAAE;QACd,OAAO,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,0BAA0B,EAAE;QAC7D,SAAS,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,0BAA0B,EAAE;KAChE;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,QAAU;SACzB;KACF;IACD,OAAO,EAAE,KAAK;CACf,CAAC,CAAA"}
|
package/_cjs/errors/version.js
CHANGED
@@ -1,24 +1,24 @@
|
|
1
1
|
import { defineChain } from '../../utils/chain.js';
|
2
2
|
export const coreDao = /*#__PURE__*/ defineChain({
|
3
3
|
id: 1116,
|
4
|
-
name:
|
5
|
-
network:
|
4
|
+
name: 'Core Dao',
|
5
|
+
network: 'coreDao',
|
6
6
|
nativeCurrency: {
|
7
7
|
decimals: 18,
|
8
|
-
name:
|
9
|
-
symbol:
|
8
|
+
name: 'Core',
|
9
|
+
symbol: 'CORE',
|
10
10
|
},
|
11
11
|
rpcUrls: {
|
12
|
-
public: { http: [
|
13
|
-
default: { http: [
|
12
|
+
public: { http: ['https://rpc.coredao.org'] },
|
13
|
+
default: { http: ['https://rpc.coredao.org'] },
|
14
14
|
},
|
15
15
|
blockExplorers: {
|
16
|
-
default: { name:
|
17
|
-
etherscan: { name:
|
16
|
+
default: { name: 'CoreDao', url: 'https://scan.coredao.org' },
|
17
|
+
etherscan: { name: 'CoreDao', url: 'https://scan.coredao.org' },
|
18
18
|
},
|
19
19
|
contracts: {
|
20
20
|
multicall3: {
|
21
|
-
address:
|
21
|
+
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
22
22
|
blockCreated: 11907934,
|
23
23
|
},
|
24
24
|
},
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"coreDao.js","sourceRoot":"","sources":["../../../chains/definitions/coreDao.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAElD,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC,WAAW,CAAC;
|
1
|
+
{"version":3,"file":"coreDao.js","sourceRoot":"","sources":["../../../chains/definitions/coreDao.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAElD,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC,WAAW,CAAC;IAC/C,EAAE,EAAE,IAAI;IACR,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,SAAS;IAClB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,MAAM,EAAE,EAAE,IAAI,EAAE,CAAC,yBAAyB,CAAC,EAAE;QAC7C,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,yBAAyB,CAAC,EAAE;KAC/C;IACD,cAAc,EAAE;QACd,OAAO,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,0BAA0B,EAAE;QAC7D,SAAS,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,0BAA0B,EAAE;KAChE;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,QAAU;SACzB;KACF;IACD,OAAO,EAAE,KAAK;CACf,CAAC,CAAA"}
|
package/_esm/errors/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20230927T015402';
|
2
2
|
//# sourceMappingURL=version.js.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "0.0.0-main.
|
1
|
+
export declare const version = "0.0.0-main.20230927T015402";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
@@ -1,27 +1,27 @@
|
|
1
1
|
import { defineChain } from '../../utils/chain.js'
|
2
2
|
|
3
3
|
export const coreDao = /*#__PURE__*/ defineChain({
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
4
|
+
id: 1116,
|
5
|
+
name: 'Core Dao',
|
6
|
+
network: 'coreDao',
|
7
|
+
nativeCurrency: {
|
8
|
+
decimals: 18,
|
9
|
+
name: 'Core',
|
10
|
+
symbol: 'CORE',
|
11
|
+
},
|
12
|
+
rpcUrls: {
|
13
|
+
public: { http: ['https://rpc.coredao.org'] },
|
14
|
+
default: { http: ['https://rpc.coredao.org'] },
|
15
|
+
},
|
16
|
+
blockExplorers: {
|
17
|
+
default: { name: 'CoreDao', url: 'https://scan.coredao.org' },
|
18
|
+
etherscan: { name: 'CoreDao', url: 'https://scan.coredao.org' },
|
19
|
+
},
|
20
|
+
contracts: {
|
21
|
+
multicall3: {
|
22
|
+
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
23
|
+
blockCreated: 11_907_934,
|
11
24
|
},
|
12
|
-
|
13
|
-
|
14
|
-
default: { http: ["https://rpc.coredao.org"] },
|
15
|
-
},
|
16
|
-
blockExplorers: {
|
17
|
-
default: { name: "CoreDao", url: "https://scan.coredao.org" },
|
18
|
-
etherscan: { name: "CoreDao", url: "https://scan.coredao.org" },
|
19
|
-
},
|
20
|
-
contracts: {
|
21
|
-
multicall3: {
|
22
|
-
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
23
|
-
blockCreated: 11_907_934,
|
24
|
-
},
|
25
|
-
},
|
26
|
-
testnet: false,
|
25
|
+
},
|
26
|
+
testnet: false,
|
27
27
|
})
|
package/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20230927T015402'
|
package/package.json
CHANGED