Skip to content

Commit

Permalink
remove previewnet
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Aug 20, 2024
1 parent bff1cdf commit b283fe6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ There is no need to deploy them yourself.
| Network | Contract Address |
| ----------------- | -------------------- |
| Emulator | `0xee82856bf20e2aa6` |
| PreviewNet | `0xa0225e7000ac82a9` |
| Testnet | `0x9a0766d93b6608b7` |
| Sandboxnet | `0xe20612a0776ca4bf` |
| Mainnet | `0xf233dcee88fe0abe` |
Expand Down Expand Up @@ -225,7 +224,6 @@ the `FungibleToken` definition to accounts yourself.
It is a pre-deployed interface in the emulator, testnet, mainnet,
and playground and you can import definition from those accounts:
- `0xee82856bf20e2aa6` on emulator
- `0xa0225e7000ac82a9 ` on previewnet
- `0x9a0766d93b6608b7` on testnet/crescendo
- `0xf233dcee88fe0abe` on mainnet
2. Deploy the `ExampleToken` definition, making sure to import the `FungibleToken` interface.
Expand Down
8 changes: 0 additions & 8 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"aliases": {
"emulator": "0xee82856bf20e2aa6",
"testing": "0x0000000000000007",
"previewnet": "0xa0225e7000ac82a9",
"testnet": "0x9a0766d93b6608b7",
"mainnet": "0xf233dcee88fe0abe"
}
Expand All @@ -15,7 +14,6 @@
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testing": "0x0000000000000007",
"previewnet": "0xa0225e7000ac82a9",
"mainnet": "0xf233dcee88fe0abe",
"testnet": "0x9a0766d93b6608b7"
}
Expand All @@ -25,7 +23,6 @@
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testing": "0x0000000000000007",
"previewnet": "0xa0225e7000ac82a9",
"mainnet": "0xf233dcee88fe0abe",
"testnet": "0x9a0766d93b6608b7"
}
Expand Down Expand Up @@ -63,7 +60,6 @@
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testing": "0x0000000000000001",
"previewnet": "0xb6763b4399a888c8",
"mainnet": "0x1d7e57aa55817448",
"testnet": "0x631e88ae7f1d7c20"
}
Expand All @@ -73,7 +69,6 @@
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testing": "0x0000000000000007",
"previewnet": "0xb6763b4399a888c8",
"testnet": "0x9a0766d93b6608b7"
}
},
Expand All @@ -82,7 +77,6 @@
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testing": "0x0000000000000001",
"previewnet": "0xb6763b4399a888c8",
"mainnet": "0x1d7e57aa55817448",
"testnet": "0x631e88ae7f1d7c20"
}
Expand All @@ -92,7 +86,6 @@
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testing": "0x0000000000000001",
"previewnet": "0xb6763b4399a888c8",
"mainnet": "0x1d7e57aa55817448",
"testnet": "0x631e88ae7f1d7c20"
}
Expand Down Expand Up @@ -124,7 +117,6 @@
"networks": {
"emulator": "127.0.0.1:3569",
"testing": "127.0.0.1:3569",
"previewnet": "access.previewnet.nodes.onflow.org:9000",
"testnet": "access.devnet.nodes.onflow.org:9000",
"mainnet": "access.mainnet.nodes.onflow.org:9000"
},
Expand Down

0 comments on commit b283fe6

Please sign in to comment.