From 6d9b100321cbca8abf70d378236d4e3c45e3f2cb Mon Sep 17 00:00:00 2001 From: Chaitanya Potti Date: Fri, 19 Apr 2024 14:11:40 +0800 Subject: [PATCH] readme --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 29619db..aaf80b3 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,5 @@ A description of this package. ### Swift Package Manage ``` -.package(url: "https://github.com/torusresearch/fetch-node-details-swift.git", from: "3.0.0"), -``` - -### Proxy contract address - -```swift -EthereumNetwork.MAINNET = 0xf20336e16B5182637f09821c27BDe29b0AFcfe80 // torus mainnet -//Ropsten now migrated to Goerli -//Ropsten name changed to Testnet -EthereumNetwork.TESTNET = 0xd084604e5FA387FbC2Da8bAab07fDD6aDED4614A // torus testnet -//Polygon name changed to Cyan -EthereumNetwork.CYAN = 0x9f072ba19b3370e512aa1b4bfcdaf97283168005 // torus cyan -EthereumNetwork.AQUA = 0x29Dea82a0509153b91040ee13cDBba0f03efb625 // torus Aqua -EthereumNetwork.CELESTE = 0x6Bffb4e89453069E7487f0fa5c9f4a2D771cce6c // torus Celeste +.package(url: "https://github.com/torusresearch/fetch-node-details-swift.git", from: "6.0.0"), ```