Skip to content

Commit

Permalink
chore: remove unsupported networks (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss authored Nov 19, 2024
1 parent b28ce34 commit 836e36f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,6 @@ export const Default: StoryObj<ChangeNetworkProps> = {
apiUrl: 'https://api.adena.app',
linkUrl: 'https://gnoscan.io',
},
{
id: 'teritori',
default: false,
main: false,
chainId: 'teritori-1',
chainName: 'Gno Teritori',
networkId: 'teritori-1',
networkName: 'Gno Teritori',
addressPrefix: 'g',
rpcUrl: 'https://testnet.gno.teritori.com:26658',
indexerUrl: '',
gnoUrl: 'https://testnet.gno.teritori.com',
apiUrl: '',
linkUrl: '',
},
],
changeNetwork: action('changeNetwork'),
moveAddPage: action('moveAddPage'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,6 @@ export const Default: StoryObj<NetworkListProps> = {
apiUrl: 'https://api.adena.app',
linkUrl: 'https://gnoscan.io',
},
{
id: 'teritori',
default: false,
main: false,
chainId: 'teritori-1',
chainName: 'Gno Teritori',
networkId: 'teritori-1',
networkName: 'Gno Teritori',
addressPrefix: 'g',
rpcUrl: 'https://testnet.gno.teritori.com:26658',
indexerUrl: '',
gnoUrl: 'https://testnet.gno.teritori.com',
apiUrl: '',
linkUrl: '',
},
],
changeNetwork: action('changeNetwork'),
moveEditPage: action('moveEditPage'),
Expand Down
15 changes: 0 additions & 15 deletions packages/adena-extension/src/resources/chains/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,5 @@
"gnoUrl": "https://gno.land",
"apiUrl": "",
"linkUrl": "https://gnoscan.io"
},
{
"id": "teritori",
"default": false,
"main": false,
"chainId": "teritori-1",
"chainName": "Gno-Teritori-Testnet",
"networkId": "teritori-1",
"networkName": "Gno-Teritori-Testnet",
"addressPrefix": "g",
"rpcUrl": "https://testnet.gno.teritori.com:26658",
"indexerUrl": "",
"gnoUrl": "https://testnet.gno.teritori.com",
"apiUrl": "",
"linkUrl": "https://gnoscan.io"
}
]

0 comments on commit 836e36f

Please sign in to comment.