Skip to content

Commit 697d91d

Browse files
authored
Merge pull request #170 from rsksmart/update-name
Add rsk- suffix
2 parents 551ba6a + 2f740bf commit 697d91d

5 files changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Build and Test](https://github.com/rsksmart/precompiled-abis/actions/workflows/build-test.yml/badge.svg)](https://github.com/rsksmart/precompiled-abis/actions/workflows/build-test.yml)
2-
[![CodeQL](https://github.com/rsksmart/precompiled-abis/workflows/CodeQL/badge.svg)](https://github.com/rsksmart/precompiled-abis/actions?query=workflow%3ACodeQL)
3-
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/rsksmart/precompiled-abis/badge)](https://scorecard.dev/viewer/?uri=github.com/rsksmart/precompiled-abis)
1+
[![Build and Test](https://github.com/rsksmart/rsk-precompiled-abis/actions/workflows/build-test.yml/badge.svg)](https://github.com/rsksmart/rsk-precompiled-abis/actions/workflows/build-test.yml)
2+
[![CodeQL](https://github.com/rsksmart/rsk-precompiled-abis/workflows/CodeQL/badge.svg)](https://github.com/rsksmart/rsk-precompiled-abis/actions?query=workflow%3ACodeQL)
3+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/rsksmart/rsk-precompiled-abis/badge)](https://scorecard.dev/viewer/?uri=github.com/rsksmart/rsk-precompiled-abis)
44

55
<img src="./rootstock_logo.png" alt="Rootstock" />
66

@@ -10,7 +10,7 @@ Here you will find the ABIs for the existing precompiled contracts in Rootstock.
1010

1111
# Version
1212

13-
Different versions of the package mentioned are required for different Rootstock releases. For each named release of Rootstock, there will be a corresponding name version in npm. See [releases](https://github.com/rsksmart/precompiled-abis/releases) page.
13+
Different versions of the package mentioned are required for different Rootstock releases. For each named release of Rootstock, there will be a corresponding name version in npm. See [releases](https://github.com/rsksmart/rsk-precompiled-abis/releases) page.
1414

1515
This package's support starts with ORCHID.
1616

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ The Rootstock team and community take security bugs in rootstock seriously. Besi
55

66
## Responsible Disclosure
77

8-
For all security related issues, we have two main points of contact. Reach us at <security@rootstocklabs.com> or use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/rsksmart/precompiled-abis/security/advisories/new) tab.
8+
For all security related issues, we have two main points of contact. Reach us at <security@rootstocklabs.com> or use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/rsksmart/rsk-precompiled-abis/security/advisories/new) tab.
99

1010
The Rootstock team will send a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
1111

12-
**Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/rsksmart/precompiled-abis/issues).
12+
**Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/rsksmart/rsk-precompiled-abis/issues).
1313

1414
## Vulnerability Handling
1515

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/rsksmart/precompiled-abis.git"
8+
"url": "https://github.com/rsksmart/rsk-precompiled-abis.git"
99
},
10-
"homepage": "https://github.com/rsksmart/precompiled-abis#readme",
10+
"homepage": "https://github.com/rsksmart/rsk-precompiled-abis#readme",
1111
"scripts": {
1212
"test": "mocha ./tests/*"
1313
},

tools/PrecompiledAbis.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,16 @@ <h5 class="modal-title" id="exampleModalLabel">Abi</h5>
158158

159159
<script>
160160

161-
const orchidAbisUrl = 'https://raw.githubusercontent.com/rsksmart/precompiled-abis/1.0.0-ORCHID/abis/bridge.json';
162-
const wasabiAbisUrl = 'https://raw.githubusercontent.com/rsksmart/precompiled-abis/2.0.1-WASABI/abis/bridge.json';
163-
const papyrusAbisUrl = 'https://raw.githubusercontent.com/rsksmart/precompiled-abis/3.0.0-PAPYRUS/abis/bridge.json';
164-
const irisAbisUrl = 'https://raw.githubusercontent.com/rsksmart/precompiled-abis/4.0.2-IRIS/abis/bridge.json';
165-
const hopAbisUrl = 'https://raw.githubusercontent.com/rsksmart/precompiled-abis/5.0.0-HOP/abis/bridge.json';
166-
const fingerrootAbisUrl = 'https://raw.githubusercontent.com/rsksmart/precompiled-abis/5.0.0-FINGERROOT/abis/bridge.json';
167-
const arrowheadAbisUrl = 'https://raw.githubusercontent.com/rsksmart/precompiled-abis/6.0.0-ARROWHEAD/abis/bridge.json';
168-
const lovellAbisUrl = 'https://raw.githubusercontent.com/rsksmart/precompiled-abis/7.0.0-LOVELL/abis/bridge.json';
169-
const reedAbisUrl = 'https://raw.githubusercontent.com/rsksmart/precompiled-abis/8.0.0-REED/abis/bridge.json';
170-
const reed810AbisUrl = 'https://raw.githubusercontent.com/rsksmart/precompiled-abis/8.1.0-REED/abis/bridge.json';
161+
const orchidAbisUrl = 'https://raw.githubusercontent.com/rsksmart/rsk-precompiled-abis/1.0.0-ORCHID/abis/bridge.json';
162+
const wasabiAbisUrl = 'https://raw.githubusercontent.com/rsksmart/rsk-precompiled-abis/2.0.1-WASABI/abis/bridge.json';
163+
const papyrusAbisUrl = 'https://raw.githubusercontent.com/rsksmart/rsk-precompiled-abis/3.0.0-PAPYRUS/abis/bridge.json';
164+
const irisAbisUrl = 'https://raw.githubusercontent.com/rsksmart/rsk-precompiled-abis/4.0.2-IRIS/abis/bridge.json';
165+
const hopAbisUrl = 'https://raw.githubusercontent.com/rsksmart/rsk-precompiled-abis/5.0.0-HOP/abis/bridge.json';
166+
const fingerrootAbisUrl = 'https://raw.githubusercontent.com/rsksmart/rsk-precompiled-abis/5.0.0-FINGERROOT/abis/bridge.json';
167+
const arrowheadAbisUrl = 'https://raw.githubusercontent.com/rsksmart/rsk-precompiled-abis/6.0.0-ARROWHEAD/abis/bridge.json';
168+
const lovellAbisUrl = 'https://raw.githubusercontent.com/rsksmart/rsk-precompiled-abis/7.0.0-LOVELL/abis/bridge.json';
169+
const reedAbisUrl = 'https://raw.githubusercontent.com/rsksmart/rsk-precompiled-abis/8.0.0-REED/abis/bridge.json';
170+
const reed810AbisUrl = 'https://raw.githubusercontent.com/rsksmart/rsk-precompiled-abis/8.1.0-REED/abis/bridge.json';
171171

172172
const abisForkInfoMap = {
173173
orchid: {

tools/RootstockBridge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ <h5 class='text-center'>Simple html page to interact with the Rootstock (RSK) Bl
246246
};
247247

248248
const getBridgeAbi = async () => {
249-
const url = 'https://raw.githubusercontent.com/rsksmart/precompiled-abis/master/abis/bridge.json';
249+
const url = 'https://raw.githubusercontent.com/rsksmart/rsk-precompiled-abis/master/abis/bridge.json';
250250
const response = await fetch(url, { mode: 'cors' });
251251
const bridgeAbi = await response.json();
252252
return bridgeAbi;

0 commit comments

Comments
 (0)