Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Apr 19, 2024
1 parent 4047e2e commit 6d9b100
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
```

0 comments on commit 6d9b100

Please sign in to comment.