@reality.eth/contracts 3.0.37 → 3.0.38
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/index.js +2 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -132,6 +132,7 @@ function realityETHConfig(chain_id, token, version) {
|
|
|
132
132
|
config.chain_id = chain_id;
|
|
133
133
|
config.contract_name = contract_name;
|
|
134
134
|
config.contract_version = contract_version;
|
|
135
|
+
config.token_ticker = token;
|
|
135
136
|
return config;
|
|
136
137
|
}
|
|
137
138
|
|
|
@@ -262,6 +263,7 @@ function configForAddress(addr, chain_id) {
|
|
|
262
263
|
config.chain_id = cid;
|
|
263
264
|
config.contract_name = contract_name;
|
|
264
265
|
config.contract_version = contract_version;
|
|
266
|
+
config.token_ticker = ticker;
|
|
265
267
|
return config;
|
|
266
268
|
}
|
|
267
269
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reality.eth/contracts",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.38",
|
|
4
4
|
"description": "Collection of smart contracts for the Realitio fact verification platform",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"generate-chains": "node scripts/generate_chains_json.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"url": "https://github.com/RealityETH/monorepo/issues"
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://reality.eth.link",
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "a47ec2ab40f9ff4a8cbc65894f50c21b2f7b7f51",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"ethers": "^5.6.8"
|
|
36
36
|
}
|