Skip to content

Commit 0221440

Browse files
committed
chore: final deployment on mainnets
1 parent db1a2cd commit 0221440

5 files changed

Lines changed: 419 additions & 396 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,11 @@ Contracts are located in the **contracts/** folder:
165165
166166
## 🧪 Supported Networks
167167
### Mainnets
168-
Soon <sup>TM</sup>.
168+
| EVM Network | ERC-20 Contract | ERC-20 Address | Witnet Network |
169+
| :- | :- | :- | :-: |
170+
| Ethereum | `WitnetERC20` | [`0xcafe...CaFE`](https://etherscan.io/address/0xcafe5De18756817D98F4603F6828397406D4CaFE#tokentxns) | Testnet
171+
| Base | `WitnetL2ERC20` | [`0xcafe...CaFE`](https://basescan.org/address/0xcafe5De18756817D98F4603F6828397406D4CaFE#tokentxns) |
172+
169173
### Testnets
170174
| EVM Network | ERC-20 Contract | ERC-20 Address | Witnet Network |
171175
| :- | :- | :- | :-: |

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@witnet/wrapped-wit",
3-
"version": "1.2.5",
3+
"version": "1.3.0",
44
"author": "Witnet Foundation <info@witnet.foundation>",
55
"description": "Wrapped/WIT Solidity contracts and CLI tools",
66
"license": "MIT",
@@ -40,25 +40,25 @@
4040
"ERC-20"
4141
],
4242
"devDependencies": {
43-
"@nomicfoundation/hardhat-ethers": "^4.0.1",
43+
"@nomicfoundation/hardhat-ethers": "^4.0.2",
4444
"@nomicfoundation/hardhat-ignition": "^3.0.3",
4545
"@nomicfoundation/hardhat-ignition-ethers": "^3.0.3",
4646
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
47-
"@nomicfoundation/hardhat-verify": "^3.0.2",
47+
"@nomicfoundation/hardhat-verify": "^3.0.3",
4848
"@openzeppelin/community-contracts": "github:OpenZeppelin/openzeppelin-community-contracts#master",
4949
"@openzeppelin/contracts": "^5.4.0",
5050
"@openzeppelin/contracts-upgradeable": "^5.4.0",
51-
"hardhat": "^3.0.6"
51+
"hardhat": "^3.0.7"
5252
},
5353
"dependencies": {
54-
"@witnet/ethers": "^1.1.4",
55-
"@witnet/sdk": "^1.1.1",
54+
"@witnet/ethers": "~1.1.4",
55+
"@witnet/sdk": "^1.1.2",
5656
"cross-env": "^10.1.0",
5757
"dotenv": "^16.6.1",
58-
"ethrpc-gateway": "^2.2.10",
58+
"ethrpc-gateway": "^2.2.12",
5959
"inquirer": "^8.2.7",
6060
"lodash.merge": "^4.6.2",
6161
"moment": "^2.30.1",
62-
"witnet-solidity-bridge": "^2.2.7"
62+
"witnet-solidity-bridge": "^2.2.8"
6363
}
6464
}

0 commit comments

Comments
 (0)