Skip to content

Commit

Permalink
Rename statemine and statemint
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Oct 11, 2023
1 parent 42ff971 commit 5cae8cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/connections/networks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ export const kusamaParachains: Networks = {
tokenTransferMethod: 'tokens.transfer(recipient,id,amount)'
},
statemine: {
name: 'Statemine',
...resolveOnfinalityUrl('statemine'),
icon: 'statemine.svg',
name: 'Asset Hub Kusama',
node: 'wss://kusama-rpc.polkadot.io',
icon: 'asset-hub-kusama.svg',
paraId: 1000,
isTransferable: true,
tokenTransferMethod: 'assets.transfer(id,recipient,amount)'
Expand Down Expand Up @@ -421,9 +421,9 @@ export const polkadotParachains: Networks = {
tokenTransferMethod: 'tokens.transfer(recipient,id,amount)'
},
statemint: {
name: 'Statemint',
name: 'Asset Hub Polkadot',
...resolveOnfinalityUrl('statemint'),
icon: 'statemine.svg',
icon: 'asset-hub-polkadot.svg',
paraId: 1000,
isTransferable: true,
tokenTransferMethod: 'assets.transfer(id,recipient,amount)'
Expand Down

0 comments on commit 5cae8cc

Please sign in to comment.