Skip to content

Commit

Permalink
feat: support for goerli (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman authored Jul 29, 2022
1 parent 3209865 commit 9b1f8f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/dapps/chain-id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ export function getURNProtocol(chainId: ChainId): string {

/**
* Using a base chain id, it'll map the corresponding chain id for the ethereum and matic networks.
* For example, if trying to determine which chain id is used to map Ropsten in Matic you'd do:
* getNetworkMapping(ChainId.ETHEREUM_ROPSTEN)[Network.MATIC]
* For example, if trying to determine which chain id is used to map Goerli in Matic you'd do:
* getNetworkMapping(ChainId.ETHEREUM_GOERLI)[Network.MATIC]
* @alpha
*/
export function getNetworkMapping(chainId: ChainId): {
Expand Down
2 changes: 1 addition & 1 deletion test/platform/item/emote/emote.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
EmoteRepresentationADR74,
isStandard,
isThirdParty
} from '../../../../src/platform'
} from '../../../../src'
import {
expectValidationFailureWithErrors,
testTypeSignature
Expand Down

0 comments on commit 9b1f8f2

Please sign in to comment.