Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored May 17, 2024
1 parent f7956b1 commit 9377a81
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Changelog

## TBD
- Allow the wallet selector to connect to an extra contract besides `config.contractName`

- To enable this feature, pass the allowExternalContract flag to the config parameter of initNear: `initNear({networkId, selector, config: { allowExternalContract: 'hello.near-examples.near' }} )`
- Allow the wallet selector to connect to an extra contract besides `config.contractName`. To enable this feature, pass the allowExternalContract flag to the config parameter of initNear, e.g. `initNear({networkId, selector, config: { allowExternalContract: 'hello.near-examples.near' }} )`

- This feature is disabled by default to keep retrocompatibility

## 2.6.1

Expand Down

0 comments on commit 9377a81

Please sign in to comment.