@reality.eth/contracts 3.0.49 → 3.0.51
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/chains/chainid.network.local.json +25 -0
- package/chains/deployments/421614/ETH/RealityETH-3.0.json +3 -1
- package/chains/deployments/88558801/ZBS/RealityETH-3.0.json +8 -0
- package/chains/supported.json +5 -0
- package/generated/chains.json +17 -0
- package/generated/contracts.json +15 -1
- package/generated/tokens.json +7 -0
- package/package.json +2 -2
- package/tokens/ZBS.json +7 -0
|
@@ -49,5 +49,30 @@
|
|
|
49
49
|
"standard": "EIP3091"
|
|
50
50
|
}
|
|
51
51
|
]
|
|
52
|
+
} ,
|
|
53
|
+
{
|
|
54
|
+
"name": "Backstop Testnet 1",
|
|
55
|
+
"chainId": 88558801,
|
|
56
|
+
"shortName": "backstopTestnet1",
|
|
57
|
+
"chain": "Backstop",
|
|
58
|
+
"network": "mainnet",
|
|
59
|
+
"networkId": 88558801,
|
|
60
|
+
"nativeCurrency": {
|
|
61
|
+
"name": "Backstop Tokens",
|
|
62
|
+
"symbol": "ZBS",
|
|
63
|
+
"decimals": 18
|
|
64
|
+
},
|
|
65
|
+
"rpc": [
|
|
66
|
+
"https://testnet.rpc.backstop.technology"
|
|
67
|
+
],
|
|
68
|
+
"faucets": [],
|
|
69
|
+
"infoURL": "https://backstop.technology/testnet",
|
|
70
|
+
"explorers": [
|
|
71
|
+
{
|
|
72
|
+
"name": "Backstop Testnet Explorer",
|
|
73
|
+
"url": "https://testnet.explorer.backstop.technology/",
|
|
74
|
+
"standard": "EIP3091"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
52
77
|
}
|
|
53
78
|
]
|
package/chains/supported.json
CHANGED
|
@@ -110,6 +110,11 @@
|
|
|
110
110
|
"explorerURL": "https://mumbai.polygonscan.com",
|
|
111
111
|
"network_name": "mumbai"
|
|
112
112
|
},
|
|
113
|
+
"88558801": {
|
|
114
|
+
"hostedRPC": "https://testnet.rpc.backstop.technology",
|
|
115
|
+
"explorerURL": "https://testnet.explorer.backstop.technology/",
|
|
116
|
+
"network_name": "backstopTestnet1"
|
|
117
|
+
},
|
|
113
118
|
"421611": {
|
|
114
119
|
"network_name": "arbitrum-rinkeby"
|
|
115
120
|
},
|
package/generated/chains.json
CHANGED
|
@@ -603,5 +603,22 @@
|
|
|
603
603
|
"https://sepolia.etherscan.io",
|
|
604
604
|
"https://sepolia.otterscan.io"
|
|
605
605
|
]
|
|
606
|
+
},
|
|
607
|
+
"88558801": {
|
|
608
|
+
"chainId": "0x5474cd1",
|
|
609
|
+
"chainName": "Backstop Testnet 1",
|
|
610
|
+
"nativeCurrency": {
|
|
611
|
+
"name": "Backstop Tokens",
|
|
612
|
+
"symbol": "ZBS",
|
|
613
|
+
"decimals": 18
|
|
614
|
+
},
|
|
615
|
+
"network_name": "backstopTestnet1",
|
|
616
|
+
"rpcUrls": [
|
|
617
|
+
"https://testnet.rpc.backstop.technology"
|
|
618
|
+
],
|
|
619
|
+
"hostedRPC": "https://testnet.rpc.backstop.technology",
|
|
620
|
+
"blockExplorerUrls": [
|
|
621
|
+
"https://testnet.explorer.backstop.technology/"
|
|
622
|
+
]
|
|
606
623
|
}
|
|
607
624
|
}
|
package/generated/contracts.json
CHANGED
|
@@ -501,7 +501,9 @@
|
|
|
501
501
|
"address": "0xB78396EFaF0a177d125e9d45B2C6398Ac5f803B9",
|
|
502
502
|
"block": 41977012,
|
|
503
503
|
"notes": null,
|
|
504
|
-
"arbitrators": {
|
|
504
|
+
"arbitrators": {
|
|
505
|
+
"0x12dCf80cfa60b905bbCF4873a7D1EA0F70554AdE": "Kleros (testing)"
|
|
506
|
+
}
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
},
|
|
@@ -544,5 +546,17 @@
|
|
|
544
546
|
}
|
|
545
547
|
}
|
|
546
548
|
}
|
|
549
|
+
},
|
|
550
|
+
"88558801": {
|
|
551
|
+
"ZBS": {
|
|
552
|
+
"RealityETH-3.0": {
|
|
553
|
+
"address": "0x74549fdf4e00C7c564bB193a911887d8C291b13C",
|
|
554
|
+
"block": 2,
|
|
555
|
+
"notes": null,
|
|
556
|
+
"arbitrators": {
|
|
557
|
+
"0xa6F3d82f7aEF02f3f24c3fBcfD814a74fE612D85": "Fork-backed adjudication framework"
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
}
|
|
547
561
|
}
|
|
548
562
|
}
|
package/generated/tokens.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reality.eth/contracts",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.51",
|
|
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",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"url": "https://github.com/RealityETH/monorepo/issues"
|
|
35
35
|
},
|
|
36
36
|
"homepage": "https://reality.eth.link",
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "39d7afb8f6d437c24ad864ef99c2ed72baa5dd59",
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"ethers": "^5.6.8"
|
|
40
40
|
}
|