Skip to content

Commit

Permalink
added metadata, updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Jan 19, 2024
1 parent eb6919a commit 5203612
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 77 deletions.
2 changes: 1 addition & 1 deletion packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [v1.1.23]
### Added
- new network optimism-sepolia
- new networks: optimism-sepolia, scroll-sepolia, scroll-mainnet

## [v1.1.22]
### Added
Expand Down
52 changes: 27 additions & 25 deletions packages/metadata/main/networks/list.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,32 @@ module.exports =
],
"trustedForwarders": []
},
{
"name": "scroll-sepolia",
"isTestnet": true,
"networkId": 534351,
"chainId": 534351,
"sfId": 110,
"shortName": "scrsepolia",
"uppercaseName": "SCROLL_SEPOLIA",
"humanReadableName": "Scroll Sepolia",
"nativeTokenSymbol": "ETH",
"nativeTokenWrapper": "0x58f0A7c6c143074f5D824c2f27a85f6dA311A6FB",
"contractsV1": {
"resolver": "0xB62446a3006d86f6e9eAa36da773c311E7B8AF91",
"host": "0x42b05a6016B9eED232E13fd56a8F0725693DBF8e",
"governance": "0x59282c3ae5480F360429c0344A13e37cE9B13487",
"cfaV1": "0x09168F566EFF50Af1EB21D9BC45C9662fB6e08F1",
"idaV1": "0xD5F7350ad4ae4dA26714Cc95564D9Da31F2830e5",
"gdaV1": "0x7671c9059E085A14935d84E0fdE0df577D893a41",
"constantOutflowNFT": "0xEdB0A24DDb09cFeffF0C5348EB5d6D1C439d36bf",
"constantInflowNFT": "0x1DA4e4F848Cd4D0f528c2D0F19F41226BacB5489",
"superfluidLoader": "0xe25603df330027d91A0BAcc3e80a7f9e84930FC6",
"superTokenFactory": "0x87560833d59Be057aFc63cFFa3fc531589Ba428F",
},
"explorer": "https://sepolia.scrollscan.com/",
"publicRPCs": ["https://sepolia-rpc.scroll.io"]
},
{
"name": "xdai-mainnet",
"isTestnet": false,
Expand Down Expand Up @@ -889,36 +915,12 @@ module.exports =
"publicRPCs": ["https://developer-access-mainnet.base.org"],
"coinGeckoId": "base"
},
{
"name": "scroll-sepolia",
"isTestnet": true,
"networkId": 534351,
"chainId": 534351,
"shortName": "scrsepolia",
"uppercaseName": "SCROLL_SEPOLIA",
"humanReadableName": "Scroll Sepolia",
"nativeTokenSymbol": "ETH",
"nativeTokenWrapper": "0x58f0A7c6c143074f5D824c2f27a85f6dA311A6FB",
"contractsV1": {
"resolver": "0xB62446a3006d86f6e9eAa36da773c311E7B8AF91",
"host": "0x42b05a6016B9eED232E13fd56a8F0725693DBF8e",
"governance": "0x59282c3ae5480F360429c0344A13e37cE9B13487",
"cfaV1": "0x09168F566EFF50Af1EB21D9BC45C9662fB6e08F1",
"idaV1": "0xD5F7350ad4ae4dA26714Cc95564D9Da31F2830e5",
"gdaV1": "0x7671c9059E085A14935d84E0fdE0df577D893a41",
"constantOutflowNFT": "0xEdB0A24DDb09cFeffF0C5348EB5d6D1C439d36bf",
"constantInflowNFT": "0x1DA4e4F848Cd4D0f528c2D0F19F41226BacB5489",
"superfluidLoader": "0xe25603df330027d91A0BAcc3e80a7f9e84930FC6",
"superTokenFactory": "0x87560833d59Be057aFc63cFFa3fc531589Ba428F",
},
"explorer": "https://sepolia.scrollscan.com/",
"publicRPCs": ["https://sepolia-rpc.scroll.io"]
},
{
"name": "scroll-mainnet",
"isTestnet": false,
"networkId": 534352,
"chainId": 534352,
"sfId": 9,
"shortName": "scroll",
"uppercaseName": "SCROLL_MAINNET",
"humanReadableName": "Scroll",
Expand Down
52 changes: 27 additions & 25 deletions packages/metadata/module/networks/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,32 @@ export default
],
"trustedForwarders": []
},
{
"name": "scroll-sepolia",
"isTestnet": true,
"networkId": 534351,
"chainId": 534351,
"sfId": 110,
"shortName": "scrsepolia",
"uppercaseName": "SCROLL_SEPOLIA",
"humanReadableName": "Scroll Sepolia",
"nativeTokenSymbol": "ETH",
"nativeTokenWrapper": "0x58f0A7c6c143074f5D824c2f27a85f6dA311A6FB",
"contractsV1": {
"resolver": "0xB62446a3006d86f6e9eAa36da773c311E7B8AF91",
"host": "0x42b05a6016B9eED232E13fd56a8F0725693DBF8e",
"governance": "0x59282c3ae5480F360429c0344A13e37cE9B13487",
"cfaV1": "0x09168F566EFF50Af1EB21D9BC45C9662fB6e08F1",
"idaV1": "0xD5F7350ad4ae4dA26714Cc95564D9Da31F2830e5",
"gdaV1": "0x7671c9059E085A14935d84E0fdE0df577D893a41",
"constantOutflowNFT": "0xEdB0A24DDb09cFeffF0C5348EB5d6D1C439d36bf",
"constantInflowNFT": "0x1DA4e4F848Cd4D0f528c2D0F19F41226BacB5489",
"superfluidLoader": "0xe25603df330027d91A0BAcc3e80a7f9e84930FC6",
"superTokenFactory": "0x87560833d59Be057aFc63cFFa3fc531589Ba428F",
},
"explorer": "https://sepolia.scrollscan.com/",
"publicRPCs": ["https://sepolia-rpc.scroll.io"]
},
{
"name": "xdai-mainnet",
"isTestnet": false,
Expand Down Expand Up @@ -889,36 +915,12 @@ export default
"publicRPCs": ["https://developer-access-mainnet.base.org"],
"coinGeckoId": "base"
},
{
"name": "scroll-sepolia",
"isTestnet": true,
"networkId": 534351,
"chainId": 534351,
"shortName": "scrsepolia",
"uppercaseName": "SCROLL_SEPOLIA",
"humanReadableName": "Scroll Sepolia",
"nativeTokenSymbol": "ETH",
"nativeTokenWrapper": "0x58f0A7c6c143074f5D824c2f27a85f6dA311A6FB",
"contractsV1": {
"resolver": "0xB62446a3006d86f6e9eAa36da773c311E7B8AF91",
"host": "0x42b05a6016B9eED232E13fd56a8F0725693DBF8e",
"governance": "0x59282c3ae5480F360429c0344A13e37cE9B13487",
"cfaV1": "0x09168F566EFF50Af1EB21D9BC45C9662fB6e08F1",
"idaV1": "0xD5F7350ad4ae4dA26714Cc95564D9Da31F2830e5",
"gdaV1": "0x7671c9059E085A14935d84E0fdE0df577D893a41",
"constantOutflowNFT": "0xEdB0A24DDb09cFeffF0C5348EB5d6D1C439d36bf",
"constantInflowNFT": "0x1DA4e4F848Cd4D0f528c2D0F19F41226BacB5489",
"superfluidLoader": "0xe25603df330027d91A0BAcc3e80a7f9e84930FC6",
"superTokenFactory": "0x87560833d59Be057aFc63cFFa3fc531589Ba428F",
},
"explorer": "https://sepolia.scrollscan.com/",
"publicRPCs": ["https://sepolia-rpc.scroll.io"]
},
{
"name": "scroll-mainnet",
"isTestnet": false,
"networkId": 534352,
"chainId": 534352,
"sfId": 9,
"shortName": "scroll",
"uppercaseName": "SCROLL_MAINNET",
"humanReadableName": "Scroll",
Expand Down
52 changes: 27 additions & 25 deletions packages/metadata/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,32 @@
],
"trustedForwarders": []
},
{
"name": "scroll-sepolia",
"isTestnet": true,
"networkId": 534351,
"chainId": 534351,
"sfId": 110,
"shortName": "scrsepolia",
"uppercaseName": "SCROLL_SEPOLIA",
"humanReadableName": "Scroll Sepolia",
"nativeTokenSymbol": "ETH",
"nativeTokenWrapper": "0x58f0A7c6c143074f5D824c2f27a85f6dA311A6FB",
"contractsV1": {
"resolver": "0xB62446a3006d86f6e9eAa36da773c311E7B8AF91",
"host": "0x42b05a6016B9eED232E13fd56a8F0725693DBF8e",
"governance": "0x59282c3ae5480F360429c0344A13e37cE9B13487",
"cfaV1": "0x09168F566EFF50Af1EB21D9BC45C9662fB6e08F1",
"idaV1": "0xD5F7350ad4ae4dA26714Cc95564D9Da31F2830e5",
"gdaV1": "0x7671c9059E085A14935d84E0fdE0df577D893a41",
"constantOutflowNFT": "0xEdB0A24DDb09cFeffF0C5348EB5d6D1C439d36bf",
"constantInflowNFT": "0x1DA4e4F848Cd4D0f528c2D0F19F41226BacB5489",
"superfluidLoader": "0xe25603df330027d91A0BAcc3e80a7f9e84930FC6",
"superTokenFactory": "0x87560833d59Be057aFc63cFFa3fc531589Ba428F",
},
"explorer": "https://sepolia.scrollscan.com/",
"publicRPCs": ["https://sepolia-rpc.scroll.io"]
},
{
"name": "xdai-mainnet",
"isTestnet": false,
Expand Down Expand Up @@ -887,36 +913,12 @@
"publicRPCs": ["https://developer-access-mainnet.base.org"],
"coinGeckoId": "base"
},
{
"name": "scroll-sepolia",
"isTestnet": true,
"networkId": 534351,
"chainId": 534351,
"shortName": "scrsepolia",
"uppercaseName": "SCROLL_SEPOLIA",
"humanReadableName": "Scroll Sepolia",
"nativeTokenSymbol": "ETH",
"nativeTokenWrapper": "0x58f0A7c6c143074f5D824c2f27a85f6dA311A6FB",
"contractsV1": {
"resolver": "0xB62446a3006d86f6e9eAa36da773c311E7B8AF91",
"host": "0x42b05a6016B9eED232E13fd56a8F0725693DBF8e",
"governance": "0x59282c3ae5480F360429c0344A13e37cE9B13487",
"cfaV1": "0x09168F566EFF50Af1EB21D9BC45C9662fB6e08F1",
"idaV1": "0xD5F7350ad4ae4dA26714Cc95564D9Da31F2830e5",
"gdaV1": "0x7671c9059E085A14935d84E0fdE0df577D893a41",
"constantOutflowNFT": "0xEdB0A24DDb09cFeffF0C5348EB5d6D1C439d36bf",
"constantInflowNFT": "0x1DA4e4F848Cd4D0f528c2D0F19F41226BacB5489",
"superfluidLoader": "0xe25603df330027d91A0BAcc3e80a7f9e84930FC6",
"superTokenFactory": "0x87560833d59Be057aFc63cFFa3fc531589Ba428F",
},
"explorer": "https://sepolia.scrollscan.com/",
"publicRPCs": ["https://sepolia-rpc.scroll.io"]
},
{
"name": "scroll-mainnet",
"isTestnet": false,
"networkId": 534352,
"chainId": 534352,
"sfId": 9,
"shortName": "scroll",
"uppercaseName": "SCROLL_MAINNET",
"humanReadableName": "Scroll",
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/tasks/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GRAPH_NETWORKS=( $($JQ -r .[] ./hosted-service-networks.json) ) || exit 1
# shellcheck disable=SC2034
SATSUMA_NETWORKS=( "polygon-mainnet" "xdai-mainnet" "eth-mainnet" "eth-sepolia" "optimism-mainnet" "base-mainnet")
# shellcheck disable=SC2034
SUPERFLUID_NETWORKS=( "polygon-zkevm-testnet" "polygon-mainnet" "base-goerli" "xdai-mainnet" "base-mainnet" "optimism-mainnet" "arbitrum-one" "celo-mainnet" "bsc-mainnet" "avalanche-c")
SUPERFLUID_NETWORKS=( "polygon-zkevm-testnet" "polygon-mainnet" "base-goerli" "xdai-mainnet" "base-mainnet" "optimism-mainnet" "arbitrum-one" "celo-mainnet" "bsc-mainnet" "avalanche-c" "optimism-sepolia" "scroll-sepolia" "scroll-mainnet")

declare -A VENDOR_NETWORKS=(
["graph"]="${GRAPH_NETWORKS[@]}"
Expand Down

0 comments on commit 5203612

Please sign in to comment.