Skip to content

Commit

Permalink
feat: add voi mainnet configuration (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill authored Sep 16, 2024
1 parent 865cd23 commit 69f4148
Showing 1 changed file with 46 additions and 2 deletions.
48 changes: 46 additions & 2 deletions src/extension/config/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,51 @@ const networks: INetwork[] = [
{
algods: [
{
canonicalName: 'AlgoNode',
canonicalName: 'Nodely',
id: null,
port: null,
token: null,
url: 'https://mainnet-api.voi.nodely.dev',
},
],
arc0072Indexers: [],
canonicalName: 'Voi',
chakraTheme: 'voi',
blockExplorers: [],
feeSunkAddress:
'TBEIGCNK4UCN3YDP2NODK3MJHTUZMYS3TABRM2MVSI2MPUR2V36E5JYHSY',
genesisId: 'voimain-v1.0',
genesisHash: 'r20fSQI8gWe/kFZziNonSPCXLwcQmH/nxROvnnueWOk=',
indexers: [
{
canonicalName: 'Nodely',
id: null,
port: null,
token: null,
url: 'https://mainnet-idx.voi.nodely.dev',
},
],
methods: SUPPORTED_METHODS,
namespace: {
key: 'avm',
methods: ['avm_signTransactions', 'avm_signMessage'],
reference: 'r20fSQI8gWe_kFZziNonSPCXLwcQmH_n',
},
nativeCurrency: {
decimals: 6,
iconUrl: VOI_ICON_URI,
listingUri: VOI_LISTING_ICON_URI,
symbol: 'VOI',
type: AssetTypeEnum.Native,
verified: true,
},
nftExplorers: [],
type: NetworkTypeEnum.Stable,
},
{
algods: [
{
canonicalName: 'Nodely',
id: null,
port: null,
token: null,
Expand All @@ -52,7 +96,7 @@ const networks: INetwork[] = [
genesisHash: 'IXnoWtviVVJW5LGivNFc0Dq14V3kqaXuK2u5OQrdVZo=',
indexers: [
{
canonicalName: 'AlgoNode',
canonicalName: 'Nodely',
id: null,
port: null,
token: null,
Expand Down

0 comments on commit 69f4148

Please sign in to comment.